Home
last modified time | relevance | path

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

/art/runtime/mirror/
Dmethod_handle_impl-inl.h33 return GetFieldObject<mirror::MethodType>(OFFSET_OF_OBJECT_MEMBER(MethodHandle, nominal_type_)); in GetNominalType()
Dmethod_handle_impl.h99 HeapReference<mirror::MethodType> nominal_type_; variable
109 return MemberOffset(OFFSETOF_MEMBER(MethodHandle, nominal_type_)); in NominalTypeOffset()
/art/runtime/
Dclass_linker_test.cc763 addOffset(OFFSETOF_MEMBER(mirror::MethodHandle, nominal_type_), "nominalType"); in MethodHandleOffsets()