Home | History | Annotate | Download | only in runtime

Lines Matching defs:live_bitmap_

1192       : live_bitmap_(Runtime::Current()->GetHeap()->GetLiveBitmap()) {}
1198 CHECK(live_bitmap_->Test(klass.Ptr())) << "Image method has unmarked declaring class";
1203 gc::accounting::HeapBitmap* const live_bitmap_;