HomeSort by relevance Sort by last modified time
    Searched full:length_value (Results 1 - 1 of 1) sorted by null

  /art/compiler/optimizing/
bounds_check_elimination.cc 332 HInstruction* length_value = instruction->InputAt(1); local
333 if (length_value->IsIntConstant()) {
338 if (length_value->IsPhi()) {
347 DCHECK(length_value->IsArrayLength());
348 HArrayLength* array_length = length_value->AsArrayLength();
    [all...]

Completed in 418 milliseconds