Searched defs:ranges (Results 1 – 10 of 10) sorted by relevance
| /arkcompiler/runtime_core/compiler/optimizer/analysis/ |
| D | bounds_analysis.cpp | 164 BoundsRange BoundsRange::Union(const ArenaVector<BoundsRange> &ranges) in Union() 179 BoundsRange::RangePair BoundsRange::NarrowBoundsByNE(BoundsRange::RangePair const &ranges) in NarrowBoundsByNE() 207 …e::RangePair BoundsRange::NarrowBoundsCase1(ConditionCode cc, BoundsRange::RangePair const &ranges) in NarrowBoundsCase1() 225 …e::RangePair BoundsRange::NarrowBoundsCase2(ConditionCode cc, BoundsRange::RangePair const &ranges) in NarrowBoundsCase2() 234 …e::RangePair BoundsRange::NarrowBoundsCase3(ConditionCode cc, BoundsRange::RangePair const &ranges) in NarrowBoundsCase3() 264 …e::RangePair BoundsRange::NarrowBoundsCase4(ConditionCode cc, BoundsRange::RangePair const &ranges) in NarrowBoundsCase4() 282 …e::RangePair BoundsRange::NarrowBoundsCase5(ConditionCode cc, BoundsRange::RangePair const &ranges) in NarrowBoundsCase5() 291 …e::RangePair BoundsRange::NarrowBoundsCase6(ConditionCode cc, BoundsRange::RangePair const &ranges) in NarrowBoundsCase6() 322 …:RangePair BoundsRange::TryNarrowBoundsByCC(ConditionCode cc, BoundsRange::RangePair const &ranges) in TryNarrowBoundsByCC() 487 ArenaVector<BoundsRange> ranges(phi_block->GetGraph()->GetLocalAllocator()->Adapter()); in VisitPhi() local [all …]
|
| /arkcompiler/toolchain/tooling/backend/ |
| D | js_single_stepper.cpp | 93 std::list<JSPtStepRange> ranges {}; in GetStepRanges() local 126 std::list<JSPtStepRange> ranges = GetStepRanges(extractor, ptMethod->GetMethodId(), in GetStepper() local
|
| /arkcompiler/runtime_core/compiler/optimizer/optimizations/regalloc/ |
| D | reg_alloc_graph_coloring.cpp | 31 void RegAllocGraphColoring::BuildIG(InterferenceGraph *ig, WorkingRanges *ranges) in BuildIG() 239 Register RegAllocGraphColoring::AllocateRegisters(InterferenceGraph *ig, WorkingRanges *ranges, con… in AllocateRegisters() 363 auto *ranges = is_fp ? fp_ranges : general_ranges; in InitWorkingRanges() local 391 void RegAllocGraphColoring::Presplit(WorkingRanges *ranges) in Presplit()
|
| /arkcompiler/runtime_core/runtime/tests/ |
| D | bitmap_clear_range_test.cpp | 42 …std::vector<mem_range> ranges {FIRST_RANGE, SECOND_RANGE, THIRD_RANGE, FOURTH_RANGE, FIFTH_RANGE, … in TEST_F() local
|
| /arkcompiler/runtime_core/runtime/mem/gc/ |
| D | card_table-inl.h | 26 inline void CardTable::FillRanges(PandaVector<MemRange> *ranges, const Card *start_card, const Card… in FillRanges()
|
| /arkcompiler/runtime_core/libpandabase/os/ |
| D | debug_info.cpp | 142 Span<Dwarf_Ranges> ranges(buf, count); in IterateDieRanges() local 255 auto ranges = &ranges_; in GetSrcLocation() local 530 Dwarf_Ranges *ranges = nullptr; in GetDieRangeForPc() local 541 bool DebugInfo::FindRangeForPc(uintptr_t pc, const Span<Dwarf_Ranges> &ranges, Dwarf_Addr base_addr, in FindRangeForPc()
|
| /arkcompiler/runtime_core/compiler/tests/ |
| D | life_intervals_test.cpp | 49 …eckRanges(LifeIntervals *interval, std::initializer_list<std::pair<LifeNumber, LifeNumber>> ranges) in CheckRanges() argument
|
| /arkcompiler/toolchain/tooling/test/ |
| D | debugger_types_test.cpp | 2336 const std::vector<std::unique_ptr<Coverage>> *ranges = functionCoverage->GetRanges(); in HWTEST_F_L0() local
|
| /arkcompiler/toolchain/tooling/base/ |
| D | pt_types.cpp | 2471 std::unique_ptr<PtJson> ranges; in Create() local 2511 std::unique_ptr<PtJson> ranges = PtJson::CreateArray(); in ToJson() local
|
| D | pt_types.h | 2174 FunctionCoverage &SetFunctions(std::vector<std::unique_ptr<Coverage>> ranges) in SetFunctions()
|