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

/openjdk7/hotspot/src/cpu/sparc/vm/
H A DcppInterpreter_sparc.cpp1247 __ ld_ptr(XXX_STATE(_locals), L2_scratch); local
1248 __ sub( L2_scratch, O2, O2 );
1249 __ sub( L2_scratch, O1, O1 );
1264 // Destroys registers L2_scratch, L3_scratch, O0
1269 __ ld_ptr(STATE(_method), L2_scratch); local
1270 __ ld(L2_scratch, in_bytes(methodOopDesc::access_flags_offset()), O0);
1283 __ ld_ptr(STATE(_stack_base), L2_scratch); local
1284 __ ld_ptr(L2_scratch, BasicObjectLock::obj_offset_in_bytes(), O0); // get object
1285 __ lock_object(L2_scratch, O0);
1397 __ ld_ptr(STATE(_stack_limit), L2_scratch); local
1801 __ ld_ptr(STATE(_method), L2_scratch); // get method just executed local
2007 __ ld_ptr(STATE(_result._to_call._callee_entry_point), L2_scratch); local
[all...]
H A Dassembler_sparc.hpp143 REGISTER_DECLARATION(Register, L2_scratch , L2);
242 #define L2_scratch AS_REGISTER(Register, L2_scratch) macro

Completed in 46 milliseconds