Home
last modified time | relevance | path

Searched refs:curInfo (Results 1 - 2 of 2) sorted by relevance

/arkcompiler/ets_runtime/ecmascript/compiler/aot_file/
H A Delf_builder.cpp358 ModuleSectionDes::ModuleRegionInfo &curInfo = moduleInfo[i]; in MergeTextSections() local
372 curInfo.rodataSizeBeforeText = rodataSizeBeforeText; in MergeTextSections()
379 curInfo.textSize = curSecSize; in MergeTextSections()
385 curInfo.rodataSizeAfterText = rodataSizeAfterText; in MergeTextSections()
397 ModuleSectionDes::ModuleRegionInfo &curInfo = moduleInfo[i]; in MergeStrtabSections() local
400 curInfo.strtabSize = curSecSize; in MergeStrtabSections()
406 curInfo.strtabSize += asmStubStrTabSize; in MergeStrtabSections()
421 ModuleSectionDes::ModuleRegionInfo &curInfo = moduleInfo[i]; in MergeSymtabSections() local
424 curInfo.symtabSize = curSecSize; in MergeSymtabSections()
446 curInfo in MergeSymtabSections()
458 ModuleSectionDes::ModuleRegionInfo &curInfo = moduleInfo[i]; MergeArkStackMapSections() local
[all...]
/arkcompiler/ets_runtime/ecmascript/compiler/
H A Dgraph_linearizer.cpp690 auto& curInfo = linearizer_->GetGateInfo(curGate); in VisitPreparedGate() local
691 if (prevInfo.IsSchedulable() && curInfo.IsSchedulable()) { in VisitPreparedGate()
698 auto& curInfo = linearizer_->GetGateInfo(curGate); in ComputeLowerBoundAndScheduleGate() local
699 if (!curInfo.IsSchedulable() || in ComputeLowerBoundAndScheduleGate()
700 (curInfo.schedulableUseCount != 0) || (curInfo.region != nullptr)) { in ComputeLowerBoundAndScheduleGate()
705 ASSERT(curInfo.upperBound != nullptr); in ComputeLowerBoundAndScheduleGate()
706 ASSERT(linearizer_->GetCommonDominator(region, curInfo.upperBound) == curInfo.upperBound); in ComputeLowerBoundAndScheduleGate()
707 auto uppermost = curInfo in ComputeLowerBoundAndScheduleGate()
745 [[maybe_unused]] auto& curInfo = linearizer_->GetGateInfo(curGate); ScheduleAllocRegion() local
[all...]

Completed in 4 milliseconds