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