Home
last modified time | relevance | path

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

/art/compiler/optimizing/
Dcode_generator_riscv64.cc3100 bool const_length = false; in VisitBoundsCheck() local
3105 const_length = true; in VisitBoundsCheck()
3109 const_length = true; in VisitBoundsCheck()
3124 const_length ? Location::ConstantLocation(length) : Location::RequiresRegister()); in VisitBoundsCheck()