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

  /art/runtime/gc/space/
large_object_space.cc 214 bool IsFree() const {
319 if (!cur_info->IsFree()) {
345 DCHECK(!info->IsFree());
371 if (next_info->IsFree()) {
374 DCHECK(!next_next_info->IsFree());
401 DCHECK(!info->IsFree());
476 if (cur_info->IsFree()) {
  /art/runtime/gc/allocator/
rosalloc.cc 93 DCHECK(free_pages->IsFree());
95 DCHECK(free_pages->IsFree());
118 DCHECK(fpr->IsFree());
161 DCHECK(last_free_page_run->IsFree());
441 DCHECK(fpr->IsFree());
443 DCHECK(fpr->IsFree());
    [all...]
rosalloc.h 48 bool IsFree() const {

Completed in 65 milliseconds