| /arkcompiler/ets_runtime/ecmascript/compiler/ |
| D | range_analysis.cpp | 22 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/ |
| D | sourceLocation.cpp | 33 auto &range = ranges.back(); in AddCol() local 90 for (const auto &range : entry.ranges) { in GetLocation() local
|
| /arkcompiler/ets_frontend/es2panda/lexer/token/ |
| D | sourceLocation.cpp | 32 auto &range = ranges.back(); in AddCol() local 88 for (const auto &range : entry.ranges) { in GetLocation() local
|
| /arkcompiler/toolchain/tooling/backend/ |
| D | js_single_stepper.cpp | 29 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/ |
| D | bounds_analysis.cpp | 172 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 …]
|
| D | liveness_analyzer.cpp | 491 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/ |
| D | bounds_analysis_test.cpp | 289 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/ |
| D | ecma_string_table.cpp | 89 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/ |
| D | sourceTextModuleRecord.cpp | 148 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/ |
| D | bitmap_clear_range_test.cpp | 46 for (const auto &range : ranges) { in TEST_F() local
|
| /arkcompiler/runtime_core/libpandabase/tests/ |
| D | bit_table_test.cpp | 258 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/ |
| D | bit_table_test.cpp | 236 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/ |
| D | rem_set.h | 134 void Iterate(const MemRange &range, const Visitor &visitor) const in Iterate()
|
| /arkcompiler/runtime_core/libpandabase/os/ |
| D | debug_info.cpp | 143 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/ |
| D | range.h | 169 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/ |
| D | cg_options.cpp | 144 maplecl::Option<std::string> range( variable
|
| /arkcompiler/runtime_core/static_core/libpandabase/os/ |
| D | debug_info.cpp | 161 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/ |
| D | linker_code_parser_context.cpp | 98 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/ |
| D | lexenv.cpp | 80 auto range = pg->Scope()->AsModuleScope()->LocalExports().equal_range(variable); in StoreLocalExport() local
|
| /arkcompiler/runtime_core/compiler/optimizer/analysis/ |
| D | liveness_analyzer.cpp | 380 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
|
| D | liveness_analyzer.h | 214 for (auto range : GetRanges()) { in SplitCover() local 351 for (const auto &range : GetRanges()) { in ToString() local
|
| /arkcompiler/runtime_core/static_core/runtime/tooling/inspector/ |
| D | thread_state.cpp | 31 auto range = breakpointLocations_.equal_range(location); in GetBreakpointsByLocation() local
|
| /arkcompiler/ets_runtime/ecmascript/compiler/codegen/maple/maple_be/src/cg/aarch64/ |
| D | aarch64_fixshortbranch.cpp | 38 …uint32 range = ((1U << alignPower) - (((addr - 1) * kInsnSize) & ((1U << alignPower) - 1))) / kIns… in CalculateAlignRange() local
|
| /arkcompiler/runtime_core/libabckit/src/irbuilder_dynamic/ |
| D | ir_builder_dyn.cpp | 190 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/ |
| D | ir_builder.cpp | 237 auto range = try_blocks_.equal_range(try_boundaries.begin_pc); in InsertTryBlockInfo() local 347 auto range = try_blocks_.equal_range(pc); in TrackTryBoundaries() local
|