Home
last modified time | relevance | path

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

/arkcompiler/ets_runtime/ecmascript/compiler/
Dinterpreter_stub.cpp70 …profiler.PGOProfiler(glue, pc, GetFunctionFromFrame(GetFrame(sp)), profileTypeInfo, values, format…
78 …profiler.PGOProfiler(glue, pc, GetFunctionFromFrame(GetFrame(sp)), profileTypeInfo, values, format…
137 …GateRef func = GetFunctionFromFrame(GetFrame(_sp)); …
238 …GateRef curFunction = GetFunctionFromFrame(curFrame); …
331 …GateRef prevFunction = GetFunctionFromFrame(prevFrame); …
710 GateRef func = GetFunctionFromFrame(frame); in DECLARE_ASM_HANDLER()
757 GateRef func = GetFunctionFromFrame(frame); in DECLARE_ASM_HANDLER()
769 GateRef func = GetFunctionFromFrame(frame); in DECLARE_ASM_HANDLER()
1331 GateRef curFunc = GetFunctionFromFrame(frame); in DECLARE_ASM_HANDLER()
1367 GateRef curFunc = GetFunctionFromFrame(frame); in DECLARE_ASM_HANDLER()
[all …]
Dinterpreter_stub-inl.h257 GateRef InterpreterStubBuilder::GetFunctionFromFrame(GateRef frame) in GetFunctionFromFrame() function
336 GateRef currentFunc = GetFunctionFromFrame(GetFrame(sp)); in GetModule()
505 GateRef function = GetFunctionFromFrame(state); in GetStartIdxAndNumArgs()
Dinterpreter_stub.h150 inline GateRef GetFunctionFromFrame(GateRef frame);
/arkcompiler/ets_runtime/ecmascript/compiler/baseline/
Dbaseline_stubs.cpp153 GateRef func = GetFunctionFromFrame(frame); \
170 GateRef func = GetFunctionFromFrame(frame); \
183 … GateRef curFunc = GetFunctionFromFrame(frame); \
347 GateRef func = GetFunctionFromFrame(frame); in GenerateCircuit()
362 GateRef func = GetFunctionFromFrame(GetFrame(sp)); in GenerateCircuit()
552 GateRef curMethod = GetMethodFromFunction(GetFunctionFromFrame(frame)); in GenerateCircuit()
555 GateRef profileTypeInfo = GetProfileTypeInfoFromFunction(GetFunctionFromFrame(frame)); in GenerateCircuit()
603 GateRef function = GetFunctionFromFrame(frame); in GenerateCircuit()
612 GateRef curFunc = GetFunctionFromFrame(frame); in GenerateCircuit()
647 GateRef function = GetFunctionFromFrame(*prevState); in GenerateCircuit()
[all …]
Dbaseline_stub_builder.h137 inline GateRef GetFunctionFromFrame(GateRef frame) in GetFunctionFromFrame() function
174 GateRef currentFunc = GetFunctionFromFrame(GetFrame(sp)); in GetModule()
230 GateRef function = GetFunctionFromFrame(state); in GetStartIdxAndNumArgs()
Dbaseline_stubs-inl.h155 GateRef BaselineStubBuilder::GetFunctionFromFrame(GateRef frame) in GetFunctionFromFrame() function
202 GateRef currentFunc = GetFunctionFromFrame(GetFrame(sp)); in GetModule()
258 GateRef function = GetFunctionFromFrame(state); in GetStartIdxAndNumArgs()
Dbaseline_stubs.h44 inline GateRef GetFunctionFromFrame(GateRef frame);