Searched refs:BoundsCheckSlowPathX86 (Results 1 – 1 of 1) sorted by relevance
149 class BoundsCheckSlowPathX86 : public SlowPathCode { class151 explicit BoundsCheckSlowPathX86(HBoundsCheck* instruction) : SlowPathCode(instruction) {} in BoundsCheckSlowPathX86() function in art::x86::BoundsCheckSlowPathX86226 DISALLOW_COPY_AND_ASSIGN(BoundsCheckSlowPathX86);6862 new (codegen_->GetScopedAllocator()) BoundsCheckSlowPathX86(instruction); in VisitBoundsCheck()