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

/openjdk10/hotspot/src/share/vm/aot/
H A DcompiledIC_aot.hpp48 inline static CompiledPltStaticCall* before(address return_addr) { argument
49 CompiledPltStaticCall* st = new CompiledPltStaticCall(nativePltCall_before(return_addr));
H A DaotCompiledMethod.cpp422 CompiledStaticCall* AOTCompiledMethod::compiledStaticCall_before(address return_addr) const {
423 return CompiledPltStaticCall::before(return_addr);
/openjdk10/hotspot/src/share/vm/code/
H A DcompiledIC.hpp208 friend CompiledIC* CompiledIC_before(CompiledMethod* nm, address return_addr);
282 inline CompiledIC* CompiledIC_before(CompiledMethod* nm, address return_addr) { argument
283 CompiledIC* c_ic = new CompiledIC(nm, nativeCall_before(return_addr));
403 static inline CompiledDirectStaticCall* before(address return_addr) { argument
404 CompiledDirectStaticCall* st = new CompiledDirectStaticCall(nativeCall_before(return_addr));
H A Dnmethod.cpp2832 CompiledStaticCall* nmethod::compiledStaticCall_before(address return_addr) const {
2833 return CompiledDirectStaticCall::before(return_addr);
/openjdk10/hotspot/src/share/vm/opto/
H A Dregalloc.cpp81 // Allow return_addr in the out-preserve area.
82 reg == _matcher.return_addr(),
H A Dmatcher.hpp377 virtual OptoReg::Name return_addr() const;
H A Dchaitin.cpp2253 OptoReg::Name return_addr = _matcher.return_addr(); local
2258 if (return_addr == reg) {
2262 if (return_addr == OptoReg::add(reg, VMRegImpl::slots_per_word))
2264 else if (return_addr == OptoReg::add(reg, 2*VMRegImpl::slots_per_word) &&
H A Dmatcher.cpp181 _return_addr_mask = return_addr();
184 _return_addr_mask.Insert(OptoReg::add(return_addr(),1));
/openjdk10/hotspot/src/share/vm/interpreter/
H A DbytecodeInterpreter.hpp69 address return_addr; // osr blob return address member in struct:osr_result
/openjdk10/hotspot/src/cpu/aarch64/vm/
H A Dframe_aarch64.cpp694 DESCRIBE_FP_OFFSET(return_addr);
/openjdk10/hotspot/src/cpu/x86/vm/
H A DstubGenerator_x86_64.cpp1016 return_addr = 16 * wordSize, enumerator in enum:StubGenerator::__anon193
1077 __ movptr(c_rarg1, Address(rsp, return_addr)); // pass return address

Completed in 106 milliseconds