Home
last modified time | relevance | path

Searched refs:GetEffectiveArgType (Results 1 - 4 of 4) sorted by relevance

/arkcompiler/runtime_core/static_core/plugins/ets/runtime/types/
H A Dets_method.h86 EtsType GetEffectiveArgType(size_t idx) const in GetEffectiveArgType() function in ark::ets::EtsMethod
88 EtsType etsType = ConvertPandaTypeToEtsType(GetPandaMethod()->GetEffectiveArgType(idx)); in GetEffectiveArgType()
/arkcompiler/runtime_core/static_core/runtime/
H A Dmethod.cpp308 auto type = GetEffectiveArgType(i); in GetFullName()
440 panda_file::Type Method::GetEffectiveArgType(size_t idx) const in GetEffectiveArgType() function in ark::Method
H A Dcompiler.h161 return ToCompilerType(MethodCast(method)->GetEffectiveArgType(index));
/arkcompiler/runtime_core/static_core/runtime/include/
H A Dmethod.h677 PANDA_PUBLIC_API panda_file::Type GetEffectiveArgType(size_t idx) const;

Completed in 5 milliseconds