Home
last modified time | relevance | path

Searched defs:num_args (Results 1 - 4 of 4) sorted by relevance

/arkcompiler/runtime_core/bytecode_optimizer/
H A Dreg_encoder.h147 auto num_args = adapter->GetMethodTotalArgumentsCount(method); in GetNumArgsFromGraph() local
H A Dreg_encoder.cpp211 const auto num_args = GetNumArgsFromGraph(); in RenumberArgRegs() local
/arkcompiler/runtime_core/compiler/optimizer/ir_builder/
H A Dinst_builder.cpp26 auto num_args = GetRuntime()->GetMethodTotalArgumentsCount(GetMethod()); in Prepare() local
35 SetParamSpillFill(GetGraph(), param_inst, num_args, i, type); in Prepare() local
145 void InstBuilder::SetParamSpillFill(Graph *graph, ParameterInst *param_inst, size_t num_args, size_t i, in SetParamSpillFill() argument
/arkcompiler/runtime_core/libpandafile/
H A Dfile_items.h1396 CodeItem(size_t num_vregs, size_t num_args, std::vector<uint8_t> instructions) in CodeItem() argument
1410 void SetNumArgs(size_t num_args) in SetNumArgs() argument

Completed in 7 milliseconds