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

  /art/runtime/mirror/
object-inl.h 143 OFFSET_OF_OBJECT_MEMBER(Object, x_rb_ptr_));
162 OFFSET_OF_OBJECT_MEMBER(Object, x_rb_ptr_), rb_ptr);
199 MemberOffset offset = OFFSET_OF_OBJECT_MEMBER(Object, x_rb_ptr_);
    [all...]
object.h 596 // Note names use a 'x' prefix and the x_rb_ptr_ is of type int
599 uint32_t x_rb_ptr_; // For the Brooks pointer. member in class:art::mirror::Object
  /art/runtime/
class_linker_test.cc 559 addOffset(OFFSETOF_MEMBER(mirror::Object, x_rb_ptr_), "shadow$_x_rb_ptr_");
    [all...]

Completed in 4457 milliseconds