Home
last modified time | relevance | path

Searched refs:fpOffset (Results 1 - 2 of 2) sorted by relevance

/arkcompiler/ets_runtime/ecmascript/compiler/trampoline/aarch64/
H A Dasm_interpreter_call.cpp716 int64_t fpOffset = static_cast<int64_t>(AsmInterpretedFrame::GetFpOffset(false)) in ResumeRspAndDispatch() local
722 ASSERT(fpOffset < 0); in ResumeRspAndDispatch()
727 __ Ldur(fp, MemoryOperand(sp, fpOffset)); // store fp for temporary in ResumeRspAndDispatch()
844 int64_t fpOffset = static_cast<int64_t>(AsmInterpretedFrame::GetFpOffset(false)) -
846 ASSERT(fpOffset < 0);
847 __ Ldur(fpRegister, MemoryOperand(currentSp, fpOffset));
998 int64_t fpOffset = static_cast<int64_t>(AsmInterpretedFrame::GetFpOffset(false))
1004 ASSERT(fpOffset < 0);
1008 __ Ldur(fp, MemoryOperand(sp, fpOffset)); // store fp for temporary
/arkcompiler/ets_runtime/ecmascript/compiler/trampoline/x64/
H A Dasm_interpreter_call.cpp1347 intptr_t fpOffset = static_cast<intptr_t>(AsmInterpretedFrame::GetFpOffset(false)) - in ResumeRspAndReturnBaseline() local
1349 __ Movq(Operand(currentSp, static_cast<int32_t>(fpOffset)), fpRegister); in ResumeRspAndReturnBaseline()

Completed in 7 milliseconds