Home
last modified time | relevance | path

Searched defs:GetMethodArgumentType (Results 1 – 5 of 5) sorted by relevance

/arkcompiler/runtime_core/libabckit/src/adapter_static/
Druntime_adapter_static.h103 …ark::compiler::DataType::Type GetMethodArgumentType([[maybe_unused]] MethodPtr caller, MethodId id, in GetMethodArgumentType() function
/arkcompiler/runtime_core/static_core/bytecode_optimizer/
Druntime_adapter.h102 compiler::DataType::Type GetMethodArgumentType([[maybe_unused]] MethodPtr caller, MethodId id, in GetMethodArgumentType() function
/arkcompiler/runtime_core/static_core/compiler/optimizer/ir_builder/
Dinst_builder.cpp628 DataType::Type InstBuilder::GetMethodArgumentType(uintptr_t id, size_t index) const in GetMethodArgumentType() function in ark::compiler::InstBuilder
/arkcompiler/runtime_core/static_core/runtime/
Dcompiler.cpp353 compiler::DataType::Type PandaRuntimeInterface::GetMethodArgumentType(MethodPtr parentMethod, Metho… in GetMethodArgumentType() function in ark::PandaRuntimeInterface
/arkcompiler/runtime_core/static_core/compiler/optimizer/ir/
Druntime_interface.h235 …virtual DataType::Type GetMethodArgumentType([[maybe_unused]] MethodPtr parentMethod, [[maybe_unus… in GetMethodArgumentType() function