Home
last modified time | relevance | path

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

/arkcompiler/runtime_core/compiler/optimizer/ir_builder/
Dinst_builder.cpp329 DataType::Type InstBuilder::GetMethodArgumentType(uintptr_t id, size_t index) const in GetMethodArgumentType() function in panda::compiler::InstBuilder
/arkcompiler/runtime_core/bytecode_optimizer/
Druntime_adapter.h98 compiler::DataType::Type GetMethodArgumentType([[maybe_unused]] MethodPtr caller, MethodId id, in GetMethodArgumentType() function
/arkcompiler/runtime_core/runtime/
Dcompiler.cpp252 compiler::DataType::Type PandaRuntimeInterface::GetMethodArgumentType(MethodPtr parent_method, Meth… in GetMethodArgumentType() function in panda::PandaRuntimeInterface
/arkcompiler/runtime_core/compiler/optimizer/ir/
Druntime_interface.h187 …virtual DataType::Type GetMethodArgumentType([[maybe_unused]] MethodPtr parent_method, [[maybe_unu… in GetMethodArgumentType() function