| /arkcompiler/toolchain/tooling/backend/ |
| H A D | js_single_stepper.cpp | 126 std::list<JSPtStepRange> ranges = GetStepRanges(extractor, ptMethod->GetMethodId(), in GetStepper() local
|
| /arkcompiler/runtime_core/compiler/tests/ |
| H A D | life_intervals_test.cpp | 49 void CheckRanges(LifeIntervals *interval, std::initializer_list<std::pair<LifeNumber, LifeNumber>> ranges) in CheckRanges() argument
|
| /arkcompiler/runtime_core/static_core/compiler/tests/ |
| H A D | life_intervals_test.cpp | 51 void CheckRanges(LifeIntervals *interval, std::initializer_list<std::pair<LifeNumber, LifeNumber>> ranges) in CheckRanges() argument 67 void CheckSiblingSequence(LifeIntervals *interval, std::initializer_list<std::pair<LifeNumber, LifeNumber>> ranges) in CheckSiblingSequence() argument
|
| /arkcompiler/runtime_core/static_core/runtime/mem/gc/ |
| H A D | card_table-inl.h | 47 inline void CardTable::FillRanges(PandaVector<MemRange> *ranges, const Card *startCard, const Card *endCard) in FillRanges() argument
|
| /arkcompiler/runtime_core/compiler/optimizer/optimizations/regalloc/ |
| H A D | reg_alloc_graph_coloring.cpp | 23 void RegAllocGraphColoring::BuildIG(InterferenceGraph *ig, WorkingRanges *ranges) in BuildIG() argument 231 Register RegAllocGraphColoring::AllocateRegisters(InterferenceGraph *ig, WorkingRanges *ranges, const RegisterMap &map) in AllocateRegisters() argument 355 auto *ranges = is_fp ? fp_ranges : general_ranges; in InitWorkingRanges() local 383 Presplit(WorkingRanges *ranges) Presplit() argument [all...] |
| /arkcompiler/runtime_core/static_core/compiler/optimizer/optimizations/regalloc/ |
| H A D | reg_alloc_graph_coloring.cpp | 32 void RegAllocGraphColoring::FillPhysicalNodes(InterferenceGraph *ig, WorkingRanges *ranges, in FillPhysicalNodes() argument 43 void RegAllocGraphColoring::BuildIG(InterferenceGraph *ig, WorkingRanges *ranges, bool rematConstants) in BuildIG() argument 283 bool RegAllocGraphColoring::AllocateRegisters(InterferenceGraph *ig, WorkingRanges *ranges, WorkingRanges *stackRanges, in AllocateRegisters() argument 321 SparseIG(InterferenceGraph *ig, unsigned regsCount, WorkingRanges *ranges, WorkingRanges *stackRanges) SparseIG() argument 349 SpillInterval(LifeIntervals *interval, WorkingRanges *ranges, WorkingRanges *stackRanges) SpillInterval() argument 452 auto *ranges = isFp ? fpRanges : generalRanges; InitWorkingRanges() local 480 Presplit(WorkingRanges *ranges) Presplit() argument [all...] |
| /arkcompiler/runtime_core/libpandabase/os/ |
| H A D | debug_info.cpp | 255 auto ranges = &ranges_; in GetSrcLocation() local 530 Dwarf_Ranges *ranges = nullptr; in GetDieRangeForPc() local 541 FindRangeForPc(uintptr_t pc, const Span<Dwarf_Ranges> &ranges, Dwarf_Addr base_addr, Dwarf_Addr *out_low_pc, Dwarf_Addr *out_high_pc) FindRangeForPc() argument [all...] |
| /arkcompiler/runtime_core/static_core/libpandabase/os/ |
| H A D | debug_info.cpp | 159 bool IterateDieRanges(F func, const Span<Dwarf_Ranges> &ranges, Dwarf_Addr baseAddr) in IterateDieRanges() argument 339 auto ranges = &ranges_; in GetSrcLocation() local 613 Dwarf_Ranges *ranges = nullptr; in GetDieRangeForPc() local 624 FindRangeForPc(uintptr_t pc, const Span<Dwarf_Ranges> &ranges, Dwarf_Addr baseAddr, Dwarf_Addr *outLowPc, Dwarf_Addr *outHighPc) FindRangeForPc() argument [all...] |
| /arkcompiler/ets_runtime/ecmascript/compiler/codegen/maple/maple_be/include/cg/ |
| H A D | reg_alloc_lsra.h | 292 MapleVector<LinearRange> ranges; member in maplebe::LSRALinearScanRegAllocator::LiveInterval
|
| /arkcompiler/runtime_core/static_core/compiler/optimizer/analysis/ |
| H A D | bounds_analysis.cpp | 421 BoundsRange BoundsRange::Union(const ArenaVector<BoundsRange> &ranges) in Union() argument 436 BoundsRange::RangePair BoundsRange::NarrowBoundsByNE(BoundsRange::RangePair const &ranges) in NarrowBoundsByNE() argument 464 BoundsRange::RangePair BoundsRange::NarrowBoundsCase1(ConditionCode cc, BoundsRange::RangePair const &ranges) in NarrowBoundsCase1() argument 482 BoundsRange::RangePair BoundsRange::NarrowBoundsCase2(ConditionCode cc, BoundsRange::RangePair const &ranges) in NarrowBoundsCase2() argument 491 NarrowBoundsCase3(ConditionCode cc, BoundsRange::RangePair const &ranges) NarrowBoundsCase3() argument 521 NarrowBoundsCase4(ConditionCode cc, BoundsRange::RangePair const &ranges) NarrowBoundsCase4() argument 539 NarrowBoundsCase5(ConditionCode cc, BoundsRange::RangePair const &ranges) NarrowBoundsCase5() argument 548 NarrowBoundsCase6(ConditionCode cc, BoundsRange::RangePair const &ranges) NarrowBoundsCase6() argument 579 TryNarrowBoundsByCC(ConditionCode cc, BoundsRange::RangePair const &ranges) TryNarrowBoundsByCC() argument 1322 auto ranges = BoundsRange::TryNarrowBoundsByCC(cc, {leftRange, rightRange}); CalcNewBoundsRangeForCompare() local [all...] |
| /arkcompiler/ets_runtime/ecmascript/compiler/codegen/maple/maple_be/src/cg/ |
| H A D | reg_alloc_lsra.cpp | 467 DEBUG_ASSERT(regNO < liveIntervalsArray.size(), �); } void LSRALinearScanRegAllocator::LiveInterval::AddRange(uint32 from, uint32 to) { if (ranges.empty()) { ranges.emplace_back(from, to); return; } if (from > ranges.back().GetEnd()) SetupLiveInterval() argument [all...] |
| /arkcompiler/toolchain/tooling/base/ |
| H A D | pt_types.cpp | 2891 std::unique_ptr<PtJson> ranges; in Create() local 2931 std::unique_ptr<PtJson> ranges = PtJson::CreateArray(); in ToJson() local [all...] |
| H A D | pt_types.h | 2434 FunctionCoverage &SetFunctions(std::vector<std::unique_ptr<Coverage>> ranges) in SetFunctions() argument
|