Home
last modified time | relevance | path

Searched refs:BoundsCheckSlowPathMIPS (Results 1 – 1 of 1) sorted by relevance

/art/compiler/optimizing/
Dcode_generator_mips.cc175 class BoundsCheckSlowPathMIPS : public SlowPathCodeMIPS { class
177 explicit BoundsCheckSlowPathMIPS(HBoundsCheck* instruction) : SlowPathCodeMIPS(instruction) {} in BoundsCheckSlowPathMIPS() function in art::mips::BoundsCheckSlowPathMIPS
209 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()