Home
last modified time | relevance | path

Searched defs:range (Results 1 – 25 of 68) sorted by relevance

123

/arkcompiler/ets_runtime/ecmascript/compiler/
Drange_analysis.cpp22 auto &range = rangeInfos_[acc_.GetId(gate)]; in UpdateRange() local
80 auto range = RangeInfo::NONE(); in VisitPhi() local
112 auto range = GetRange(acc_.GetValueIn(gate, 0)); in VisitTypedUnaryOp() local
141 auto range = RangeInfo::ANY(); in VisitTypedBinaryOp() local
261 auto range = GetRange(value); in TryGetRangeOfBranch() local
290 auto range = GetRange(swap ? left : right); in GetRangeOfCompare() local
392 auto range = GetRange(gate); in PrintRangeInfo() local
/arkcompiler/ets_frontend/ets2panda/lexer/token/
DsourceLocation.cpp33 auto &range = ranges.back(); in AddCol() local
90 for (const auto &range : entry.ranges) { in GetLocation() local
/arkcompiler/ets_frontend/es2panda/lexer/token/
DsourceLocation.cpp32 auto &range = ranges.back(); in AddCol() local
88 for (const auto &range : entry.ranges) { in GetLocation() local
/arkcompiler/toolchain/tooling/backend/
Djs_single_stepper.cpp29 for (const auto &range : stepRanges_) { in InStepRange() local
98 JSPtStepRange range {it->offset, next != table.end() ? next->offset : UINT32_MAX}; in GetStepRanges() local
/arkcompiler/runtime_core/static_core/compiler/optimizer/analysis/
Dbounds_analysis.cpp172 BoundsRange BoundsRange::Mod(const BoundsRange &range) in Mod()
192 BoundsRange BoundsRange::Shr(const BoundsRange &range, DataType::Type type) in Shr()
212 BoundsRange BoundsRange::AShr(const BoundsRange &range, DataType::Type type) in AShr()
224 BoundsRange BoundsRange::Shl(const BoundsRange &range, DataType::Type type) in Shl()
261 BoundsRange BoundsRange::And(const BoundsRange &range) in And()
425 for (const auto &range : ranges) { in Union() local
733 void BoundsRangeInfo::SetBoundsRange(const BasicBlock *block, const Inst *inst, BoundsRange range) in SetBoundsRange()
785 auto range = bri->FindBoundsRange(block, inst); in IsInstNotNull() local
1104 auto range = BoundsRange(left, right, lenArray); in ProcessIndexPhi() local
1116 auto range = BoundsRange(left, right, lenArray); in ProcessIndexPhi() local
[all …]
Dliveness_analyzer.cpp491 auto range = pendingCatchPhiInputs_.equal_range(inst); in AdjustInputsLifetime() local
868 auto &range = liveRanges_[i - 1]; in SplitAt() local
911 for (auto range : liveRanges_) { in MergeSibling() local
946 auto range = *it; in GetFirstIntersectionWith() local
974 for (auto &range : GetRanges()) { in FindRangeCoveringPosition() local
/arkcompiler/runtime_core/static_core/compiler/tests/
Dbounds_analysis_test.cpp289 auto range = BoundsRange::Union(ranges); in TEST_F() local
347 BoundsRange range; in TEST_F() local
464 auto range = rinfo->FindBoundsRange(&BB(3U), &INS(4U)); in TEST_F() local
529 auto range = rinfo->FindBoundsRange(&BB(3U), &INS(4U)); in TEST_F() local
561 auto range = rinfo->FindBoundsRange(&BB(3U), &INS(4U)); in TEST_F() local
647 auto range = bri->FindBoundsRange(bb, bb->GetLastInst()->GetInput(0U).GetInst()); in TEST_F() local
/arkcompiler/ets_runtime/ecmascript/
Decma_string_table.cpp89 auto range = stringTable_[GetTableId(hashcode)].table_.equal_range(hashcode); in GetStringFromCompressedSubString() local
109 auto range = stringTable_[GetTableId(hashcode)].table_.equal_range(hashcode); in GetString() local
133 auto range = stringTable_[GetTableId(hashcode)].table_.equal_range(hashcode); in GetString() local
153 auto range = stringTable_[GetTableId(hashcode)].table_.equal_range(hashcode); in GetString() local
173 auto range = stringTable_[GetTableId(hashcode)].table_.equal_range(hashcode); in GetString() local
186 auto range = stringTable_[GetTableId(hashcode)].table_.equal_range(hashcode); in GetStringThreadUnsafe() local
554 auto range = table.equal_range(hashcode); in CheckStringTableValidity() local
627 auto range = stringTable_[GetTableId(hashcode)].table_.equal_range(hashcode); in GetStringThreadUnsafe() local
641 auto range = stringTable_[GetTableId(hashcode)].table_.equal_range(hashcode); in GetStringThreadUnsafe() local
655 auto range = stringTable_[GetTableId(hashcode)].table_.equal_range(hashcode); in GetStringThreadUnsafe() local
/arkcompiler/ets_frontend/es2panda/parser/module/
DsourceTextModuleRecord.cpp148 auto range = localExportEntries_.equal_range(importEntry->localName_); in CheckImplicitIndirectExport() local
182 auto range = localExportEntries_.equal_range(it->first); in AssignIndexToModuleVariable() local
/arkcompiler/runtime_core/static_core/runtime/tests/
Dbitmap_clear_range_test.cpp46 for (const auto &range : ranges) { in TEST_F() local
/arkcompiler/runtime_core/libpandabase/tests/
Dbit_table_test.cpp258 auto range = table.GetRange(0, 6); in TEST_F() local
300 auto range = table.GetRangeReversed(4, 10); in TEST_F() local
340 auto range = table.GetRange(0, 0); in TEST_F() local
351 auto range = table.GetRangeReversed(0, 0); in TEST_F() local
/arkcompiler/runtime_core/static_core/libpandabase/tests/
Dbit_table_test.cpp236 auto range = table.GetRangeReversed(4U, 10U); in GetRange() local
267 auto range = table.GetRangeReversed(4U, 10U); in GetReversedRange() local
352 auto range = table.GetRange(0U, 0U); in TEST_F() local
363 auto range = table.GetRangeReversed(0U, 0U); in TEST_F() local
/arkcompiler/runtime_core/static_core/runtime/mem/
Drem_set.h134 void Iterate(const MemRange &range, const Visitor &visitor) const in Iterate()
/arkcompiler/runtime_core/libpandabase/os/
Ddebug_info.cpp143 for (const Dwarf_Ranges &range : ranges) { in IterateDieRanges() local
247 Range range(pc, pc); in GetSrcLocation() local
352 Range range(low_pc, high_pc, cu, function); in AddFunction() local
544 for (const Dwarf_Ranges &range : ranges) { in FindRangeForPc() local
/arkcompiler/runtime_core/static_core/verification/util/
Drange.h169 string to_string(const ark::verifier::Range<Int> &range) // NOLINT(readability-identifier-naming) in to_string()
/arkcompiler/ets_runtime/ecmascript/compiler/codegen/maple/maple_be/src/cg/
Dcg_options.cpp144 maplecl::Option<std::string> range( variable
/arkcompiler/runtime_core/static_core/libpandabase/os/
Ddebug_info.cpp161 for (const Dwarf_Ranges &range : ranges) { in IterateDieRanges() local
331 Range range(pc, pc); in GetSrcLocation() local
436 Range range(lowPc, highPc, cu, function); in AddFunction() local
627 for (const Dwarf_Ranges &range : ranges) { in FindRangeForPc() local
/arkcompiler/runtime_core/static_core/static_linker/
Dlinker_code_parser_context.cpp98 void CodePatcher::AddRange(std::pair<size_t, size_t> range) in AddRange() argument
167 void CodePatcher::Patch(const std::pair<size_t, size_t> range) in Patch() argument
/arkcompiler/ets_frontend/ets2panda/compiler/base/
Dlexenv.cpp80 auto range = pg->Scope()->AsModuleScope()->LocalExports().equal_range(variable); in StoreLocalExport() local
/arkcompiler/runtime_core/compiler/optimizer/analysis/
Dliveness_analyzer.cpp380 auto range = pending_catch_phi_inputs_.equal_range(inst); in AdjustInputsLifetime() local
601 for (auto &range = live_ranges_.back(); range.GetEnd() > ln; range = live_ranges_.back()) { in SplitAt() local
662 for (auto range : GetRanges()) { in GetFirstIntersectionWith() local
Dliveness_analyzer.h214 for (auto range : GetRanges()) { in SplitCover() local
351 for (const auto &range : GetRanges()) { in ToString() local
/arkcompiler/runtime_core/static_core/runtime/tooling/inspector/
Dthread_state.cpp31 auto range = breakpointLocations_.equal_range(location); in GetBreakpointsByLocation() local
/arkcompiler/ets_runtime/ecmascript/compiler/codegen/maple/maple_be/src/cg/aarch64/
Daarch64_fixshortbranch.cpp38 …uint32 range = ((1U << alignPower) - (((addr - 1) * kInsnSize) & ((1U << alignPower) - 1))) / kIns… in CalculateAlignRange() local
/arkcompiler/runtime_core/libabckit/src/irbuilder_dynamic/
Dir_builder_dyn.cpp190 auto range = tryBlocks_.equal_range(tryBoundaries.beginPc); in InsertTryBlockInfo() local
288 auto range = tryBlocks_.equal_range(pc); in TrackTryBoundaries() local
/arkcompiler/runtime_core/compiler/optimizer/ir_builder/
Dir_builder.cpp237 auto range = try_blocks_.equal_range(try_boundaries.begin_pc); in InsertTryBlockInfo() local
347 auto range = try_blocks_.equal_range(pc); in TrackTryBoundaries() local

123