Home
last modified time | relevance | path

Searched refs:depth_ (Results 1 - 7 of 7) sorted by relevance

/arkcompiler/ets_frontend/ets2panda/compiler/base/
H A DcatchTable.h72 : labelSet_(cg), depth_(depth), exceptionType_(exceptionType) in CatchTable()
76 : labelSet_(cg, tryLabelPair), depth_(depth), exceptionType_(exceptionType) in CatchTable()
91 return depth_; in Depth()
101 uint32_t depth_; member in ark::es2panda::compiler::CatchTable
/arkcompiler/ets_frontend/es2panda/compiler/base/
H A DcatchTable.h71 CatchTable(PandaGen *pg, uint32_t depth) : labelSet_(pg), depth_(depth) {} in CatchTable()
84 return depth_; in Depth()
89 uint32_t depth_; member in panda::es2panda::compiler::CatchTable
/arkcompiler/runtime_core/static_core/compiler/optimizer/code_generator/
H A Ddisassembly.h36 : position_(position), cursorOffset_(cursorOffset), depth_(depth) in CodeItem()
49 return depth_; in GetDepth()
55 size_t depth_ {0};
76 return depth_; in GetDepth()
98 depth_--; in DecreaseDepth()
132 uint32_t depth_ {0};
H A Ddisassembly.cpp102 if ((depth_ + 1) < INDENT_STRINGS.size()) { in IncreaseDepth()
103 depth_++; in IncreaseDepth()
/arkcompiler/runtime_core/static_core/compiler/optimizer/analysis/
H A Dloop_analyzer.h167 return depth_; in GetDepth()
177 depth_ = depth; in SetDepth()
194 uint32_t depth_ {0};
/arkcompiler/ets_runtime/ecmascript/compiler/
H A Dgraph_linearizer.cpp305 entry->depth_ = 0; in BuildImmediateDominator()
312 immDomRegion->depth_ = static_cast<int32_t>(immDom_[i]); in BuildImmediateDominator()
321 entry->depth_ = 0; in BuildImmediateDominatorDepth()
330 ASSERT(succ->iDominator_->depth_ != GateRegion::INVALID_DEPTH); in BuildImmediateDominatorDepth()
331 succ->depth_ = succ->iDominator_->depth_ + 1; in BuildImmediateDominatorDepth()
652 if (curUpperBound->depth_ > succInfo.upperBound->depth_) { in VisitUpperBoundGate()
707 auto uppermost = curInfo.upperBound->depth_; in ComputeLowerBoundAndScheduleGate()
709 while (upperRegion != nullptr && upperRegion->depth_ > in ComputeLowerBoundAndScheduleGate()
[all...]
H A Dgraph_linearizer.h161 depth_ = INVALID_DEPTH; in Clear()
196 return depth_; in GetDepth()
230 int32_t depth_ {INVALID_DEPTH};

Completed in 5 milliseconds