Home
last modified time | relevance | path

Searched refs:loopDepth (Results 1 – 6 of 6) sorted by relevance

/arkcompiler/ets_runtime/ecmascript/compiler/codegen/maple/maple_be/mdgen/src/
Dmdlexer.cpp174 int loopDepth = 0; in GetHexConst() local
177 ++loopDepth; in GetHexConst()
178 if (loopDepth > maxNumLength) { in GetHexConst()
210 int loopDepth = 0; in GetIntConst() local
213 ++loopDepth; in GetIntConst()
214 if (loopDepth > maxNumLength) { in GetIntConst()
/arkcompiler/ets_runtime/ecmascript/compiler/codegen/maple/mpl2mpl/include/
Dcall_graph.h57 … : areAllArgsLocal(local), cType(type), mirFunc(&call), callStmt(node), loopDepth(ld), id(stmtId) in areAllArgsLocal()
77 return loopDepth; in GetLoopDepth()
115 uint32 loopDepth; variable
554 …CallInfo *GenCallInfo(CallType type, MIRFunction *call, StmtNode *s, uint32 loopDepth, uint32 call… in GenCallInfo() argument
556 return cgAlloc.GetMemPool()->New<CallInfo>(type, *call, s, loopDepth, callsiteID); in GenCallInfo()
/arkcompiler/ets_runtime/ecmascript/compiler/codegen/maple/mpl2mpl/src/
Dcall_graph.cpp576 void CallGraph::HandleCall(CGNode &node, StmtNode *stmt, uint32 loopDepth) in HandleCall() argument
582 … CallInfo *callInfo = GenCallInfo(kCallTypeCall, calleeFunc, stmt, loopDepth, stmt->GetStmtID()); in HandleCall()
631 void CallGraph::HandleICall(BlockNode &body, CGNode &node, StmtNode *stmt, uint32 loopDepth) in HandleICall() argument
653 HandleCall(node, stmt, loopDepth); in HandleICall()
662 HandleCall(node, stmt, loopDepth); in HandleICall()
676 HandleCall(node, stmt, loopDepth); in HandleICall()
725 HandleCall(node, stmt, loopDepth); in HandleICall()
738 … CallInfo *callInfo = GenCallInfo(kCallTypeIcall, nullptr, stmt, loopDepth, stmt->GetStmtID()); in HandleICall()
757 HandleCall(node, stmt, loopDepth); in HandleICall()
774 CallInfo *callInfo = GenCallInfo(kCallTypeIcall, nullptr, stmt, loopDepth, stmt->GetStmtID()); in HandleICall()
[all …]
/arkcompiler/ets_runtime/ecmascript/compiler/
Dgraph_linearizer.h209 void SetLoopDepth(int32_t loopDepth) in SetLoopDepth() argument
211 loopDepth_ = loopDepth; in SetLoopDepth()
259 size_t loopDepth {0};
Dgraph_linearizer.cpp527 innerLoop.loopDepth = loopInfo->loopDepth + 1; in EnterInnerLoop()
529 innerLoop.loopDepth = 1; in EnterInnerLoop()
531 succ->loopDepth_ = innerLoop.loopDepth; in EnterInnerLoop()
535 succ->loopDepth_ = static_cast<int32_t>(loopInfo->loopDepth); in EnterInnerLoop()
/arkcompiler/ets_runtime/ecmascript/compiler/codegen/maple/maple_ir/src/
Dbin_mpl_import.cpp1248 uint32 loopDepth = static_cast<uint32>(ReadInt()); in ImportCallInfo() local
1254 loopDepth, id, argLocal); in ImportCallInfo()