Home
last modified time | relevance | path

Searched defs:GetMethodArgumentsCount (Results 1 – 9 of 9) sorted by relevance

/arkcompiler/runtime_core/irtoc/backend/
Dirtoc_runtime.h76 size_t GetMethodArgumentsCount(MethodPtr method) const override in GetMethodArgumentsCount() function
/arkcompiler/runtime_core/compiler/tests/
Dunit_test.h52 size_t GetMethodArgumentsCount(MethodPtr /* unused */) const override in GetMethodArgumentsCount() function
/arkcompiler/runtime_core/compiler/optimizer/ir_builder/
Dinst_builder.cpp334 size_t InstBuilder::GetMethodArgumentsCount(uintptr_t id) const in GetMethodArgumentsCount() function in panda::compiler::InstBuilder
/arkcompiler/runtime_core/runtime/interpreter/
Druntime_interface.h76 static uint32_t GetMethodArgumentsCount(Method *caller, BytecodeId method_id) in GetMethodArgumentsCount() function
/arkcompiler/runtime_core/bytecode_optimizer/
Druntime_adapter.h117 size_t GetMethodArgumentsCount([[maybe_unused]] MethodPtr caller, MethodId id) const override in GetMethodArgumentsCount() function
/arkcompiler/runtime_core/runtime/
Dcompiler.h182 size_t GetMethodArgumentsCount(MethodPtr method) const override in GetMethodArgumentsCount() function
Dcompiler.cpp261 size_t PandaRuntimeInterface::GetMethodArgumentsCount(MethodPtr parent_method, MethodId id) const in GetMethodArgumentsCount() function in panda::PandaRuntimeInterface
/arkcompiler/runtime_core/compiler/optimizer/ir/
Druntime_interface.h192 …virtual size_t GetMethodArgumentsCount([[maybe_unused]] MethodPtr parent_method, [[maybe_unused]] … in GetMethodArgumentsCount() function
196 virtual size_t GetMethodArgumentsCount([[maybe_unused]] MethodPtr method) const in GetMethodArgumentsCount() function
/arkcompiler/runtime_core/runtime/tests/interpreter/
Dtest_runtime_interface.h424 …static uint32_t GetMethodArgumentsCount([[maybe_unused]] Method *caller, [[maybe_unused]] Bytecode… in GetMethodArgumentsCount() function