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

/openjdk7/hotspot/src/cpu/sparc/vm/
H A Dinterp_masm_sparc.cpp92 ldub(Lbcp, bcp_incr, Lbyte_code); // load next bytecode
98 ldub( Lbcp, bcp_incr, Lbyte_code); // load next bytecode
116 if (bcp_incr != 0) delayed()->inc(Lbcp, bcp_incr);
124 ldub( Lbcp, bcp_incr, Lbyte_code); // load next bytecode
132 ldub( Lbcp, bcp_incr, Lbyte_code); // load next bytecode
140 ldub( Lbcp, 0, Lbyte_code); // load next bytecode
287 // dispatch value in Lbyte_code and increment Lbcp
312 if (bcp_incr != 0) delayed()->inc(Lbcp, bcp_incr);
675 case Signed: ldsb( Lbcp, bcp_offset, Rdst ); break; // high byte
676 case Unsigned: ldub( Lbcp, bcp_offse
[all...]
H A DtemplateTable_sparc.cpp155 return Address(Lbcp, offset);
200 __ call_VM(noreg, CAST_FROM_FN_PTR(address, InterpreterRuntime::set_original_bytecode_at), Lmethod, Lbcp, bc_reg);
310 __ ldub(Lbcp, 1, O1);
463 // offset is 2, not 1, because Lbcp points to wide prefix code
1377 __ ldsb(Lbcp, 2, O2); // load constant
1622 __ sub(Lbcp, G3_scratch, G3_scratch);
1625 // Bump Lbcp to target of JSR
1626 __ add(Lbcp, O1_disp, Lbcp);
1636 // Save the current Lbcp
[all...]
H A Dframe_sparc.inline.hpp167 // %%%%% reinterpreting Lbcp as a bcx
168 return (intptr_t*) sp_addr_at( Lbcp->sp_offset_in_saved_window());
H A Dregister_definitions_sparc.cpp168 REGISTER_DEFINITION(Register, Lbcp);
H A DtemplateInterpreter_sparc.cpp192 __ ldub(Address(Lbcp, 0), G1_scratch); // Load current bytecode.
482 // Lbcp : bytecode pointer
574 __ mov(G0, Lbcp);
576 __ ld_ptr(G5_method, methodOopDesc::const_offset(), Lbcp);
577 __ add(Lbcp, in_bytes(constMethodOopDesc::codes_offset()), Lbcp);
1445 // set Lbcp, Lmethod, LcpoolCache
1779 // Lbcp: exception bcx
1804 // Lbcp: exception bcp
H A Dassembler_sparc.hpp159 REGISTER_DECLARATION(Register, Lbcp , L1); // pointer to next bytecode
189 // Since Lbcp points into the middle of the method object,
251 #define Lbcp AS_REGISTER(Register, Lbcp) macro
/openjdk7/hotspot/agent/src/share/classes/sun/jvm/hotspot/asm/sparc/
H A DSPARCRegisters.java148 public static final SPARCRegister Lbcp = L1; // pointer to next bytecode field in class:SPARCRegisters
/openjdk7/hotspot/agent/src/share/classes/sun/jvm/hotspot/runtime/sparc/
H A DSPARCFrame.java781 // %%%%% reinterpreting Lbcp as a bcx
782 return getSP().addOffsetTo(SPARCRegisters.Lbcp.spOffsetInSavedWindow());

Completed in 3187 milliseconds