Searched refs:BoundsCheckSlowPathARM64 (Results 1 – 1 of 1) sorted by relevance
206 class BoundsCheckSlowPathARM64 : public SlowPathCodeARM64 { class208 explicit BoundsCheckSlowPathARM64(HBoundsCheck* instruction) : SlowPathCodeARM64(instruction) {} in BoundsCheckSlowPathARM64() function in art::arm64::BoundsCheckSlowPathARM64241 DISALLOW_COPY_AND_ASSIGN(BoundsCheckSlowPathARM64);2873 BoundsCheckSlowPathARM64* slow_path = in VisitBoundsCheck()2874 new (codegen_->GetScopedAllocator()) BoundsCheckSlowPathARM64(instruction); in VisitBoundsCheck()2891 BoundsCheckSlowPathARM64* slow_path = in VisitBoundsCheck()2892 new (codegen_->GetScopedAllocator()) BoundsCheckSlowPathARM64(instruction); in VisitBoundsCheck()