Home
last modified time | relevance | path

Searched refs:GetMethodArgumentsCount (Results 1 – 7 of 7) 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/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/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 __anon1be7da801602()
991 EXPECT_EQ(interface.GetMethodArgumentsCount(method), 0); in __anon1be7da801602()
/arkcompiler/runtime_core/bytecode_optimizer/tests/
Dcodegen_test.cpp428 EXPECT_EQ(runtime_adapter.GetMethodArgumentsCount(caller, id), 0);