Home
last modified time | relevance | path

Searched defs:GetMethodArgumentsCount (Results 1 - 7 of 7) sorted by relevance

/arkcompiler/runtime_core/compiler/optimizer/ir/
H A Druntime_interface.h89 virtual size_t GetMethodArgumentsCount([[maybe_unused]] MethodPtr parent_method, [[maybe_unused]] MethodId id) const in GetMethodArgumentsCount() function in panda::compiler::RuntimeInterface
93 virtual size_t GetMethodArgumentsCount([[maybe_unused]] MethodPtr method) const in GetMethodArgumentsCount() function in panda::compiler::RuntimeInterface
/arkcompiler/runtime_core/compiler/optimizer/ir_builder/
H A Dinst_builder.cpp274 size_t InstBuilder::GetMethodArgumentsCount(uintptr_t id) const in GetMethodArgumentsCount() function in panda::compiler::InstBuilder
/arkcompiler/runtime_core/static_core/runtime/interpreter/
H A Druntime_interface.h76 static uint32_t GetMethodArgumentsCount(Method *caller, BytecodeId methodId) in GetMethodArgumentsCount() function in ark::interpreter::RuntimeInterface
/arkcompiler/runtime_core/static_core/compiler/optimizer/ir_builder/
H A Dinst_builder.cpp631 size_t InstBuilder::GetMethodArgumentsCount(uintptr_t id) const in GetMethodArgumentsCount() function in ark::compiler::InstBuilder
/arkcompiler/runtime_core/static_core/runtime/tests/interpreter/
H A Dtest_runtime_interface.h443 static uint32_t GetMethodArgumentsCount([[maybe_unused]] Method *caller, [[maybe_unused]] BytecodeId methodId) in GetMethodArgumentsCount() function in ark::interpreter::test::RuntimeInterface
/arkcompiler/runtime_core/static_core/runtime/
H A Dcompiler.cpp320 size_t PandaRuntimeInterface::GetMethodArgumentsCount(MethodPtr parentMethod, MethodId id) const in GetMethodArgumentsCount() function in ark::PandaRuntimeInterface
/arkcompiler/runtime_core/static_core/compiler/optimizer/ir/
H A Druntime_interface.h238 virtual size_t GetMethodArgumentsCount([[maybe_unused]] MethodPtr parentMethod, [[maybe_unused]] MethodId id) const in GetMethodArgumentsCount() function in ark::compiler::RuntimeInterface
242 virtual size_t GetMethodArgumentsCount([[maybe_unused]] MethodPtr method) const in GetMethodArgumentsCount() function in ark::compiler::RuntimeInterface

Completed in 10 milliseconds