Home
last modified time | relevance | path

Searched defs:prevFp (Results 1 – 6 of 6) sorted by relevance

/arkcompiler/ets_runtime/ecmascript/
Djs_function.cpp619 const JSTaggedType *prevFp = thread->GetLastLeaveFrame(); in InvokeOptimizedEntrypoint() local
682 const JSTaggedType *prevFp = thread->GetLastLeaveFrame(); in InvokeOptimizedEntrypoint() local
Decma_vm.cpp733 …ggedValue EcmaVM::FastCallAot(size_t actualNumArgs, JSTaggedType *args, const JSTaggedType *prevFp) in FastCallAot()
1930 const JSTaggedType *prevFp, bool needPushArgv) in ExecuteAot()
/arkcompiler/ets_runtime/ecmascript/compiler/trampoline/aarch64/
Doptimized_call.cpp1122 void OptimizedCall::PushJSFunctionEntryFrame(ExtendedAssembler *assembler, Register prevFp) in PushJSFunctionEntryFrame()
1141 Register prevFp(X1); in PopJSFunctionEntryFrame() local
/arkcompiler/ets_runtime/ecmascript/compiler/trampoline/x64/
Doptimized_call.cpp1186 void OptimizedCall::PushJSFunctionEntryFrame(ExtendedAssembler *assembler, Register prevFp) in PushJSFunctionEntryFrame()
1201 Register prevFp(rsi); in PopJSFunctionEntryFrame() local
/arkcompiler/ets_runtime/ecmascript/stubs/
Druntime_stubs-inl.h3122 const JSTaggedType *prevFp = thread->GetLastLeaveFrame(); in GetResultValue() local
/arkcompiler/ets_runtime/ecmascript/interpreter/
Dinterpreter-inl.cpp876 const JSTaggedType *prevFp = thread->GetLastLeaveFrame(); in GeneratorReEnterAot() local