Home
last modified time | relevance | path

Searched refs:GetMethodArgumentsCount (Results 1 – 25 of 25) sorted by relevance

/arkcompiler/runtime_core/compiler/optimizer/ir/
Druntime_interface.h89 …virtual size_t GetMethodArgumentsCount([[maybe_unused]] MethodPtr parent_method, [[maybe_unused]] … in GetMethodArgumentsCount() function
93 virtual size_t GetMethodArgumentsCount([[maybe_unused]] MethodPtr method) const in GetMethodArgumentsCount() function
/arkcompiler/runtime_core/static_core/irtoc/backend/
Dirtoc_runtime.h83 return GetMethodArgumentsCount(method); in GetMethodTotalArgumentsCount()
86 size_t GetMethodArgumentsCount(MethodPtr method) const override in GetMethodArgumentsCount() function
/arkcompiler/runtime_core/static_core/irtoc/backend/compiler/
Dcodegen_fastpath.cpp113 auto argsNum = GetRuntime()->GetMethodArgumentsCount(GetGraph()->GetMethod()); in GeneratePrologue()
144 auto argsNum = GetRuntime()->GetMethodArgumentsCount(GetGraph()->GetMethod()); in GetCallerRegistersToRestore()
295 auto argsNum = GetRuntime()->GetMethodArgumentsCount(GetGraph()->GetMethod()); in CreateTailCall()
/arkcompiler/runtime_core/static_core/compiler/optimizer/ir_builder/
Dinst_builder-inl.h91 size_t argsCount = Builder()->GetMethodArgumentsCount(methodId_); in SetCallArgs()
280 ASSERT(GetMethodArgumentsCount(methodId) == 1); in BuildAbsIntrinsic()
314 ASSERT(GetMethodArgumentsCount(methodId) == 2U); in BuildBinaryOperationIntrinsic()
329 ASSERT(GetMethodArgumentsCount(methodId) == 1); in BuildSqrtIntrinsic()
399 …ASSERT(GetMethodArgumentsCount(GetRuntime()->ResolveMethodIndex(GetMethod(), bcInst->GetId(0).AsIn… in BuildCharIsUpperCaseIntrinsic()
426 …ASSERT(GetMethodArgumentsCount(GetRuntime()->ResolveMethodIndex(GetMethod(), bcInst->GetId(0).AsIn… in BuildCharToUpperCaseIntrinsic()
454 …ASSERT(GetMethodArgumentsCount(GetRuntime()->ResolveMethodIndex(GetMethod(), bcInst->GetId(0).AsIn… in BuildCharIsLowerCaseIntrinsic()
477 …ASSERT(GetMethodArgumentsCount(GetRuntime()->ResolveMethodIndex(GetMethod(), bcInst->GetId(0).AsIn… in BuildCharToLowerCaseIntrinsic()
533 ASSERT(Builder()->GetMethodArgumentsCount(methodId_) == 1); in BuildMonitorIntrinsic()
1224 size_t argsCount = GetMethodArgumentsCount(methodId); in BuildMultiDimensionalArrayObject()
[all …]
Dinst_builder.cpp628 size_t InstBuilder::GetMethodArgumentsCount(uintptr_t id) const in GetMethodArgumentsCount() function in ark::compiler::InstBuilder
630 return GetRuntime()->GetMethodArgumentsCount(GetMethod(), id); in GetMethodArgumentsCount()
Dinst_builder.h397 size_t GetMethodArgumentsCount(uintptr_t id) const;
/arkcompiler/runtime_core/compiler/optimizer/ir_builder/
Dinst_builder.cpp274 size_t InstBuilder::GetMethodArgumentsCount(uintptr_t id) const in GetMethodArgumentsCount() function in panda::compiler::InstBuilder
276 return GetRuntime()->GetMethodArgumentsCount(GetMethod(), id); in GetMethodArgumentsCount()
Dinst_builder.h270 size_t GetMethodArgumentsCount(uintptr_t id) const;
/arkcompiler/runtime_core/bytecode_optimizer/
Druntime_adapter.h66 size_t GetMethodArgumentsCount([[maybe_unused]] MethodPtr caller, MethodId id) const override in GetMethodArgumentsCount() function
/arkcompiler/runtime_core/compiler/tests/
Dunit_test.h52 size_t GetMethodArgumentsCount(MethodPtr /* unused */) const override in GetMethodArgumentsCount() function
Dcompiler_inst_test.cpp1003 EXPECT_EQ(interface.GetMethodArgumentsCount(method, 0), 0); in __anon1b18b9e21602()
1004 EXPECT_EQ(interface.GetMethodArgumentsCount(method), 0); in __anon1b18b9e21602()
/arkcompiler/runtime_core/static_core/runtime/interpreter/
Druntime_interface.h76 static uint32_t GetMethodArgumentsCount(Method *caller, BytecodeId methodId) in GetMethodArgumentsCount() function
Dinterpreter-inl.h3728 … auto nargs = RuntimeIfaceT::GetMethodArgumentsCount(this->GetFrame()->GetMethod(), methodId); in InitializeObject()
/arkcompiler/runtime_core/static_core/runtime/
Dcompiler.h174 size_t GetMethodArgumentsCount(MethodPtr parentMethod, MethodId id) const override;
175 size_t GetMethodArgumentsCount(MethodPtr method) const override in GetMethodArgumentsCount() function
Dcompiler.cpp334 size_t PandaRuntimeInterface::GetMethodArgumentsCount(MethodPtr parentMethod, MethodId id) const in GetMethodArgumentsCount() function in ark::PandaRuntimeInterface
/arkcompiler/runtime_core/static_core/runtime/tests/interpreter/
Dtest_runtime_interface.h443 …static uint32_t GetMethodArgumentsCount([[maybe_unused]] Method *caller, [[maybe_unused]] Bytecode… in GetMethodArgumentsCount() function
/arkcompiler/runtime_core/static_core/compiler/tests/
Dunit_test.h83 size_t GetMethodArgumentsCount(MethodPtr /* unused */) const override in GetMethodArgumentsCount() function
/arkcompiler/runtime_core/static_core/compiler/optimizer/ir/
Druntime_interface.h238 …virtual size_t GetMethodArgumentsCount([[maybe_unused]] MethodPtr parentMethod, [[maybe_unused]] M… in GetMethodArgumentsCount() function
242 virtual size_t GetMethodArgumentsCount([[maybe_unused]] MethodPtr method) const in GetMethodArgumentsCount() function
/arkcompiler/runtime_core/static_core/bytecode_optimizer/
Druntime_adapter.h121 size_t GetMethodArgumentsCount([[maybe_unused]] MethodPtr caller, MethodId id) const override in GetMethodArgumentsCount() function
/arkcompiler/runtime_core/bytecode_optimizer/tests/
Dcodegen_test.cpp437 EXPECT_EQ(runtime_adapter.GetMethodArgumentsCount(caller, id), 0); in __anon85c438b50702()
/arkcompiler/runtime_core/static_core/compiler/optimizer/optimizations/
Dinlining.cpp259 << GetGraph()->GetRuntime()->GetMethodArgumentsCount(ctx.method) + in TryInline()
1045 auto vregsNum = GetGraph()->GetRuntime()->GetMethodArgumentsCount(ctx.method) + in CheckBytecode()
/arkcompiler/runtime_core/static_core/libllvmbackend/
Dllvm_ark_interface.cpp792 … return runtime_->GetMethodRegistersCount(method) + runtime_->GetMethodArgumentsCount(method) + 1; in GetVirtualRegistersCount()
/arkcompiler/runtime_core/static_core/compiler/optimizer/code_generator/
Dcodegen.cpp917 runtime->GetMethodArgumentsCount(caller->GetCallMethod()); in CreateStackMapRec()
920 runtime->GetMethodArgumentsCount(saveState->GetMethod()); in CreateStackMapRec()
/arkcompiler/runtime_core/static_core/runtime/entrypoints/
Dentrypoints.cpp1194 … auto nargs = interpreter::RuntimeInterface::GetMethodArgumentsCount(caller, BytecodeId(methodId)); in CreateMultiDimArray()
/arkcompiler/runtime_core/static_core/libllvmbackend/lowering/
Dllvm_ir_constructor.cpp2481 for (size_t i = 0; i < runtime->GetMethodArgumentsCount(methodPtr, methodId); i++) { in GetFunctionTypeForCall()