| /arkcompiler/runtime_core/runtime/include/ |
| D | method-inl.h | 118 uint32_t num_args, in CompiledCodeExecute() 174 inline Value Method::InvokeCompiledCode(ManagedThread *thread, uint32_t num_args, Value *args) in InvokeCompiledCode() 278 inline coretypes::TaggedValue Method::InvokeDyn(ManagedThread *thread, uint32_t num_args, coretypes… in InvokeDyn() 284 inline coretypes::TaggedValue Method::InvokeDyn(ManagedThread *thread, uint32_t num_args, coretypes… in InvokeDyn() 348 Frame *Method::EnterNativeMethodFrame(ManagedThread *thread, uint32_t num_vregs, uint32_t num_args,… in EnterNativeMethodFrame()
|
| D | cframe_iterators.h | 60 uint32_t num_args = method->GetNumArgs(); in MakeRange() local 208 uint32_t num_args = method->GetNumArgs(); in MakeRange() local 397 auto num_args = static_cast<uint32_t>(callers[1]); in MakeRange() local
|
| D | compiler_interface.h | 71 … ExecState(const uint8_t *pc, Frame *frame, Method *callee, size_t num_args, const bool *sp_flag) in ExecState()
|
| /arkcompiler/runtime_core/runtime/tests/ |
| D | invokation_helper.h | 156 DecodedTaggedValue InvokeDynEntryPoint(Method *method, uint32_t num_args, Args... args) in InvokeDynEntryPoint()
|
| D | i2c_bridge_test.cpp | 1173 static TaggedValue NoArgDyn(Method *method, uint32_t num_args) in NoArgDyn() 1210 static TaggedValue OneArgDyn(Method *method, uint32_t num_args, int64_t arg0) in OneArgDyn() 1250 static TaggedValue OneVarArgDyn(Method *method, uint32_t num_args, ...) in OneVarArgDyn() 1292 static TaggedValue TwoArgDyn(Method *method, uint32_t num_args, int64_t arg0, int64_t arg1) in TwoArgDyn() 1334 static TaggedValue TwoVarArgDyn(Method *method, uint32_t num_args, ...) in TwoVarArgDyn() 1381 static TaggedValue ThreeArgDyn(Method *method, uint32_t num_args, int64_t arg0, int64_t arg1, int64… in ThreeArgDyn() 1428 static TaggedValue ThreeVarArgDyn(Method *method, uint32_t num_args, ...) in ThreeVarArgDyn() 1478 static TaggedValue FourArgDyn(Method *method, uint32_t num_args, int64_t arg0, int64_t arg1, int64_… in FourArgDyn() 1527 static TaggedValue FourVarArgDyn(Method *method, uint32_t num_args, ...) in FourVarArgDyn() 1580 static TaggedValue FiveArgDyn(Method *method, uint32_t num_args, int64_t arg0, int64_t arg1, int64_… in FiveArgDyn()
|
| D | interpreter_test.cpp | 1953 static void MakeShorty(size_t num_args, std::vector<uint16_t> *buf) in MakeShorty()
|
| /arkcompiler/runtime_core/bytecode_optimizer/ |
| D | reg_encoder.h | 152 auto num_args = adapter->GetMethodTotalArgumentsCount(method); in GetNumArgsFromGraph() local
|
| D | reg_encoder.cpp | 211 const auto num_args = GetNumArgsFromGraph(); in RenumberArgRegs() local
|
| /arkcompiler/runtime_core/compiler/optimizer/ir_builder/ |
| D | inst_builder.cpp | 28 auto num_args = GetRuntime()->GetMethodTotalArgumentsCount(GetMethod()); in Prepare() local 147 void InstBuilder::SetParamSpillFill(Graph *graph, ParameterInst *param_inst, size_t num_args, size_… in SetParamSpillFill()
|
| /arkcompiler/runtime_core/verification/util/ |
| D | bit_vector.h | 554 size_t num_args = sizeof...(Args); in power_of_op_then_fold() local 646 size_t num_args = sizeof...(Args); in lazy_op_then_fold_then_indices_of() local
|
| /arkcompiler/runtime_core/runtime/ |
| D | method.cpp | 167 …panda_file::File::EntityId code_id, uint32_t access_flags, uint32_t num_args, const uint16_t *shor… in Method()
|
| D | class_linker.cpp | 368 … size_t num_args = (method_data_accessor->IsStatic()) ? pda.GetNumArgs() : (pda.GetNumArgs() + 1); in LoadMethod() local
|
| /arkcompiler/runtime_core/compiler/optimizer/ir/ |
| D | ir_constructor.h | 1087 uint32_t num_args = 0; in SetSpillFillData() local
|
| /arkcompiler/runtime_core/libpandafile/ |
| D | file_items.h | 1369 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()
|
| /arkcompiler/runtime_core/verification/jobs/ |
| D | cache.h | 309 size_t num_args; member
|
| /arkcompiler/runtime_core/runtime/interpreter/ |
| D | interpreter-inl.h | 2925 uint32_t num_args) in CopyArguments()
|
| /arkcompiler/runtime_core/compiler/optimizer/code_generator/ |
| D | codegen.cpp | 1407 auto num_args = call_inst->GetInputsCount() - 2U; // first is class, last is save_state in CreateMultiArrayCall() local 1964 auto num_args = static_cast<uint32_t>( in CreateDynamicCall() local
|