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

/openjdk7/hotspot/src/cpu/sparc/vm/
H A DtemplateInterpreter_sparc.cpp190 const Register size = G1_scratch;
192 __ ldub(Address(Lbcp, 0), G1_scratch); // Load current bytecode. local
193 __ cmp_and_br_short(G1_scratch, Bytecodes::_invokedynamic, Assembler::equal, Assembler::pn, L_giant_index);
195 __ get_cache_and_index_at_bcp(cache, G1_scratch, 1);
207 __ get_cache_and_index_at_bcp(cache, G1_scratch, 1, sizeof(u4));
635 // Uses G3_scratch and G1_scratch as scratch
665 __ ld_ptr(G5_method, methodOopDesc::const_offset(), G1_scratch);
666 __ ld(G1_scratch, constMethodOopDesc::codes_offset(), G1_scratch);
669 __ sll(G1_scratch,
[all...]
H A DcppInterpreter_sparc.cpp85 const Register prevState = G1_scratch;
455 // Uses G3_scratch and G1_scratch as scratch
484 __ ld_ptr(Address(G5_method, 0, in_bytes(methodOopDesc::const_offset())), G1_scratch); local
485 __ ld(Address(G1_scratch, 0, in_bytes(constMethodOopDesc::codes_offset())), G1_scratch); local
488 __ sll(G1_scratch, 2*BitsPerByte, G1_scratch);
489 __ srl(G1_scratch, 2*BitsPerByte - exact_log2(in_words(
490 ConstantPoolCacheEntry::size()) * BytesPerWord), G1_scratch);
498 __ add(G3_scratch, G1_scratch, G3_scratc
1911 __ ld_ptr(STATE(_result._osr._osr_buf), G1_scratch); local
[all...]

Completed in 219 milliseconds