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

  /art/runtime/gc/accounting/
space_bitmap-inl.h 39 Atomic<uword>* atomic_entry = reinterpret_cast<Atomic<uword>*>(&bitmap_begin_[index]);
58 DCHECK(bitmap_begin_ != NULL);
61 return (bitmap_begin_[OffsetToIndex(offset)] & OffsetToMask(offset)) != 0;
96 uword left_edge = bitmap_begin_[index_start];
119 uword w = bitmap_begin_[i];
137 right_edge = bitmap_begin_[index_end];
166 uword* address = &bitmap_begin_[index];
space_bitmap.cc 48 : mem_map_(mem_map), bitmap_begin_(bitmap_begin), bitmap_size_(bitmap_size),
51 CHECK(bitmap_begin_ != nullptr);
92 if (bitmap_begin_ != nullptr) {
105 CHECK(bitmap_begin_ != NULL);
109 uword* bitmap_begin = bitmap_begin_;
129 CHECK(live_bitmap.bitmap_begin_ != nullptr);
130 CHECK(mark_bitmap.bitmap_begin_ != nullptr);
156 uword* live = live_bitmap.bitmap_begin_;
157 uword* mark = mark_bitmap.bitmap_begin_;
250 CHECK(bitmap_begin_ != nullptr)
    [all...]
space_bitmap.h 150 return bitmap_begin_;
189 return &bitmap_begin_[index];
217 uword* const bitmap_begin_; member in class:art::gc::accounting::SpaceBitmap

Completed in 197 milliseconds