Home
last modified time | relevance | path

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

/art/runtime/gc/space/
Dlarge_object_space.cc447 AllocationInfo* next_info = info->GetNextInfo(); in Free() local
460 uintptr_t next_addr = GetAddressForAllocationInfo(next_info); in Free()
467 if (next_info->IsFree()) { in Free()
468 AllocationInfo* next_next_info = next_info->GetNextInfo(); in Free()
476 new_free_info = next_info; in Free()
/art/compiler/optimizing/
Dinduction_var_range.cc686 HInductionVarAnalysis::InductionInfo* next_info = nullptr; in GetFetch() local
689 if (HasInductionInfo(instruction, instruction, &next_loop, &next_info, &next_trip) && in GetFetch()
692 return GetVal(next_info, next_trip, next_in_body, is_min); in GetFetch()