Searched refs:return_addr (Results 1 - 6 of 6) sorted by relevance

/openjdk7/hotspot/src/share/vm/code/
H A DcompiledIC.hpp119 friend CompiledIC* CompiledIC_before(address return_addr);
162 inline CompiledIC* CompiledIC_before(address return_addr) { argument
163 CompiledIC* c_ic = new CompiledIC(nativeCall_before(return_addr));
220 friend CompiledStaticCall* compiledStaticCall_before(address return_addr);
250 inline CompiledStaticCall* compiledStaticCall_before(address return_addr) { argument
251 CompiledStaticCall* st = (CompiledStaticCall*)nativeCall_before(return_addr);
/openjdk7/hotspot/src/share/vm/opto/
H A Dmatcher.hpp301 virtual OptoReg::Name return_addr() const;
H A Dchaitin.cpp2043 OptoReg::Name return_addr = _matcher.return_addr(); local
2048 if (return_addr == reg) {
2052 if (return_addr == OptoReg::add(reg, VMRegImpl::slots_per_word))
2054 else if (return_addr == OptoReg::add(reg, 2*VMRegImpl::slots_per_word) &&
H A Dmatcher.cpp190 _return_addr_mask = return_addr();
193 _return_addr_mask.Insert(OptoReg::add(return_addr(),1));
/openjdk7/hotspot/src/share/vm/interpreter/
H A DbytecodeInterpreter.hpp81 address return_addr; /* osr blob return address */ member in struct:osr_result
/openjdk7/hotspot/src/cpu/x86/vm/
H A DstubGenerator_x86_64.cpp1009 return_addr = 16 * wordSize, enumerator in enum:StubGenerator::__anon51
1088 __ movptr(c_rarg1, Address(rsp, return_addr)); // pass return address

Completed in 59 milliseconds