Home
last modified time | relevance | path

Searched refs:GetMethodArgumentsCount (Results 1 – 23 of 23) 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.cpp103 auto argsNum = GetRuntime()->GetMethodArgumentsCount(GetGraph()->GetMethod()); in GeneratePrologue()
133 auto argsNum = GetRuntime()->GetMethodArgumentsCount(GetGraph()->GetMethod()); in GetCallerRegistersToRestore()
256 auto argsNum = GetRuntime()->GetMethodArgumentsCount(GetGraph()->GetMethod()); in CreateTailCall()
/arkcompiler/runtime_core/static_core/compiler/optimizer/ir_builder/
Dinst_builder-inl.h98 size_t argsCount = GetMethodArgumentsCount(methodId); in SetCallArgs()
295 ASSERT(GetMethodArgumentsCount(methodId) == 1); in BuildAbsIntrinsic()
329 ASSERT(GetMethodArgumentsCount(methodId) == 2U); in BuildBinaryOperationIntrinsic()
344 ASSERT(GetMethodArgumentsCount(methodId) == 1); in BuildSqrtIntrinsic()
414 …ASSERT(GetMethodArgumentsCount(GetRuntime()->ResolveMethodIndex(GetMethod(), bcInst->GetId(0).AsIn… in BuildCharIsUpperCaseIntrinsic()
441 …ASSERT(GetMethodArgumentsCount(GetRuntime()->ResolveMethodIndex(GetMethod(), bcInst->GetId(0).AsIn… in BuildCharToUpperCaseIntrinsic()
469 …ASSERT(GetMethodArgumentsCount(GetRuntime()->ResolveMethodIndex(GetMethod(), bcInst->GetId(0).AsIn… in BuildCharIsLowerCaseIntrinsic()
492 …ASSERT(GetMethodArgumentsCount(GetRuntime()->ResolveMethodIndex(GetMethod(), bcInst->GetId(0).AsIn… in BuildCharToLowerCaseIntrinsic()
549 ASSERT(GetMethodArgumentsCount(methodId) == 1); in BuildMonitorIntrinsic()
1221 size_t argsCount = GetMethodArgumentsCount(methodId); in BuildMultiDimensionalArrayObject()
[all …]
Dinst_builder.cpp436 size_t InstBuilder::GetMethodArgumentsCount(uintptr_t id) const in GetMethodArgumentsCount() function in panda::compiler::InstBuilder
438 return GetRuntime()->GetMethodArgumentsCount(GetMethod(), id); in GetMethodArgumentsCount()
Dinst_builder.h496 size_t GetMethodArgumentsCount(uintptr_t id) const;
/arkcompiler/runtime_core/compiler/optimizer/ir_builder/
Dinst_builder.cpp275 size_t InstBuilder::GetMethodArgumentsCount(uintptr_t id) const in GetMethodArgumentsCount() function in panda::compiler::InstBuilder
277 return GetRuntime()->GetMethodArgumentsCount(GetMethod(), id); in GetMethodArgumentsCount()
Dinst_builder.h276 size_t GetMethodArgumentsCount(uintptr_t id) const;
/arkcompiler/runtime_core/bytecode_optimizer/
Druntime_adapter.h65 size_t GetMethodArgumentsCount([[maybe_unused]] MethodPtr caller, MethodId id) const override in GetMethodArgumentsCount() function
/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/compiler/tests/
Dunit_test.h52 size_t GetMethodArgumentsCount(MethodPtr /* unused */) const override in GetMethodArgumentsCount() function
Dcompiler_inst_test.cpp990 EXPECT_EQ(interface.GetMethodArgumentsCount(method, 0), 0); in __anon8ce037611602()
991 EXPECT_EQ(interface.GetMethodArgumentsCount(method), 0); in __anon8ce037611602()
/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 panda::PandaRuntimeInterface
/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/runtime/tests/interpreter/
Dtest_runtime_interface.h444 …static uint32_t GetMethodArgumentsCount([[maybe_unused]] Method *caller, [[maybe_unused]] Bytecode… in GetMethodArgumentsCount() function
/arkcompiler/runtime_core/static_core/compiler/optimizer/ir/
Druntime_interface.h239 …virtual size_t GetMethodArgumentsCount([[maybe_unused]] MethodPtr parentMethod, [[maybe_unused]] M… in GetMethodArgumentsCount() function
243 virtual size_t GetMethodArgumentsCount([[maybe_unused]] MethodPtr method) const in GetMethodArgumentsCount() function
/arkcompiler/runtime_core/bytecode_optimizer/tests/
Dcodegen_test.cpp428 EXPECT_EQ(runtime_adapter.GetMethodArgumentsCount(caller, id), 0);
/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/static_core/compiler/optimizer/optimizations/
Dinlining.cpp220 << GetGraph()->GetRuntime()->GetMethodArgumentsCount(ctx.method) + in TryInline()
1006 auto vregsNum = GetGraph()->GetRuntime()->GetMethodArgumentsCount(ctx.method) + in CheckBytecode()
/arkcompiler/runtime_core/static_core/runtime/entrypoints/
Dentrypoints.cpp1168 … auto nargs = interpreter::RuntimeInterface::GetMethodArgumentsCount(caller, BytecodeId(methodId)); in CreateMultiDimArray()
/arkcompiler/runtime_core/static_core/compiler/optimizer/code_generator/
Dcodegen.cpp856 runtime->GetMethodArgumentsCount(caller->GetCallMethod()); in CreateStackMapRec()
859 runtime->GetMethodArgumentsCount(saveState->GetMethod()); in CreateStackMapRec()