Home
last modified time | relevance | path

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

/arkcompiler/ets_runtime/ecmascript/compiler/
H A Dinterpreter_stub.cpp70 profiler.PGOProfiler(glue, pc, GetFunctionFromFrame(GetFrame(sp)), profileTypeInfo, values, format, type); \
78 profiler.PGOProfiler(glue, pc, GetFunctionFromFrame(GetFrame(sp)), profileTypeInfo, values, format, type); \
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(fram in DECLARE_ASM_HANDLER()
[all...]
H A Dinterpreter_stub-inl.h257 GateRef InterpreterStubBuilder::GetFunctionFromFrame(GateRef frame) in GetFunctionFromFrame() function in panda::ecmascript::kungfu::InterpreterStubBuilder
336 GateRef currentFunc = GetFunctionFromFrame(GetFrame(sp)); in GetModule()
505 GateRef function = GetFunctionFromFrame(state); in GetStartIdxAndNumArgs()
H A Dinterpreter_stub.h150 inline GateRef GetFunctionFromFrame(GateRef frame);
/arkcompiler/ets_runtime/ecmascript/compiler/baseline/
H A 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(*prevStat in GenerateCircuit()
[all...]
H A Dbaseline_stub_builder.h137 inline GateRef GetFunctionFromFrame(GateRef frame) in GetFunctionFromFrame() function in panda::ecmascript::kungfu::BaselineStubBuilder
174 GateRef currentFunc = GetFunctionFromFrame(GetFrame(sp)); in GetModule()
230 GateRef function = GetFunctionFromFrame(state); in GetStartIdxAndNumArgs()
H A Dbaseline_stubs-inl.h155 GateRef BaselineStubBuilder::GetFunctionFromFrame(GateRef frame) in GetFunctionFromFrame() function in panda::ecmascript::kungfu::BaselineStubBuilder
202 GateRef currentFunc = GetFunctionFromFrame(GetFrame(sp)); in GetModule()
258 GateRef function = GetFunctionFromFrame(state); in GetStartIdxAndNumArgs()
H A Dbaseline_stubs.h44 inline GateRef GetFunctionFromFrame(GateRef frame);

Completed in 21 milliseconds