HomeSort by relevance Sort by last modified time
    Searched refs:GetFetch (Results 1 - 2 of 2) sorted by null

  /art/compiler/optimizing/
induction_var_range.h 220 Value GetFetch(HInstruction* instruction,
induction_var_range.cc 640 InductionVarRange::Value InductionVarRange::GetFetch(HInstruction* instruction,
666 GetFetch(instruction->InputAt(1), trip, in_body, is_min));
668 return AddValue(GetFetch(instruction->InputAt(0), trip, in_body, is_min),
676 return GetFetch(instruction->InputAt(0)->AsNewArray()->GetLength(), trip, in_body, is_min);
683 return GetFetch(instruction->InputAt(0), trip, in_body, is_min);
733 return GetFetch(info->fetch, trip, in_body, is_min);
    [all...]

Completed in 143 milliseconds