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

/art/runtime/gc/collector/
H A Dmark_sweep.cc533 accounting::ContinuousSpaceBitmap* object_bitmap = current_space_bitmap_; local
534 if (LIKELY(object_bitmap->HasAddress(obj))) {
535 return !object_bitmap->AtomicTestAndSet(obj);

Completed in 70 milliseconds