Home
last modified time | relevance | path

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

/aosp12/art/runtime/mirror/
H A Dmethod_handle_impl.h101 HeapReference<mirror::MethodType> nominal_type_; variable
111 return MemberOffset(OFFSETOF_MEMBER(MethodHandle, nominal_type_)); in NominalTypeOffset()
H A Dmethod_handle_impl-inl.h33 return GetFieldObject<mirror::MethodType>(OFFSET_OF_OBJECT_MEMBER(MethodHandle, nominal_type_)); in GetNominalType()
/aosp12/art/runtime/
H A Dclass_linker_test.cc766 addOffset(OFFSETOF_MEMBER(mirror::MethodHandle, nominal_type_), "nominalType"); in MethodHandleOffsets()