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 40 uword* bitmap_begin = reinterpret_cast<uword*>(mem_map->Begin()); local
42 return new SpaceBitmap(name, mem_map, bitmap_begin, bitmap_size, heap_begin);
46 SpaceBitmap<kAlignment>::SpaceBitmap(const std::string& name, MemMap* mem_map, uword* bitmap_begin,
48 : mem_map_(mem_map), bitmap_begin_(bitmap_begin), bitmap_size_(bitmap_size),
109 uword* bitmap_begin = bitmap_begin_; local
111 uword w = bitmap_begin[i];
space_bitmap.h 195 SpaceBitmap(const std::string& name, MemMap* mem_map, uword* bitmap_begin, size_t bitmap_size,

Completed in 458 milliseconds