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

  /art/runtime/gc/accounting/
heap_bitmap.cc 27 ContinuousSpaceBitmap* new_bitmap) {
32 *it = new_bitmap;
36 LargeObjectBitmap* new_bitmap) {
40 *it = new_bitmap;
heap_bitmap.h 56 void ReplaceBitmap(ContinuousSpaceBitmap* old_bitmap, ContinuousSpaceBitmap* new_bitmap)
60 void ReplaceLargeObjectBitmap(LargeObjectBitmap* old_bitmap, LargeObjectBitmap* new_bitmap)
  /art/runtime/gc/space/
space.cc 127 accounting::ContinuousSpaceBitmap* new_bitmap = temp_bitmap_.release(); local
128 Runtime::Current()->GetHeap()->GetMarkBitmap()->ReplaceBitmap(mark_bitmap_.get(), new_bitmap);
130 mark_bitmap_.reset(new_bitmap);
  /external/pdfium/fpdfsdk/
fpdfedit_embeddertest.cpp 150 FPDF_BITMAP new_bitmap = RenderPage(new_page); local
151 CompareBitmap(new_bitmap, 612, 792, kAllBlackMd5sum);
154 FPDFBitmap_Destroy(new_bitmap);
235 FPDF_BITMAP new_bitmap = RenderPage(new_page); local
236 CompareBitmap(new_bitmap, 612, 792, "9823e1a21bd9b72b6a442ba4f12af946");
237 FPDFBitmap_Destroy(new_bitmap);

Completed in 315 milliseconds