Searched refs:G4_dst_klass (Results 1 - 1 of 1) sorted by relevance

/openjdk7/hotspot/src/cpu/sparc/vm/
H A DstubGenerator_sparc.cpp2968 const Register G4_dst_klass = G4; // destination array klass local
3034 __ load_klass(dst, G4_dst_klass);
3035 __ br_null(G4_dst_klass, false, Assembler::pn, L_a); // this would be broken also
3036 __ delayed()->mov(G0, G4_dst_klass); // scribble the temp
3055 __ load_klass(dst, G4_dst_klass);
3065 __ delayed()->ld_ptr(dst, oopDesc::klass_offset_in_bytes(), G4_dst_klass);
3069 __ cmp_and_brx_short(G3_src_klass, G4_dst_klass, Assembler::notEqual, Assembler::pn, L_failed);
3092 O5_temp, G4_dst_klass, L_failed);
3100 const Register G4_offset = G4_dst_klass; // array offset
3147 // live at this point: G3_src_klass, G4_dst_klass, sr
[all...]

Completed in 4371 milliseconds