HomeSort by relevance Sort by last modified time
    Searched refs:copied_methods_offset_ (Results 1 - 3 of 3) sorted by null

  /art/runtime/mirror/
class-inl.h 108 // Class::copied_methods_offset_ is an uint16_t value; cast the
113 GetFieldShort(OFFSET_OF_OBJECT_MEMBER(Class, copied_methods_offset_)));
263 SetFieldShort<false>(OFFSET_OF_OBJECT_MEMBER(Class, copied_methods_offset_),
    [all...]
class.h 1426 uint16_t copied_methods_offset_; member in class:art::PointerSize::final
    [all...]
  /art/runtime/
class_linker_test.cc 584 addOffset(OFFSETOF_MEMBER(mirror::Class, copied_methods_offset_), "copiedMethodsOffset");
    [all...]

Completed in 95 milliseconds