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.cpp391 MIRFunction *currentFunctionInner = GetCurrentFunctionNotNull(); in CreateLocalDecl()
403 MIRFunction *currentFunctionInner = GetCurrentFunctionNotNull(); in GetLocalDecl()
456 MIRFunction *fun = GetCurrentFunctionNotNull(); in GetSymbolFromEnclosingScope()
586 MIRFunction *currentFunctionInner = GetCurrentFunctionNotNull(); in CreateAddrofConst()
1280 MIRFunction *currentFunctionInner = GetCurrentFunctionNotNull(); in GetOrCreateMIRLabel()
1299 MIRFunction *fun = GetCurrentFunctionNotNull(); in AddStmtInCurrentFunctionBody()
/arkcompiler/ets_runtime/ecmascript/compiler/codegen/maple/mpl2mpl/src/
Dclone.cpp137 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