Home
last modified time | relevance | path

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

/art/compiler/optimizing/
Dcode_generator_x86_64.cc103 : dex_pc_(dex_pc), index_location_(index_location), length_location_(length_location) {} in BoundsCheckSlowPathX86_64()
110 x64_codegen->Move(X86_64CpuLocation(calling_convention.GetRegisterAt(1)), length_location_); in EmitNativeCode()
119 const Location length_location_; member in art::x86_64::BoundsCheckSlowPathX86_64
Dcode_generator_arm.cc98 : dex_pc_(dex_pc), index_location_(index_location), length_location_(length_location) {} in BoundsCheckSlowPathARM()
105 arm_codegen->Move32(ArmCoreLocation(calling_convention.GetRegisterAt(1)), length_location_); in EmitNativeCode()
115 const Location length_location_; member in art::arm::BoundsCheckSlowPathARM
Dcode_generator_x86.cc97 : dex_pc_(dex_pc), index_location_(index_location), length_location_(length_location) {} in BoundsCheckSlowPathX86()
104 x86_codegen->Move32(X86CpuLocation(calling_convention.GetRegisterAt(1)), length_location_); in EmitNativeCode()
112 const Location length_location_; member in art::x86::BoundsCheckSlowPathX86