Searched refs:BoundsCheckSlowPathMIPS (Results 1 – 1 of 1) sorted by relevance
175 class BoundsCheckSlowPathMIPS : public SlowPathCodeMIPS { class177 explicit BoundsCheckSlowPathMIPS(HBoundsCheck* instruction) : SlowPathCodeMIPS(instruction) {} in BoundsCheckSlowPathMIPS() function in art::mips::BoundsCheckSlowPathMIPS209 DISALLOW_COPY_AND_ASSIGN(BoundsCheckSlowPathMIPS);3343 BoundsCheckSlowPathMIPS* slow_path = in VisitBoundsCheck()3344 new (codegen_->GetScopedAllocator()) BoundsCheckSlowPathMIPS(instruction); in VisitBoundsCheck()3353 BoundsCheckSlowPathMIPS* slow_path = in VisitBoundsCheck()3354 new (codegen_->GetScopedAllocator()) BoundsCheckSlowPathMIPS(instruction); in VisitBoundsCheck()3368 BoundsCheckSlowPathMIPS* slow_path = in VisitBoundsCheck()3369 new (codegen_->GetScopedAllocator()) BoundsCheckSlowPathMIPS(instruction); in VisitBoundsCheck()