Searched refs:jump_to (Results 1 - 11 of 11) sorted by relevance
/openjdk7/hotspot/src/cpu/sparc/vm/ |
H A D | vtableStubs_sparc.cpp | 195 __ jump_to(icce, G3_scratch);
|
H A D | c1_Runtime1_sparc.cpp | 88 jump_to(exc, G4); 344 __ jump_to(dest, O0); 782 __ jump_to(dest, O0);
|
H A D | c1_MacroAssembler_sparc.cpp | 46 jump_to(ic_miss, temp_reg);
|
H A D | methodHandles_sparc.cpp | 458 __ jump_to(icce, temp1);
|
H A D | sharedRuntime_sparc.cpp | 1065 __ jump_to(ic_miss, G3_scratch); 1076 __ jump_to(ic_miss, G3_scratch); 1270 __ jump_to(exception_entry, G3_scratch); 1968 __ jump_to(ic_miss, temp_reg); 2910 __ jump_to(ic_miss, temp_reg);
|
H A D | templateInterpreter_sparc.cpp | 111 __ jump_to(thrower, G3_scratch); 450 __ jump_to(stub, Rscratch);
|
H A D | assembler_sparc.inline.hpp | 753 inline void MacroAssembler::jump_to(const AddressLiteral& addrlit, Register temp, int offset) { function in class:MacroAssembler
|
H A D | interp_masm_sparc.cpp | 858 jump_to(dest, Rscratch);
|
H A D | stubGenerator_sparc.cpp | 352 __ jump_to(stub_ret, temp_reg);
|
H A D | assembler_sparc.hpp | 2142 inline void jump_to(const AddressLiteral& addrlit, Register temp, int offset = 0);
|
H A D | c1_LIRAssembler_sparc.cpp | 1606 __ jump_to(addrlit, G3);
|
Completed in 433 milliseconds