Home
last modified time | relevance | path

Searched defs:loopDepth (Results 1 – 3 of 3) sorted by relevance

/arkcompiler/ets_runtime/ecmascript/compiler/codegen/maple/maple_be/mdgen/src/
Dmdlexer.cpp174 int loopDepth = 0; in GetHexConst() local
210 int loopDepth = 0; in GetIntConst() local
/arkcompiler/ets_runtime/ecmascript/compiler/codegen/maple/mpl2mpl/include/
Dcall_graph.h116 uint32 loopDepth; variable
554 …CallInfo *GenCallInfo(CallType type, MIRFunction *call, StmtNode *s, uint32 loopDepth, uint32 call… in GenCallInfo()
/arkcompiler/ets_runtime/ecmascript/compiler/
Dgraph_linearizer.h209 void SetLoopDepth(int32_t loopDepth) in SetLoopDepth()