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

  /art/runtime/gc/accounting/
space_bitmap.cc 56 word* bitmap_begin = reinterpret_cast<word*>(mem_map->Begin()); local
58 return new SpaceBitmap(name, mem_map, bitmap_begin, bitmap_size, heap_begin);
108 word* bitmap_begin = bitmap_begin_; local
110 word w = bitmap_begin[i];
space_bitmap.h 185 SpaceBitmap(const std::string& name, MemMap* mem_map, word* bitmap_begin, size_t bitmap_size,
187 : mem_map_(mem_map), bitmap_begin_(bitmap_begin), bitmap_size_(bitmap_size),

Completed in 144 milliseconds