Home
last modified time | relevance | path

Searched refs:GetNextNonFree (Results 1 – 2 of 2) sorted by relevance

/art/runtime/gc/space/
Dlarge_object_space.cc153 cur_header = cur_header->GetNextNonFree(); in Walk()
178 FreeListSpace::AllocationHeader* FreeListSpace::AllocationHeader::GetNextNonFree() { in GetNextNonFree() function in art::gc::space::FreeListSpace::AllocationHeader
215 AllocationHeader* next_next_header = next_header->GetNextNonFree(); in Free()
310 cur_header = cur_header->GetNextNonFree(); in Dump()
Dlarge_object_space.h184 AllocationHeader* GetNextNonFree();