| /arkcompiler/runtime_core/static_core/compiler/optimizer/optimizations/regalloc/ |
| D | reg_alloc_graph_coloring.cpp | 36 void RegAllocGraphColoring::FillPhysicalNodes(InterferenceGraph *ig, WorkingRanges *ranges, in FillPhysicalNodes() 47 void RegAllocGraphColoring::BuildIG(InterferenceGraph *ig, WorkingRanges *ranges, bool rematConstan… in BuildIG() 287 bool RegAllocGraphColoring::AllocateRegisters(InterferenceGraph *ig, WorkingRanges *ranges, Working… in AllocateRegisters() 331 …d RegAllocGraphColoring::SparseIG(InterferenceGraph *ig, unsigned regsCount, WorkingRanges *ranges, in SparseIG() 359 void RegAllocGraphColoring::SpillInterval(LifeIntervals *interval, WorkingRanges *ranges, WorkingRa… in SpillInterval() 462 auto *ranges = isFp ? fpRanges : generalRanges; in InitWorkingRanges() local 490 void RegAllocGraphColoring::Presplit(WorkingRanges *ranges) in Presplit()
|
| /arkcompiler/toolchain/tooling/dynamic/backend/ |
| D | js_single_stepper.cpp | 92 std::list<JSPtStepRange> ranges {}; in GetStepRanges() local 125 std::list<JSPtStepRange> ranges = GetStepRanges(extractor, ptMethod->GetMethodId(), in GetStepper() local
|
| /arkcompiler/runtime_core/compiler/optimizer/optimizations/regalloc/ |
| D | reg_alloc_graph_coloring.cpp | 22 void RegAllocGraphColoring::BuildIG(InterferenceGraph *ig, WorkingRanges *ranges) in BuildIG() 230 Register RegAllocGraphColoring::AllocateRegisters(InterferenceGraph *ig, WorkingRanges *ranges, con… in AllocateRegisters() 354 auto *ranges = is_fp ? fp_ranges : general_ranges; in InitWorkingRanges() local 382 void RegAllocGraphColoring::Presplit(WorkingRanges *ranges) in Presplit()
|
| /arkcompiler/runtime_core/static_core/runtime/tests/ |
| D | bitmap_clear_range_test.cpp | 44 …std::vector<MemRangeTest> ranges {FIRST_RANGE, SECOND_RANGE, THIRD_RANGE, FOURTH_RANGE, FIFTH_RANG… in TEST_F() local
|
| /arkcompiler/runtime_core/static_core/libpandabase/os/ |
| D | debug_info.cpp | 159 bool IterateDieRanges(F func, const Span<Dwarf_Ranges> &ranges, Dwarf_Addr baseAddr) in IterateDieRanges() 214 Span<Dwarf_Ranges> ranges(buf, count); in IterateDieRanges() local 366 auto ranges = &ranges_; in GetSrcLocation() local 621 Dwarf_Ranges *ranges = nullptr; in GetDieRangeForPc() local 632 bool DebugInfo::FindRangeForPc(uintptr_t pc, const Span<Dwarf_Ranges> &ranges, Dwarf_Addr baseAddr, in FindRangeForPc()
|
| /arkcompiler/runtime_core/libpandabase/os/ |
| D | debug_info.cpp | 142 Span<Dwarf_Ranges> ranges(buf, count); in IterateDieRanges() local 261 auto ranges = &ranges_; in GetSrcLocation() local 536 Dwarf_Ranges *ranges = nullptr; in GetDieRangeForPc() local 547 bool DebugInfo::FindRangeForPc(uintptr_t pc, const Span<Dwarf_Ranges> &ranges, Dwarf_Addr base_addr, in FindRangeForPc()
|
| /arkcompiler/runtime_core/static_core/compiler/optimizer/analysis/ |
| D | bounds_analysis.cpp | 423 BoundsRange BoundsRange::Union(const ArenaVector<BoundsRange> &ranges) in Union() 438 BoundsRange::RangePair BoundsRange::NarrowBoundsByNE(BoundsRange::RangePair const &ranges) in NarrowBoundsByNE() 466 …e::RangePair BoundsRange::NarrowBoundsCase1(ConditionCode cc, BoundsRange::RangePair const &ranges) in NarrowBoundsCase1() 484 …e::RangePair BoundsRange::NarrowBoundsCase2(ConditionCode cc, BoundsRange::RangePair const &ranges) in NarrowBoundsCase2() 493 …e::RangePair BoundsRange::NarrowBoundsCase3(ConditionCode cc, BoundsRange::RangePair const &ranges) in NarrowBoundsCase3() 523 …e::RangePair BoundsRange::NarrowBoundsCase4(ConditionCode cc, BoundsRange::RangePair const &ranges) in NarrowBoundsCase4() 541 …e::RangePair BoundsRange::NarrowBoundsCase5(ConditionCode cc, BoundsRange::RangePair const &ranges) in NarrowBoundsCase5() 550 …e::RangePair BoundsRange::NarrowBoundsCase6(ConditionCode cc, BoundsRange::RangePair const &ranges) in NarrowBoundsCase6() 581 …:RangePair BoundsRange::TryNarrowBoundsByCC(ConditionCode cc, BoundsRange::RangePair const &ranges) in TryNarrowBoundsByCC() 952 ArenaVector<BoundsRange> ranges(phiBlock->GetGraph()->GetLocalAllocator()->Adapter()); in MergePhiPredecessors() local [all …]
|
| /arkcompiler/runtime_core/static_core/runtime/mem/gc/ |
| D | card_table-inl.h | 48 inline void CardTable::FillRanges(PandaVector<MemRange> *ranges, const Card *startCard, const Card … in FillRanges()
|
| /arkcompiler/runtime_core/static_core/compiler/tests/ |
| D | life_intervals_test.cpp | 51 …eckRanges(LifeIntervals *interval, std::initializer_list<std::pair<LifeNumber, LifeNumber>> ranges) in CheckRanges() argument 67 …gSequence(LifeIntervals *interval, std::initializer_list<std::pair<LifeNumber, LifeNumber>> ranges) in CheckSiblingSequence() argument
|
| D | bounds_analysis_test.cpp | 286 ArenaVector<BoundsRange> ranges(GetGraph()->GetAllocator()->Adapter()); in TEST_F() local
|
| /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/ets_runtime/ecmascript/compiler/codegen/maple/maple_be/include/cg/ |
| D | reg_alloc_lsra.h | 296 MapleVector<LinearRange> ranges; variable
|
| /arkcompiler/ets_frontend/arkguard/src/common/ |
| D | ApiExtractor.ts | 1453 const ranges: CommentRange[] | undefined = getLeadingCommentRangesOfNode(node, sourceFile); constant
|
| /arkcompiler/toolchain/tooling/dynamic/test/ |
| D | debugger_types_test.cpp | 2352 const std::vector<std::unique_ptr<Coverage>> *ranges = functionCoverage->GetRanges(); in HWTEST_F_L0() local
|
| /arkcompiler/toolchain/tooling/dynamic/base/ |
| D | pt_types.cpp | 2890 std::unique_ptr<PtJson> ranges; in Create() local 2930 std::unique_ptr<PtJson> ranges = PtJson::CreateArray(); in ToJson() local
|
| D | pt_types.h | 2445 FunctionCoverage &SetFunctions(std::vector<std::unique_ptr<Coverage>> ranges) in SetFunctions()
|