Searched refs:loopDepth (Results 1 – 6 of 6) sorted by relevance
| /arkcompiler/ets_runtime/ecmascript/compiler/codegen/maple/maple_be/mdgen/src/ |
| D | mdlexer.cpp | 174 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/ |
| D | call_graph.h | 57 … : 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/ |
| D | call_graph.cpp | 576 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/ |
| D | graph_linearizer.h | 209 void SetLoopDepth(int32_t loopDepth) in SetLoopDepth() argument 211 loopDepth_ = loopDepth; in SetLoopDepth() 259 size_t loopDepth {0};
|
| D | graph_linearizer.cpp | 527 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/ |
| D | bin_mpl_import.cpp | 1248 uint32 loopDepth = static_cast<uint32>(ReadInt()); in ImportCallInfo() local 1254 loopDepth, id, argLocal); in ImportCallInfo()
|