Home
last modified time | relevance | path

Searched defs:regular (Results 1 – 4 of 4) sorted by relevance

/arkcompiler/runtime_core/static_core/compiler/optimizer/optimizations/regalloc/
Dworking_ranges.h28 InstructionsRanges regular; // NOLINT(misc-non-private-member-variables-in-classes) member
Dreg_alloc_linear_scan.h76 InstructionsIntervals regular; // NOLINT(misc-non-private-member-variables-in-classes) member
/arkcompiler/runtime_core/compiler/optimizer/optimizations/regalloc/
Dreg_alloc_graph_coloring.h37 InstructionsRanges regular; // NOLINT(misc-non-private-member-variables-in-classes) member
/arkcompiler/ets_runtime/ecmascript/mem/
Dmem_map_allocator.cpp186 … const std::string &spaceName, bool regular, [[maybe_unused]]bool isCompress, in Allocate()