Home
last modified time | relevance | path

Searched refs:GetNumArgsFromGraph (Results 1 – 2 of 2) sorted by relevance

/arkcompiler/runtime_core/bytecode_optimizer/
Dreg_encoder.h143 compiler::Register GetNumArgsFromGraph() const in GetNumArgsFromGraph() function
161 auto num_regs = GetNumLocalsFromGraph() + GetNumArgsFromGraph(); in GetNumRegs()
Dreg_encoder.cpp211 const auto num_args = GetNumArgsFromGraph(); in RenumberArgRegs()