Home
last modified time | relevance | path

Searched refs:GetCurrentFunction (Results 1 – 5 of 5) sorted by relevance

/arkcompiler/ets_runtime/ecmascript/compiler/codegen/maple/maple_ir/include/
Dverification.h47 const MIRFunction *GetCurrentFunction() const in GetCurrentFunction() function
54 return GetCurrentFunction()->GetClassType()->GetName(); in GetCurrentClassName()
Dmir_builder.h64 virtual MIRFunction *GetCurrentFunction() const in GetCurrentFunction() function
70 MIRFunction *func = GetCurrentFunction(); in GetCurrentFunctionNotNull()
366 MIRFunction *GetCurrentFunction() const override in GetCurrentFunction() function
/arkcompiler/ets_runtime/ecmascript/compiler/codegen/maple/maple_ir/src/
Dmir_builder.cpp379 MIRFunction *currentFunc = GetCurrentFunction(); in GetOrCreateLocalDecl()
409 MIRFunction *currentFunctionInner = GetCurrentFunction(); in GetDecl()
973 auto *preg = GetCurrentFunction()->GetPregTab()->PregFromPregIdx(pregIdx); in CreateStmtIcallAssigned()
1293 if (MIRFunction *curFunction = GetCurrentFunction()) { in GetCurrentFuncCodeMp()
1301 if (MIRFunction *curFunction = GetCurrentFunction()) { in GetCurrentFuncCodeMpAllocator()
1309 if (MIRFunction *curFunction = GetCurrentFunction()) { in GetCurrentFuncDataMp()
Dmir_nodes.cpp2141 const MIRType *fromMIRType = verifyResult.GetCurrentFunction()->GetNodeType(*Opnd(0)); in Verify()
2188 const MIRType *mirType = verifyResult.GetCurrentFunction()->GetNodeType(*rhs); in VerifyThrowable()
2228 const MIRType *valType = verifyResult.GetCurrentFunction()->GetNodeType(val); in VerifyJArrayLength()
/arkcompiler/ets_runtime/ecmascript/compiler/codegen/maple/maple_be/src/be/
Dlower.cpp356 …cplxSelRes.resPreg = mirbuilder->GetCurrentFunction()->GetPregTab()->CreatePreg(tNode.GetPrimType(… in LowerComplexSelect()