Searched defs:num_args (Results 1 - 4 of 4) sorted by relevance
| /arkcompiler/runtime_core/bytecode_optimizer/ |
| H A D | reg_encoder.h | 147 auto num_args = adapter->GetMethodTotalArgumentsCount(method); in GetNumArgsFromGraph() local
|
| H A D | reg_encoder.cpp | 211 const auto num_args = GetNumArgsFromGraph(); in RenumberArgRegs() local
|
| /arkcompiler/runtime_core/compiler/optimizer/ir_builder/ |
| H A D | inst_builder.cpp | 26 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 D | file_items.h | 1396 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 6 milliseconds