Searched refs:GetNextInfo (Results 1 - 1 of 1) sorted by relevance

/art/runtime/gc/space/
H A Dlarge_object_space.cc283 AllocationInfo* GetNextInfo() { function in class:art::gc::space::AllocationInfo
286 const AllocationInfo* GetNextInfo() const { function in class:art::gc::space::AllocationInfo
391 cur_info = cur_info->GetNextInfo();
416 AllocationInfo* next_info = info->GetNextInfo();
437 AllocationInfo* next_next_info = next_info->GetNextInfo();
450 DCHECK_EQ(info->GetNextInfo(), new_free_info);
550 cur_info = cur_info->GetNextInfo();
569 cur_info = cur_info->GetNextInfo()) {

Completed in 42 milliseconds