Home
last modified time | relevance | path

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

/arkcompiler/ets_runtime/ecmascript/compiler/
Dinterpreter_stub.cpp68 …profiler.PGOProfiler(glue, pc, GetFunctionFromFrame(GetFrame(sp)), profileTypeInfo, values, format…
76 …profiler.PGOProfiler(glue, pc, GetFunctionFromFrame(GetFrame(sp)), profileTypeInfo, values, format…
135 …GateRef func = GetFunctionFromFrame(GetFrame(_sp)); …
506 GateRef func = GetFunctionFromFrame(frame); in DECLARE_ASM_HANDLER()
553 GateRef func = GetFunctionFromFrame(frame); in DECLARE_ASM_HANDLER()
565 GateRef func = GetFunctionFromFrame(frame); in DECLARE_ASM_HANDLER()
1116 GateRef curFunc = GetFunctionFromFrame(frame); in DECLARE_ASM_HANDLER()
1146 GateRef curFunc = GetFunctionFromFrame(frame); in DECLARE_ASM_HANDLER()
2169 varAcc = GetFunctionFromFrame(GetFrame(sp)); in DECLARE_ASM_HANDLER()
2502 GateRef function = GetFunctionFromFrame(frame); in DECLARE_ASM_HANDLER()
[all …]
Dinterpreter_stub-inl.h221 GateRef InterpreterStubBuilder::GetFunctionFromFrame(GateRef frame) in GetFunctionFromFrame() function
295 GateRef currentFunc = GetFunctionFromFrame(GetFrame(sp)); in GetModule()
464 GateRef function = GetFunctionFromFrame(state); in GetStartIdxAndNumArgs()
Dinterpreter_stub.h97 inline GateRef GetFunctionFromFrame(GateRef frame);