Searched refs:GetFunctionFromFrame (Results 1 – 7 of 7) sorted by relevance
| /arkcompiler/ets_runtime/ecmascript/compiler/ |
| D | interpreter_stub.cpp | 70 …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 …]
|
| D | interpreter_stub-inl.h | 257 GateRef InterpreterStubBuilder::GetFunctionFromFrame(GateRef frame) in GetFunctionFromFrame() function 336 GateRef currentFunc = GetFunctionFromFrame(GetFrame(sp)); in GetModule() 505 GateRef function = GetFunctionFromFrame(state); in GetStartIdxAndNumArgs()
|
| D | interpreter_stub.h | 150 inline GateRef GetFunctionFromFrame(GateRef frame);
|
| /arkcompiler/ets_runtime/ecmascript/compiler/baseline/ |
| 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(*prevState); in GenerateCircuit() [all …]
|
| D | baseline_stub_builder.h | 137 inline GateRef GetFunctionFromFrame(GateRef frame) in GetFunctionFromFrame() function 174 GateRef currentFunc = GetFunctionFromFrame(GetFrame(sp)); in GetModule() 230 GateRef function = GetFunctionFromFrame(state); in GetStartIdxAndNumArgs()
|
| D | baseline_stubs-inl.h | 155 GateRef BaselineStubBuilder::GetFunctionFromFrame(GateRef frame) in GetFunctionFromFrame() function 202 GateRef currentFunc = GetFunctionFromFrame(GetFrame(sp)); in GetModule() 258 GateRef function = GetFunctionFromFrame(state); in GetStartIdxAndNumArgs()
|
| D | baseline_stubs.h | 44 inline GateRef GetFunctionFromFrame(GateRef frame);
|