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

  /art/runtime/gc/space/
large_object_space.cc 153 cur_header = cur_header->GetNextNonFree();
178 FreeListSpace::AllocationHeader* FreeListSpace::AllocationHeader::GetNextNonFree() {
215 AllocationHeader* next_next_header = next_header->GetNextNonFree();
310 cur_header = cur_header->GetNextNonFree();
large_object_space.h 184 AllocationHeader* GetNextNonFree();

Completed in 128 milliseconds