Searched defs:loopDepth (Results 1 – 5 of 5) sorted by relevance
| /arkcompiler/ets_runtime/ecmascript/compiler/codegen/maple/maple_be/mdgen/src/ |
| D | mdlexer.cpp | 174 int loopDepth = 0; in GetHexConst() local 210 int loopDepth = 0; in GetIntConst() local
|
| /arkcompiler/ets_runtime/ecmascript/compiler/codegen/maple/mpl2mpl/include/ |
| D | call_graph.h | 115 uint32 loopDepth; variable 554 …CallInfo *GenCallInfo(CallType type, MIRFunction *call, StmtNode *s, uint32 loopDepth, uint32 call… 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() 631 void CallGraph::HandleICall(BlockNode &body, CGNode &node, StmtNode *stmt, uint32 loopDepth) in HandleICall() 785 void CallGraph::HandleBody(MIRFunction &func, BlockNode &body, CGNode &node, uint32 loopDepth) in HandleBody()
|
| /arkcompiler/ets_runtime/ecmascript/compiler/ |
| D | graph_linearizer.h | 209 void SetLoopDepth(int32_t loopDepth) in SetLoopDepth()
|
| /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
|