Home
last modified time | relevance | path

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

/arkcompiler/ets_frontend/ets2panda/compiler/core/
DregAllocator.h123 …void Emit(const ir::AstNode *const node, const VReg rangeStart, const std::size_t argCount, Args &… in Emit()
DregAllocator.cpp213 void RangeRegAllocator::Run(IRNode *const ins, VReg rangeStart, const std::size_t argCount) in Run()
/arkcompiler/ets_frontend/ets2panda/bindings/src/
Dlsp_helper.ts68 rangeStart?: number; property
/arkcompiler/runtime_core/static_core/compiler/optimizer/optimizations/regalloc/
Dreg_alloc_graph_coloring.cpp57 auto rangeStart = currentInterval->GetBegin(); in BuildIG() local