Home
last modified time | relevance | path

Searched refs:GetFunctionFromFrame (Results 1 – 3 of 3) sorted by relevance

/arkcompiler/ets_runtime/ecmascript/compiler/
Dinterpreter_stub.cpp67 …profiler.PGOProfiler(glue, pc, GetFunctionFromFrame(GetFrame(sp)), profileTypeInfo, values, type);…
122 …GateRef func = GetFunctionFromFrame(GetFrame(_sp)); …
962 GateRef curFunc = GetFunctionFromFrame(frame); in DECLARE_ASM_HANDLER()
992 GateRef curFunc = GetFunctionFromFrame(frame); in DECLARE_ASM_HANDLER()
1994 varAcc = GetFunctionFromFrame(GetFrame(sp)); in DECLARE_ASM_HANDLER()
2319 GateRef function = GetFunctionFromFrame(frame); in DECLARE_ASM_HANDLER()
2332 GateRef curFunc = GetFunctionFromFrame(frame); in DECLARE_ASM_HANDLER()
2348 GateRef function = GetFunctionFromFrame(prevState); in DECLARE_ASM_HANDLER()
2382 GateRef function = GetFunctionFromFrame(frame); in DECLARE_ASM_HANDLER()
2395 GateRef curFunc = GetFunctionFromFrame(frame); in DECLARE_ASM_HANDLER()
[all …]
Dinterpreter_stub.h95 inline GateRef GetFunctionFromFrame(GateRef frame);
Dinterpreter_stub-inl.h207 GateRef InterpreterStubBuilder::GetFunctionFromFrame(GateRef frame) in GetFunctionFromFrame() function
433 GateRef function = GetFunctionFromFrame(state); in GetStartIdxAndNumArgs()