Home
last modified time | relevance | path

Searched refs:p_types_ (Results 1 – 3 of 3) sorted by relevance

/aosp12/art/runtime/mirror/
H A Dmethod_type.h84 return MemberOffset(OFFSETOF_MEMBER(MethodType, p_types_)); in PTypesOffset()
97 HeapReference<ObjectArray<Class>> p_types_; variable
H A Dmethod_type-inl.h28 return GetFieldObject<ObjectArray<Class>>(OFFSET_OF_OBJECT_MEMBER(MethodType, p_types_)); in GetPTypes()
/aosp12/art/runtime/
H A Dclass_linker_test.cc753 addOffset(OFFSETOF_MEMBER(mirror::MethodType, p_types_), "ptypes"); in MethodTypeOffsets()