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

/openjdk7/hotspot/src/cpu/sparc/vm/
H A Dinterp_masm_sparc.hpp215 void call_from_interpreter(Register target, Register scratch, Register Rret);
H A DtemplateTable_sparc.cpp3033 __ call_from_interpreter(Rcall, Gargs, Rret);
3120 __ call_from_interpreter(Rscratch, Gargs, Rret);
3138 __ call_from_interpreter(Rscratch, Gargs, Rret);
3154 __ call_from_interpreter(Rscratch, Gargs, Rret);
3180 __ call_from_interpreter(Rcall, Gargs, Rret);
3291 __ call_from_interpreter(Rcall, Gargs, Rret);
3321 __ call_from_interpreter(Rscratch, Gargs, Rret);
3357 __ call_from_interpreter(Rscratch, Gargs, Rret);
H A Dinterp_masm_sparc.cpp609 void InterpreterMacroAssembler::call_from_interpreter(Register target, Register scratch, Register Rret) { function in class:InterpreterMacroAssembler

Completed in 47 milliseconds