Searched refs:GetFunctionFromFrame (Results 1 – 3 of 3) sorted by relevance
| /arkcompiler/ets_runtime/ecmascript/compiler/ |
| D | interpreter_stub.cpp | 68 …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 …]
|
| D | interpreter_stub-inl.h | 221 GateRef InterpreterStubBuilder::GetFunctionFromFrame(GateRef frame) in GetFunctionFromFrame() function 295 GateRef currentFunc = GetFunctionFromFrame(GetFrame(sp)); in GetModule() 464 GateRef function = GetFunctionFromFrame(state); in GetStartIdxAndNumArgs()
|
| D | interpreter_stub.h | 97 inline GateRef GetFunctionFromFrame(GateRef frame);
|