Searched defs:ref_offsets (Results 1 - 1 of 1) sorted by relevance

/art/runtime/mirror/
H A Dobject-inl.h941 inline void Object::VisitFieldsReferences(uint32_t ref_offsets, const Visitor& visitor) { argument
942 if (!kIsStatic && (ref_offsets != mirror::Class::kClassWalkSuper)) {
948 while (ref_offsets != 0) {
949 if ((ref_offsets & 1) != 0) {
952 ref_offsets >>= 1;

Completed in 55 milliseconds