Searched defs:G3_t1 (Results 1 - 1 of 1) sorted by relevance

/openjdk7/hotspot/src/cpu/sparc/vm/
H A Dc1_Runtime1_sparc.cpp390 Register G3_t1 = G3; local
392 assert_different_registers(G5_klass, G1_obj_size, G3_t1, G4_t2);
401 __ ldub(G5_klass, in_bytes(instanceKlass::init_state_offset()), G3_t1);
402 __ cmp_and_br_short(G3_t1, instanceKlass::fully_initialized, Assembler::notEqual, Assembler::pn, slow_path);
430 __ tlab_allocate(O0_obj, G1_obj_size, 0, G3_t1, slow_path);
432 __ initialize_object(O0_obj, G5_klass, G1_obj_size, 0, G3_t1, G4_t2);
441 __ eden_allocate(O0_obj, G1_obj_size, 0, G3_t1, G4_t2, slow_path);
442 __ incr_allocated_bytes(G1_obj_size, G3_t1, G4_t2);
444 __ initialize_object(O0_obj, G5_klass, G1_obj_size, 0, G3_t1, G4_t2);
491 Register G3_t1 local
507 Register G3_t1 = G3; local
[all...]

Completed in 30 milliseconds