Home
last modified time | relevance | path

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

/art/compiler/optimizing/
Dcode_generator_mips64.cc127 class BoundsCheckSlowPathMIPS64 : public SlowPathCodeMIPS64 { class
129 explicit BoundsCheckSlowPathMIPS64(HBoundsCheck* instruction) : SlowPathCodeMIPS64(instruction) {} in BoundsCheckSlowPathMIPS64() function in art::mips64::BoundsCheckSlowPathMIPS64
161 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()