Home
last modified time | relevance | path

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

/arkcompiler/runtime_core/static_core/compiler/optimizer/optimizations/regalloc/
Dworking_ranges.h35 static inline void AddRange(LifeIntervals *interval, InstructionsRanges *dest) in AddRange() function
/arkcompiler/runtime_core/compiler/optimizer/optimizations/regalloc/
Dreg_alloc_graph_coloring.cpp327 void AddRange(LifeIntervals *interval, InstructionsRanges *dest) in AddRange() function
/arkcompiler/runtime_core/static_core/static_linker/
Dlinker_code_parser_context.cpp98 void CodePatcher::AddRange(std::pair<size_t, size_t> range) in AddRange() function in ark::static_linker::CodePatcher
/arkcompiler/ets_runtime/ecmascript/compiler/codegen/maple/maple_be/src/cg/
Dreg_alloc_lsra.cpp487 void LSRALinearScanRegAllocator::LiveInterval::AddRange(uint32 from, uint32 to) in AddRange() function in maplebe::LSRALinearScanRegAllocator::LiveInterval