Lines Matching defs:L2_scratch

1247       __ ld_ptr(XXX_STATE(_locals), L2_scratch);
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);
1270 __ ld(L2_scratch, in_bytes(methodOopDesc::access_flags_offset()), O0);
1283 __ ld_ptr(STATE(_stack_base), L2_scratch);
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);
1398 __ sub(L2_scratch, entry_size, L2_scratch);
1399 __ st_ptr(L2_scratch, STATE(_stack_limit));
1579 __ set(0xdead002, L2_scratch);
1755 __ lduh(L4_scratch, in_bytes(methodOopDesc::size_of_parameters_offset()), L2_scratch); // get parameter size
1756 __ sll(L2_scratch, LogBytesPerWord, L2_scratch ); // parameter size in bytes
1757 __ add(L1_scratch, L2_scratch, L1_scratch); // stack destination for result
1801 __ ld_ptr(STATE(_method), L2_scratch); // get method just executed
1802 __ ld(L2_scratch, in_bytes(methodOopDesc::result_index_offset()), L2_scratch);
1805 __ delayed()->sll(L2_scratch, LogBytesPerWord, L2_scratch);
1810 __ ld_ptr(L4_scratch, L2_scratch, Lscratch); // get typed result converter address
1880 // L2_scratch - scaled result type index
1885 __ ld_ptr(L4_scratch, L2_scratch, Lscratch); // get typed result converter address
1966 __ sub(Gargs, L1_scratch, L2_scratch); // compute unused space
1971 __ and3(L2_scratch, -2*BytesPerLong, L2_scratch);
1974 __ add(SP, L2_scratch, SP);
2007 __ ld_ptr(STATE(_result._to_call._callee_entry_point), L2_scratch);
2009 __ cmp(L1_scratch, L2_scratch);
2018 __ jmpl(L2_scratch, G0, G0); // Do specialized entry