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

/openjdk7/hotspot/src/cpu/sparc/vm/
H A DcppInterpreter_sparc.cpp1374 __ set((intptr_t)CppInterpreter::_tosca_to_stack, L4_scratch);
1376 __ ld_ptr(L4_scratch, L3_scratch, Lscratch); // get typed result converter address
1390 __ delayed()->ld_ptr(STATE(_stack_base), L4_scratch); // current expression stack bottom local
1391 __ sub(L4_scratch, entry_size, L4_scratch);
1392 __ st_ptr(L4_scratch, STATE(_stack_base));
1413 __ cmp(L1_scratch, L4_scratch);
1418 __ st_ptr(G0, L4_scratch, BasicObjectLock::obj_offset_in_bytes());
1581 __ set(0xdead004, L4_scratch);
1753 __ ld_ptr(STATE(_result._to_call._callee), L4_scratch); // calle local
[all...]
H A Dregister_definitions_sparc.cpp161 REGISTER_DEFINITION(Register, L4_scratch);
H A Dassembler_sparc.hpp145 REGISTER_DECLARATION(Register, L4_scratch , L4);
244 #define L4_scratch AS_REGISTER(Register, L4_scratch) macro

Completed in 1787 milliseconds