Home
last modified time | relevance | path

Searched defs:ranges (Results 1 – 8 of 8) sorted by relevance

/arkcompiler/ets_frontend/arkguard/src/utils/
DTransformUtil.ts81 const ranges: CommentRange[] = getLeadingCommentRangesOfNode(node, sourceFile); constant
/arkcompiler/toolchain/tooling/backend/
Djs_single_stepper.cpp93 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/
Dreg_alloc_graph_coloring.cpp30 void RegAllocGraphColoring::BuildIG(InterferenceGraph *ig, WorkingRanges *ranges) in BuildIG()
238 Register RegAllocGraphColoring::AllocateRegisters(InterferenceGraph *ig, WorkingRanges *ranges, con… in AllocateRegisters()
362 auto *ranges = is_fp ? fp_ranges : general_ranges; in InitWorkingRanges() local
390 void RegAllocGraphColoring::Presplit(WorkingRanges *ranges) in Presplit()
/arkcompiler/runtime_core/libpandabase/os/
Ddebug_info.cpp142 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/
Dlife_intervals_test.cpp49 …eckRanges(LifeIntervals *interval, std::initializer_list<std::pair<LifeNumber, LifeNumber>> ranges) in CheckRanges() argument
/arkcompiler/toolchain/tooling/test/
Ddebugger_types_test.cpp2352 const std::vector<std::unique_ptr<Coverage>> *ranges = functionCoverage->GetRanges(); in HWTEST_F_L0() local
/arkcompiler/toolchain/tooling/base/
Dpt_types.cpp2778 std::unique_ptr<PtJson> ranges; in Create() local
2818 std::unique_ptr<PtJson> ranges = PtJson::CreateArray(); in ToJson() local
Dpt_types.h2373 FunctionCoverage &SetFunctions(std::vector<std::unique_ptr<Coverage>> ranges) in SetFunctions()