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

  /art/runtime/gc/accounting/
space_bitmap.h 166 heap_limit_ = heap_begin_ + bytes;
177 return heap_limit_;
224 uintptr_t heap_limit_; member in class:art::gc::accounting::SpaceBitmap
space_bitmap.cc 65 heap_limit_(reinterpret_cast<uintptr_t>(heap_begin) + heap_capacity),
97 heap_limit_ = new_end;

Completed in 847 milliseconds