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

  /art/runtime/gc/accounting/
card_table_test.cc 60 uint8_t* HeapLimit() const {
69 for (const uint8_t* addr = HeapBegin(); addr != HeapLimit(); addr += CardTable::kCardSize) {
83 for (const uint8_t* addr = HeapBegin(); addr < HeapLimit(); addr += kObjectAlignment) {
109 const size_t delta = std::min(static_cast<size_t>(HeapLimit() - HeapBegin()),
116 for (uint8_t* cend = HeapLimit() - delta; cend < HeapLimit(); cend += CardTable::kCardSize) {
129 for (uint8_t* cur = end + CardTable::kCardSize; cur < HeapLimit();
space_bitmap.h 175 // The maximum address which the bitmap can span. (HeapBegin() <= object < HeapLimit()).
176 uint64_t HeapLimit() const {

Completed in 74 milliseconds