Home
last modified time | relevance | path

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

/arkcompiler/runtime_core/runtime/include/
Dmethod-inl.h118 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()
Dcframe_iterators.h60 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
Dcompiler_interface.h71 … ExecState(const uint8_t *pc, Frame *frame, Method *callee, size_t num_args, const bool *sp_flag) in ExecState()
/arkcompiler/runtime_core/runtime/tests/
Dinvokation_helper.h156 DecodedTaggedValue InvokeDynEntryPoint(Method *method, uint32_t num_args, Args... args) in InvokeDynEntryPoint()
Di2c_bridge_test.cpp1173 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()
Dinterpreter_test.cpp1953 static void MakeShorty(size_t num_args, std::vector<uint16_t> *buf) in MakeShorty()
/arkcompiler/runtime_core/bytecode_optimizer/
Dreg_encoder.h152 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_builder/
Dinst_builder.cpp28 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/
Dbit_vector.h554 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/
Dmethod.cpp167 …panda_file::File::EntityId code_id, uint32_t access_flags, uint32_t num_args, const uint16_t *shor… in Method()
Dclass_linker.cpp368 … size_t num_args = (method_data_accessor->IsStatic()) ? pda.GetNumArgs() : (pda.GetNumArgs() + 1); in LoadMethod() local
/arkcompiler/runtime_core/compiler/optimizer/ir/
Dir_constructor.h1087 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()
/arkcompiler/runtime_core/verification/jobs/
Dcache.h309 size_t num_args; member
/arkcompiler/runtime_core/runtime/interpreter/
Dinterpreter-inl.h2925 uint32_t num_args) in CopyArguments()
/arkcompiler/runtime_core/compiler/optimizer/code_generator/
Dcodegen.cpp1407 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