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.cc478 AllocationInfo* next_info = info->GetNextInfo(); in Free() local
495 uintptr_t next_addr = GetAddressForAllocationInfo(next_info); in Free()
502 if (next_info->IsFree()) { in Free()
503 AllocationInfo* next_next_info = next_info->GetNextInfo(); in Free()
511 new_free_info = next_info; in Free()
/art/compiler/optimizing/
Dinduction_var_range.cc770 HInductionVarAnalysis::InductionInfo* next_info = nullptr; in GetFetch() local
772 if (HasInductionInfo(instruction->GetBlock(), instruction, &next_loop, &next_info, &next_trip) && in GetFetch()
775 return GetVal(context, next_loop, next_info, next_trip, is_min); in GetFetch()