Searched refs:GetFunctionFromFrame (Results 1 - 7 of 7) sorted by relevance
/arkcompiler/ets_runtime/ecmascript/compiler/ |
H A D | interpreter_stub.cpp | 70 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 D | interpreter_stub-inl.h | 257 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 D | interpreter_stub.h | 150 inline GateRef GetFunctionFromFrame(GateRef frame);
|
/arkcompiler/ets_runtime/ecmascript/compiler/baseline/ |
H A D | baseline_stubs.cpp | 153 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 D | baseline_stub_builder.h | 137 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 D | baseline_stubs-inl.h | 155 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 D | baseline_stubs.h | 44 inline GateRef GetFunctionFromFrame(GateRef frame);
|
Completed in 21 milliseconds