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

/openjdk10/hotspot/src/cpu/x86/vm/
H A Dinterp_masm_x86.hpp89 void get_constant_pool(Register reg) { function in class:InterpreterMacroAssembler
/openjdk10/hotspot/src/cpu/aarch64/vm/
H A Dinterp_masm_aarch64.hpp101 void get_constant_pool(Register reg) { function in class:InterpreterMacroAssembler
/openjdk10/hotspot/src/cpu/arm/vm/
H A Dinterp_masm_arm.hpp126 void get_constant_pool(Register reg) { get_const(reg); ldr(reg, Address(reg, ConstMethod::constants_offset())); } function in class:InterpreterMacroAssembler
/openjdk10/hotspot/src/cpu/sparc/vm/
H A Dinterp_masm_sparc.cpp903 void InterpreterMacroAssembler::get_constant_pool(Register Rdst) { function in class:InterpreterMacroAssembler
/openjdk10/hotspot/src/cpu/ppc/vm/
H A Dinterp_masm_ppc_64.cpp584 void InterpreterMacroAssembler::get_constant_pool(Register Rdst) { function in class:InterpreterMacroAssembler
/openjdk10/hotspot/src/cpu/s390/vm/
H A Dinterp_masm_s390.cpp707 void InterpreterMacroAssembler::get_constant_pool(Register Rdst) { function in class:InterpreterMacroAssembler

Completed in 118 milliseconds