Searched refs:index_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()109 x64_codegen->Move(X86_64CpuLocation(calling_convention.GetRegisterAt(0)), index_location_); in EmitNativeCode()118 const Location index_location_; member in art::x86_64::BoundsCheckSlowPathX86_64
98 : dex_pc_(dex_pc), index_location_(index_location), length_location_(length_location) {} in BoundsCheckSlowPathARM()104 arm_codegen->Move32(ArmCoreLocation(calling_convention.GetRegisterAt(0)), index_location_); in EmitNativeCode()114 const Location index_location_; member in art::arm::BoundsCheckSlowPathARM
97 : dex_pc_(dex_pc), index_location_(index_location), length_location_(length_location) {} in BoundsCheckSlowPathX86()103 x86_codegen->Move32(X86CpuLocation(calling_convention.GetRegisterAt(0)), index_location_); in EmitNativeCode()111 const Location index_location_; member in art::x86::BoundsCheckSlowPathX86