Home
last modified time | relevance | path

Searched refs:GetCurrentFunctionNotNull (Results 1 – 3 of 3) sorted by relevance

/arkcompiler/ets_runtime/ecmascript/compiler/codegen/maple/maple_ir/src/
Dmir_builder.cpp386 MIRFunction *currentFunctionInner = GetCurrentFunctionNotNull(); in CreateLocalDecl()
398 MIRFunction *currentFunctionInner = GetCurrentFunctionNotNull(); in GetLocalDecl()
451 MIRFunction *fun = GetCurrentFunctionNotNull(); in GetSymbolFromEnclosingScope()
581 MIRFunction *currentFunctionInner = GetCurrentFunctionNotNull(); in CreateAddrofConst()
1267 MIRFunction *currentFunctionInner = GetCurrentFunctionNotNull(); in GetOrCreateMIRLabel()
1286 MIRFunction *fun = GetCurrentFunctionNotNull(); in AddStmtInCurrentFunctionBody()
/arkcompiler/ets_runtime/ecmascript/compiler/codegen/maple/mpl2mpl/src/
Dclone.cpp136 MIRFunction *originalCurrFunction = mirBuilder.GetCurrentFunctionNotNull(); in CloneFunction()
/arkcompiler/ets_runtime/ecmascript/compiler/codegen/maple/maple_ir/include/
Dmir_builder.h68 MIRFunction *GetCurrentFunctionNotNull() const in GetCurrentFunctionNotNull() function