Home
last modified time | relevance | path

Searched defs:num_args (Results 1 – 5 of 5) sorted by relevance

/arkcompiler/runtime_core/compiler/optimizer/ir_builder/
Dinst_builder.cpp27 auto num_args = GetRuntime()->GetMethodTotalArgumentsCount(GetMethod()); in Prepare() local
146 void InstBuilder::SetParamSpillFill(Graph *graph, ParameterInst *param_inst, size_t num_args, size_… in SetParamSpillFill()
/arkcompiler/runtime_core/bytecode_optimizer/
Dreg_encoder.h147 auto num_args = adapter->GetMethodTotalArgumentsCount(method); in GetNumArgsFromGraph() local
Dreg_encoder.cpp211 const auto num_args = GetNumArgsFromGraph(); in RenumberArgRegs() local
/arkcompiler/runtime_core/compiler/optimizer/ir/
Dir_constructor.h1035 uint32_t num_args = 0; in SetSpillFillData() local
/arkcompiler/runtime_core/libpandafile/
Dfile_items.h1369 CodeItem(size_t num_vregs, size_t num_args, std::vector<uint8_t> instructions) in CodeItem()
1383 void SetNumArgs(size_t num_args) in SetNumArgs()