Searched refs:get_constant_pool_cache (Results 1 - 5 of 5) 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.hpp210 void get_constant_pool_cache(Register Rdst);
H A DtemplateInterpreter_sparc.cpp217 __ get_constant_pool_cache(LcpoolCache); // load LcpoolCache
580 __ get_constant_pool_cache( LcpoolCache ); // set LcpoolCache
H A Dinterp_masm_sparc.cpp952 void InterpreterMacroAssembler::get_constant_pool_cache(Register Rdst) { function in class:InterpreterMacroAssembler

Completed in 48 milliseconds