Home
last modified time | relevance | path

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

/art/compiler/optimizing/
Dcode_generator_arm64.cc114 length_location_(length_location) {} in BoundsCheckSlowPathARM64()
125 length_location_, LocationFrom(calling_convention.GetRegisterAt(1)), Primitive::kPrimInt); in EmitNativeCode()
134 const Location length_location_; member in art::arm64::BoundsCheckSlowPathARM64
Dcode_generator_mips64.cc116 length_location_(length_location) {} in BoundsCheckSlowPathMIPS64()
127 length_location_, in EmitNativeCode()
140 const Location length_location_; member in art::mips64::BoundsCheckSlowPathMIPS64
Dcode_generator_arm.cc137 length_location_(length_location) {} in BoundsCheckSlowPathARM()
149 length_location_, in EmitNativeCode()
159 const Location length_location_; member in art::arm::BoundsCheckSlowPathARM
Dcode_generator_x86.cc105 length_location_(length_location) {} in BoundsCheckSlowPathX86()
117 length_location_, in EmitNativeCode()
127 const Location length_location_; member in art::x86::BoundsCheckSlowPathX86
Dcode_generator_x86_64.cc158 length_location_(length_location) {} in BoundsCheckSlowPathX86_64()
169 length_location_, in EmitNativeCode()
180 const Location length_location_; member in art::x86_64::BoundsCheckSlowPathX86_64