Home
last modified time | relevance | path

Searched defs:GetMethodArgumentsCount (Results 1 – 4 of 4) 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/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
/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