Home
last modified time | relevance | path

Searched refs:SetStackSlotsCount (Results 1 – 3 of 3) sorted by relevance

/arkcompiler/runtime_core/bytecode_optimizer/
Dreg_encoder.h169 GetGraph()->SetStackSlotsCount(num_locals); in SaveNumLocalsToGraph()
/arkcompiler/runtime_core/compiler/optimizer/optimizations/regalloc/
Dreg_alloc_base.cpp115 GetGraph()->SetStackSlotsCount(GetTotalSlotsCount()); in Resolve()
/arkcompiler/runtime_core/compiler/optimizer/ir/
Dgraph.h474 void SetStackSlotsCount(uint32_t stack_slot_count) in SetStackSlotsCount() function