Home
last modified time | relevance | path

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

/art/runtime/mirror/
Dmethod_type-inl.h85 inline MethodType::PTypesAccessor<PTypesType>::PTypesAccessor(PTypesType p_types) in PTypesAccessor() function
89 inline int32_t MethodType::PTypesAccessor<PTypesType>::GetLength() const { in GetLength()
94 inline ObjPtr<mirror::Class> MethodType::PTypesAccessor<PTypesType>::Get(int32_t i) const { in Get()
Dmethod_type.h108 class PTypesAccessor {
110 explicit PTypesAccessor(PTypesType p_types) REQUIRES_SHARED(Locks::mutator_lock_);
122 using ObjPtrPTypesAccessor = PTypesAccessor<ObjPtr<ObjectArray<Class>>>;
123 using HandlePTypesAccessor = PTypesAccessor<Handle<ObjectArray<Class>>>;