Home
last modified time | relevance | path

Searched refs:length_value (Results 1 – 1 of 1) sorted by relevance

/art/compiler/optimizing/
Dbounds_check_elimination.cc332 HInstruction* length_value = instruction->InputAt(1); in Run() local
333 if (length_value->IsIntConstant()) { in Run()
338 if (length_value->IsPhi()) { in Run()
347 DCHECK(length_value->IsArrayLength()); in Run()
348 HArrayLength* array_length = length_value->AsArrayLength(); in Run()