Home
last modified time | relevance | path

Searched refs:GetFunctionOffset (Results 1 – 8 of 8) sorted by relevance

/arkcompiler/ets_runtime/ecmascript/
Dframes.h516 static size_t GetFunctionOffset(bool isArch32 = false)
781 static size_t GetFunctionOffset(bool isArch32 = false)
851 static size_t GetFunctionOffset(bool isArch32 = false)
948 static size_t GetFunctionOffset(bool isArch32) in GetFunctionOffset() function
1372 static size_t GetFunctionOffset() in GetFunctionOffset() function
/arkcompiler/ets_runtime/ecmascript/dfx/stackinfo/
Djs_stackinfo.cpp391 funcAddr += OptimizedJSFunctionFrame::GetFunctionOffset(); in ArkGetFunction()
397 funcAddr += AsmInterpretedFrame::GetFunctionOffset(false); in ArkGetFunction()
403 funcAddr += InterpretedFrame::GetFunctionOffset(); in ArkGetFunction()
408 funcAddr += InterpretedBuiltinFrame::GetFunctionOffset(); in ArkGetFunction()
432 funcAddr += OptimizedBuiltinLeaveFrame::GetFunctionOffset(); in ArkGetFunction()
/arkcompiler/ets_runtime/ecmascript/compiler/
Dinterpreter_stub-inl.h224 IntPtr(AsmInterpretedFrame::GetFunctionOffset(GetEnvironment()->IsArch32Bit()))); in GetFunctionFromFrame()
230 IntPtr(AsmInterpretedFrame::GetFunctionOffset(GetEnvironment()->IsArch32Bit()))); in GetNewTarget()
344 IntPtr(AsmInterpretedFrame::GetFunctionOffset(GetEnvironment()->IsArch32Bit())), value); in SetFunctionToFrame()
Dstub_builder-inl.h320 IntPtr(AsmInterpretedFrame::GetFunctionOffset(env_->IsArch32Bit()))); in SaveHotnessCounterIfNeeded()
/arkcompiler/ets_runtime/ecmascript/compiler/trampoline/x64/
Dasm_interpreter_call.cpp1048 … __ Movq(Operand(frameStateBaseRegister, AsmInterpretedFrame::GetFunctionOffset(false)), temp); in ResumeRspAndDispatch()
1242 …__ Movq(Operand(frameStateBaseRegister, AsmInterpretedFrame::GetFunctionOffset(false)), ret); // r… in ResumeRspAndRollback()
Doptimized_call.cpp1099 …__ Movq(Operand(frameStateBase, AsmInterpretedFrame::GetFunctionOffset(false)), callTargetRegister… in DeoptEnterAsmInterp()
/arkcompiler/ets_runtime/ecmascript/compiler/trampoline/aarch64/
Dasm_interpreter_call.cpp746 … int64_t constructorOffset = static_cast<int64_t>(AsmInterpretedFrame::GetFunctionOffset(false)) in ResumeRspAndDispatch()
882 int64_t funcOffset = static_cast<int64_t>(AsmInterpretedFrame::GetFunctionOffset(false)) in ResumeRspAndRollback()
Doptimized_call.cpp1092 …(callTargetRegister, MemoryOperand(frameStateBase, AsmInterpretedFrame::GetFunctionOffset(false))); in DeoptEnterAsmInterp()