Home
last modified time | relevance | path

Searched refs:GetPType (Results 1 – 2 of 2) sorted by relevance

/art/runtime/mirror/
Dmethod_type-inl.h50 DCHECK_EQ(GetPType(GetNumberOfPTypes() - 1), ptype); in AddPType()
58 inline ObjPtr<mirror::Class> RawMethodType::GetPType(int32_t i) const { in GetPType() function
109 return method_type_.GetPType(i); in Get()
Dmethod_type.h45 ObjPtr<mirror::Class> GetPType(int32_t i) const REQUIRES_SHARED(Locks::mutator_lock_);