Home
last modified time | relevance | path

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

/art/compiler/optimizing/
Dcode_generator_riscv64.cc3107 int32_t length_value = length->AsIntConstant()->GetValue(); in VisitBoundsCheck() local
3108 if (length_value == 0 || length_value == 1) { in VisitBoundsCheck()