Searched refs:GetNextNonFree (Results 1 – 2 of 2) sorted by relevance
153 cur_header = cur_header->GetNextNonFree(); in Walk()178 FreeListSpace::AllocationHeader* FreeListSpace::AllocationHeader::GetNextNonFree() { in GetNextNonFree() function in art::gc::space::FreeListSpace::AllocationHeader215 AllocationHeader* next_next_header = next_header->GetNextNonFree(); in Free()310 cur_header = cur_header->GetNextNonFree(); in Dump()
184 AllocationHeader* GetNextNonFree();