Searched defs:ranges (Results 1 – 8 of 8) sorted by relevance
| /arkcompiler/ets_frontend/arkguard/src/utils/ |
| D | TransformUtil.ts | 81 const ranges: CommentRange[] = getLeadingCommentRangesOfNode(node, sourceFile); constant
|
| /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 | 30 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/ |
| 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 | 2352 const std::vector<std::unique_ptr<Coverage>> *ranges = functionCoverage->GetRanges(); in HWTEST_F_L0() local
|
| /arkcompiler/toolchain/tooling/base/ |
| D | pt_types.cpp | 2778 std::unique_ptr<PtJson> ranges; in Create() local 2818 std::unique_ptr<PtJson> ranges = PtJson::CreateArray(); in ToJson() local
|
| D | pt_types.h | 2373 FunctionCoverage &SetFunctions(std::vector<std::unique_ptr<Coverage>> ranges) in SetFunctions()
|