Home
last modified time | relevance | path

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

/art/runtime/gc/space/
Dlarge_object_space.cc218 AllocationInfo* GetNextInfo() { in GetNextInfo() function in art::gc::space::AllocationInfo
221 const AllocationInfo* GetNextInfo() const { in GetNextInfo() function in art::gc::space::AllocationInfo
326 cur_info = cur_info->GetNextInfo(); in Walk()
351 AllocationInfo* next_info = info->GetNextInfo(); in Free()
372 AllocationInfo* next_next_info = next_info->GetNextInfo(); in Free()
385 DCHECK_EQ(info->GetNextInfo(), new_free_info); in Free()
483 cur_info = cur_info->GetNextInfo(); in Dump()