Home
last modified time | relevance | path

Searched defs:curFunc (Results 1 – 7 of 7) sorted by relevance

/arkcompiler/ets_runtime/ecmascript/compiler/codegen/maple/maple_ir/include/
Dmir_parser.h181 MIRFunction *curFunc = nullptr; variable
Dbin_mpl_export.h148 MIRFunction *curFunc = nullptr; variable
/arkcompiler/ets_runtime/ecmascript/compiler/codegen/maple/maple_ir/src/
Dmir_module.cpp83 MIRFunction *curFunc = CurFunction(); in CurFuncCodeMemPoolAllocator() local
90 MIRFunction *curFunc = CurFunction(); in GetCurFuncCodeMPAllocator() local
/arkcompiler/ets_runtime/ecmascript/compiler/codegen/maple/maple_be/src/be/
Dlower.cpp709 MIRFunction *curFunc = GetCurrentFunc(); in LowerReturnStructUsingFakeParm() local
1207 MIRFunction *curFunc = mirModule.CurFunction(); in LowerCallAssignedStmt() local
1526 MIRFunction *curFunc = mirModule.CurFunction(); in LowerAssertBoundary() local
1758 auto curFunc = mirModule.CurFunction(); in GetArrayNodeType() local
2233 MIRFunction *curFunc = mirModule.CurFunction(); in ProcessArrayExpr() local
2630 BaseNode *CGLowerer::GetBaseNodeFromCurFunc(MIRFunction &curFunc, bool isFromJarray) in GetBaseNodeFromCurFunc()
3036 auto *curFunc = mirModule.CurFunction(); in LowerGCMalloc() local
/arkcompiler/ets_runtime/ecmascript/compiler/
Dinterpreter_stub.cpp1331 GateRef curFunc = GetFunctionFromFrame(frame); in DECLARE_ASM_HANDLER() local
1367 GateRef curFunc = GetFunctionFromFrame(frame); in DECLARE_ASM_HANDLER() local
2791 GateRef curFunc = GetFunctionFromFrame(frame); in DECLARE_ASM_HANDLER() local
2890 GateRef curFunc = GetFunctionFromFrame(frame); in DECLARE_ASM_HANDLER() local
2997 GateRef curFunc = GetFunctionFromFrame(frame); in DECLARE_ASM_HANDLER() local
3102 GateRef curFunc = GetFunctionFromFrame(frame); in DECLARE_ASM_HANDLER() local
3483 GateRef curFunc = GetFunctionFromFrame(frame); in DECLARE_ASM_HANDLER() local
/arkcompiler/ets_runtime/ecmascript/compiler/baseline/
Dbaseline_stubs.cpp612 GateRef curFunc = GetFunctionFromFrame(frame); in GenerateCircuit() local
2094 GateRef curFunc = GetFunctionFromFrame(frame); in GenerateCircuit() local
4802 GateRef curFunc = GetFunctionFromFrame(GetFrame(sp)); in GenerateCircuit() local
4961 GateRef curFunc = GetFunctionFromFrame(frame); in GenerateCircuit() local
5797 GateRef curFunc = GetFunctionFromFrame(frame); in GenerateCircuit() local
/arkcompiler/ets_runtime/ecmascript/compiler/codegen/maple/
Dlitecg_ir_builder.cpp2922 Function &curFunc = funcBuilder.Return(lmirBuilder_->LiteCGGetFuncReturnType(fnTy)).Done(); in GetExperimentalDeopt() local