Home
last modified time | relevance | path

Searched defs:ranges (Results 1 - 13 of 13) sorted by relevance

/arkcompiler/toolchain/tooling/backend/
H A Djs_single_stepper.cpp126 std::list<JSPtStepRange> ranges = GetStepRanges(extractor, ptMethod->GetMethodId(), in GetStepper() local
/arkcompiler/runtime_core/compiler/tests/
H A Dlife_intervals_test.cpp49 void CheckRanges(LifeIntervals *interval, std::initializer_list<std::pair<LifeNumber, LifeNumber>> ranges) in CheckRanges() argument
/arkcompiler/runtime_core/static_core/compiler/tests/
H A Dlife_intervals_test.cpp51 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 Dcard_table-inl.h47 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 Dreg_alloc_graph_coloring.cpp23 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 Dreg_alloc_graph_coloring.cpp32 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 Ddebug_info.cpp255 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 Ddebug_info.cpp159 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 Dreg_alloc_lsra.h292 MapleVector<LinearRange> ranges; member in maplebe::LSRALinearScanRegAllocator::LiveInterval
/arkcompiler/runtime_core/static_core/compiler/optimizer/analysis/
H A Dbounds_analysis.cpp421 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 Dreg_alloc_lsra.cpp467 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 Dpt_types.cpp2891 std::unique_ptr<PtJson> ranges; in Create() local
2931 std::unique_ptr<PtJson> ranges = PtJson::CreateArray(); in ToJson() local
[all...]
H A Dpt_types.h2434 FunctionCoverage &SetFunctions(std::vector<std::unique_ptr<Coverage>> ranges) in SetFunctions() argument

Completed in 20 milliseconds