Searched refs:scratch2 (Results 1 - 9 of 9) sorted by relevance

/openjdk7/hotspot/src/os_cpu/solaris_sparc/vm/
H A Dassembler_solaris_sparc.cpp44 void MacroAssembler::write_ccr_trap(Register ccr_save, Register scratch1, Register scratch2) { argument
49 sll(ccr_save, PSR_ICC_SHIFT, scratch2);
54 or3(O0, scratch2, O0);
/openjdk7/hotspot/src/os_cpu/linux_sparc/vm/
H A Dassembler_linux_sparc.cpp38 void MacroAssembler::write_ccr_trap(Register ccr_save, Register scratch1, Register scratch2) { argument
/openjdk7/hotspot/src/cpu/x86/vm/
H A Dinterp_masm_x86_32.hpp214 void profile_virtual_call(Register receiver, Register mdp, Register scratch2,
221 void profile_switch_case(Register index_in_scratch, Register mdp, Register scratch2);
H A Dinterp_masm_x86_64.hpp224 Register scratch2,
232 Register scratch2);
/openjdk7/hotspot/src/cpu/sparc/vm/
H A Dinterp_masm_sparc.hpp286 Register bumped_count, Register scratch2,
290 Register scratch1, Register scratch2,
318 Register scratch2,
H A Dinterp_masm_sparc.cpp1451 Register scratch2,
1454 add(ImethodDataPtr, reg, scratch2);
1455 Address counter(scratch2, constant);
1856 Register scratch2,
1872 scratch2,
1878 scratch2);
2422 Register scratch1, Register scratch2,
2429 set(mask, scratch2);
2430 andcc(scratch1, scratch2, G0);
1448 increment_mdp_data_at(Register reg, int constant, Register bumped_count, Register scratch2, bool decrement) argument
1854 profile_switch_case(Register index, Register scratch, Register scratch2, Register scratch3) argument
2420 increment_mask_and_jump(Address counter_addr, int increment, int mask, Register scratch1, Register scratch2, Condition cond, Label *where) argument
H A Dassembler_sparc.hpp2326 void write_ccr_trap(Register ccr_save1, Register scratch1, Register scratch2);
/openjdk7/hotspot/src/share/vm/c1/
H A Dc1_LIRGenerator.hpp327 void new_instance (LIR_Opr dst, ciInstanceKlass* klass, LIR_Opr scratch1, LIR_Opr scratch2, LIR_Opr scratch3, LIR_Opr scratch4, LIR_Opr klass_reg, CodeEmitInfo* info);
H A Dc1_LIRGenerator.cpp659 void LIRGenerator::new_instance(LIR_Opr dst, ciInstanceKlass* klass, LIR_Opr scratch1, LIR_Opr scratch2, LIR_Opr scratch3, LIR_Opr scratch4, LIR_Opr klass_reg, CodeEmitInfo* info) { argument
673 __ allocate_object(dst, scratch1, scratch2, scratch3, scratch4,

Completed in 7335 milliseconds