Home
last modified time | relevance | path

Searched defs:GetMethodArgumentsCount (Results 1 – 17 of 17) 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/libabckit/src/adapter_dynamic/
Druntime_adapter_dynamic.h50 size_t GetMethodArgumentsCount([[maybe_unused]] MethodPtr caller, MethodId id) const override in GetMethodArgumentsCount() function
/arkcompiler/runtime_core/bytecode_optimizer/
Druntime_adapter.h66 size_t GetMethodArgumentsCount([[maybe_unused]] MethodPtr caller, MethodId id) const override in GetMethodArgumentsCount() function
/arkcompiler/runtime_core/static_core/irtoc/backend/
Dirtoc_runtime.h91 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/libabckit/src/wrappers/
Dabcfile_wrapper.cpp63 size_t FileWrapper::GetMethodArgumentsCount([[maybe_unused]] void *caller, uint32_t id) const in GetMethodArgumentsCount() function in libabckit::FileWrapper
/arkcompiler/runtime_core/compiler/optimizer/ir_builder/
Dinst_builder.cpp274 size_t InstBuilder::GetMethodArgumentsCount(uintptr_t id) const in GetMethodArgumentsCount() function in panda::compiler::InstBuilder
/arkcompiler/runtime_core/libabckit/src/irbuilder_dynamic/
Dinst_builder_dyn.cpp290 size_t InstBuilder::GetMethodArgumentsCount(uintptr_t id) const in GetMethodArgumentsCount() function in libabckit::InstBuilder
/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/interpreter/
Druntime_interface.h76 static uint32_t GetMethodArgumentsCount(Method *caller, BytecodeId methodId) in GetMethodArgumentsCount() function
/arkcompiler/runtime_core/libabckit/src/adapter_static/
Druntime_adapter_static.h122 size_t GetMethodArgumentsCount([[maybe_unused]] MethodPtr caller, MethodId id) const override in GetMethodArgumentsCount() function
/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/ir_builder/
Dinst_builder.cpp633 size_t InstBuilder::GetMethodArgumentsCount(uintptr_t id) const in GetMethodArgumentsCount() function in ark::compiler::InstBuilder
/arkcompiler/runtime_core/static_core/runtime/
Dcompiler.h175 size_t GetMethodArgumentsCount(MethodPtr method) const override in GetMethodArgumentsCount() function
Dcompiler.cpp362 size_t PandaRuntimeInterface::GetMethodArgumentsCount(MethodPtr parentMethod, MethodId id) const in GetMethodArgumentsCount() function in ark::PandaRuntimeInterface
/arkcompiler/runtime_core/static_core/runtime/tests/interpreter/
Dtest_runtime_interface.h439 …static uint32_t GetMethodArgumentsCount([[maybe_unused]] Method *caller, [[maybe_unused]] Bytecode… in GetMethodArgumentsCount() function
/arkcompiler/runtime_core/static_core/compiler/optimizer/ir/
Druntime_interface.h240 …virtual size_t GetMethodArgumentsCount([[maybe_unused]] MethodPtr parentMethod, [[maybe_unused]] M… in GetMethodArgumentsCount() function
244 virtual size_t GetMethodArgumentsCount([[maybe_unused]] MethodPtr method) const in GetMethodArgumentsCount() function