Searched refs:BoundsCheckSlowPathMIPS64 (Results 1 – 1 of 1) sorted by relevance
127 class BoundsCheckSlowPathMIPS64 : public SlowPathCodeMIPS64 { class129 explicit BoundsCheckSlowPathMIPS64(HBoundsCheck* instruction) : SlowPathCodeMIPS64(instruction) {} in BoundsCheckSlowPathMIPS64() function in art::mips64::BoundsCheckSlowPathMIPS64161 DISALLOW_COPY_AND_ASSIGN(BoundsCheckSlowPathMIPS64);2898 BoundsCheckSlowPathMIPS64* slow_path = in VisitBoundsCheck()2899 new (codegen_->GetScopedAllocator()) BoundsCheckSlowPathMIPS64(instruction); in VisitBoundsCheck()2908 BoundsCheckSlowPathMIPS64* slow_path = in VisitBoundsCheck()2909 new (codegen_->GetScopedAllocator()) BoundsCheckSlowPathMIPS64(instruction); in VisitBoundsCheck()2923 BoundsCheckSlowPathMIPS64* slow_path = in VisitBoundsCheck()2924 new (codegen_->GetScopedAllocator()) BoundsCheckSlowPathMIPS64(instruction); in VisitBoundsCheck()