Searched refs:next_info (Results 1 – 2 of 2) sorted by relevance
434 AllocationInfo* next_info = info->GetNextInfo(); in Free() local447 uintptr_t next_addr = GetAddressForAllocationInfo(next_info); in Free()454 if (next_info->IsFree()) { in Free()455 AllocationInfo* next_next_info = next_info->GetNextInfo(); in Free()463 new_free_info = next_info; in Free()
708 HInductionVarAnalysis::InductionInfo* next_info = nullptr; in GetFetch() local711 if (HasInductionInfo(instruction, instruction, &next_loop, &next_info, &next_trip) && in GetFetch()714 return GetVal(next_info, next_trip, next_in_body, is_min); in GetFetch()