Home
last modified time | relevance | path

Searched refs:GetMethodArgReferenceTypeId (Results 1 – 4 of 4) sorted by relevance

/arkcompiler/runtime_core/static_core/compiler/optimizer/analysis/
Dobject_type_propagation.cpp139 auto typeId = runtime->GetMethodArgReferenceTypeId(method, refNum); in VisitParameter()
/arkcompiler/runtime_core/static_core/runtime/
Dcompiler.h157 IdType GetMethodArgReferenceTypeId(MethodPtr method, uint16_t num) const override;
Dcompiler.cpp127 compiler::RuntimeInterface::IdType PandaRuntimeInterface::GetMethodArgReferenceTypeId(MethodPtr met… in GetMethodArgReferenceTypeId() function in ark::PandaRuntimeInterface
/arkcompiler/runtime_core/static_core/compiler/optimizer/ir/
Druntime_interface.h210 …virtual IdType GetMethodArgReferenceTypeId([[maybe_unused]] MethodPtr method, [[maybe_unused]] uin… in GetMethodArgReferenceTypeId() function