Searched refs:image_bitmap_ (Results 1 – 2 of 2) sorted by relevance
538 if (!image_file->PwriteFully(image_info.image_bitmap_.Begin(), in Write()553 reinterpret_cast<const uint8_t*>(image_info.image_bitmap_.Begin()), in Write()833 image_info.image_bitmap_ = gc::accounting::ContinuousSpaceBitmap::Create( in AllocMemory()835 if (!image_info.image_bitmap_.IsValid()) { in AllocMemory()2600 const size_t bitmap_bytes = image_info.image_bitmap_.Size(); in CreateHeader()2905 bool done = image_info.image_bitmap_.Set(dst); // Mark the obj as live. in CopyObject()3019 image_info.image_bitmap_.Set(dst); // Mark the obj as live. in CopyAndFixupObjects()
360 gc::accounting::ContinuousSpaceBitmap image_bitmap_; member