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

  /art/runtime/gc/accounting/
card_table_test.cc 45 card_table_.reset(CardTable::Create(heap_begin_, heap_size_));
52 CardTableTest() : heap_begin_(reinterpret_cast<uint8_t*>(0x2000000)), heap_size_(2 * MB) {
58 return heap_begin_;
65 size_t offset = RoundDown(addr - heap_begin_, CardTable::kCardSize);
77 uint8_t* const heap_begin_; member in class:art::gc::accounting::CardTableTest
space_bitmap.h 94 // If obj < heap_begin_ then offset underflows to some very large value past the end of the
96 const uintptr_t offset = reinterpret_cast<uintptr_t>(obj) - heap_begin_;
170 return heap_begin_;
224 const uintptr_t heap_begin_; member in class:art::gc::accounting::SpaceBitmap

Completed in 116 milliseconds