Searched refs:next_info (Results 1 – 2 of 2) sorted by relevance
447 AllocationInfo* next_info = info->GetNextInfo(); in Free() local460 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()
686 HInductionVarAnalysis::InductionInfo* next_info = nullptr; in GetFetch() local689 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()