Searched defs:get_const (Results 1 - 6 of 6) sorted by relevance

/openjdk10/hotspot/src/cpu/x86/vm/
H A Dinterp_masm_x86.hpp84 void get_const(Register reg) { function in class:InterpreterMacroAssembler
/openjdk10/hotspot/src/cpu/aarch64/vm/
H A Dinterp_masm_aarch64.hpp96 void get_const(Register reg) { function in class:InterpreterMacroAssembler
/openjdk10/hotspot/src/cpu/arm/vm/
H A Dinterp_masm_arm.hpp125 void get_const(Register reg) { ldr(reg, Address(Rmethod, Method::const_offset())); } function in class:InterpreterMacroAssembler
/openjdk10/hotspot/src/cpu/sparc/vm/
H A Dinterp_masm_sparc.cpp898 void InterpreterMacroAssembler::get_const(Register Rdst) { function in class:InterpreterMacroAssembler
/openjdk10/hotspot/src/cpu/ppc/vm/
H A Dinterp_masm_ppc_64.cpp580 void InterpreterMacroAssembler::get_const(Register Rdst) { function in class:InterpreterMacroAssembler
H A DmacroAssembler_ppc.cpp320 long MacroAssembler::get_const(address a) { function in class:MacroAssembler

Completed in 183 milliseconds