Home
last modified time | relevance | path

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

/art/compiler/optimizing/
Dcode_generator_x86_64.cc101 Location index_location, in BoundsCheckSlowPathX86_64() argument
103 : dex_pc_(dex_pc), index_location_(index_location), length_location_(length_location) {} in BoundsCheckSlowPathX86_64()
Dcode_generator_arm.cc96 Location index_location, in BoundsCheckSlowPathARM() argument
98 : dex_pc_(dex_pc), index_location_(index_location), length_location_(length_location) {} in BoundsCheckSlowPathARM()
Dcode_generator_x86.cc95 Location index_location, in BoundsCheckSlowPathX86() argument
97 : dex_pc_(dex_pc), index_location_(index_location), length_location_(length_location) {} in BoundsCheckSlowPathX86()