Searched refs:length_location_ (Results 1 – 3 of 3) sorted by relevance
103 : 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
98 : 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
97 : 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