Searched defs:get_constant_pool_cache (Results 1 - 3 of 3) sorted by relevance

/openjdk7/hotspot/src/cpu/x86/vm/
H A Dinterp_masm_x86_32.hpp82 void get_constant_pool_cache(Register reg) { get_constant_pool(reg); movptr(reg, Address(reg, constantPoolOopDesc::cache_offset_in_bytes())); } function in class:InterpreterMacroAssembler
H A Dinterp_masm_x86_64.hpp97 void get_constant_pool_cache(Register reg) { function in class:InterpreterMacroAssembler
/openjdk7/hotspot/src/cpu/sparc/vm/
H A Dinterp_masm_sparc.cpp952 void InterpreterMacroAssembler::get_constant_pool_cache(Register Rdst) { function in class:InterpreterMacroAssembler

Completed in 47 milliseconds