Home
last modified time | relevance | path

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

/art/runtime/mirror/
Dclass-inl.h115 GetFieldShort(OFFSET_OF_OBJECT_MEMBER(Class, copied_methods_offset_))); in GetCopiedMethodsStartOffset()
265 SetFieldShort<false>(OFFSET_OF_OBJECT_MEMBER(Class, copied_methods_offset_), in SetMethodsPtrUnchecked()
Dclass.h1547 uint16_t copied_methods_offset_; variable
/art/runtime/
Dclass_linker_test.cc586 addOffset(OFFSETOF_MEMBER(mirror::Class, copied_methods_offset_), "copiedMethodsOffset"); in ClassOffsets()