Home
last modified time | relevance | path

Searched defs:GetMethodTotalArgumentsCount (Results 1 – 6 of 6) sorted by relevance

/arkcompiler/runtime_core/irtoc/backend/
Dirtoc_runtime.h71 size_t GetMethodTotalArgumentsCount(MethodPtr method) const override in GetMethodTotalArgumentsCount() function
/arkcompiler/runtime_core/compiler/tests/
Dunit_test.h45 size_t GetMethodTotalArgumentsCount(MethodPtr /* unused */) const override in GetMethodTotalArgumentsCount() function
/arkcompiler/runtime_core/bytecode_optimizer/tests/
Dcommon.h65 size_t GetMethodTotalArgumentsCount([[maybe_unused]] MethodPtr method) const override in GetMethodTotalArgumentsCount() function
/arkcompiler/runtime_core/bytecode_optimizer/
Druntime_adapter.h107 size_t GetMethodTotalArgumentsCount(MethodPtr method) const override in GetMethodTotalArgumentsCount() function
/arkcompiler/runtime_core/runtime/
Dcompiler.h170 size_t GetMethodTotalArgumentsCount(MethodPtr method) const override in GetMethodTotalArgumentsCount() function
/arkcompiler/runtime_core/compiler/optimizer/ir/
Druntime_interface.h178 virtual size_t GetMethodTotalArgumentsCount([[maybe_unused]] MethodPtr method) const in GetMethodTotalArgumentsCount() function