Home
last modified time | relevance | path

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

/art/compiler/optimizing/
Dcode_generator_arm_vixl.cc468 class BoundsCheckSlowPathARMVIXL : public SlowPathCodeARMVIXL { class
470 explicit BoundsCheckSlowPathARMVIXL(HBoundsCheck* instruction) in BoundsCheckSlowPathARMVIXL() function in art::arm::BoundsCheckSlowPathARMVIXL
505 DISALLOW_COPY_AND_ASSIGN(BoundsCheckSlowPathARMVIXL);
6913 new (codegen_->GetScopedAllocator()) BoundsCheckSlowPathARMVIXL(instruction); in VisitBoundsCheck()
6924 new (codegen_->GetScopedAllocator()) BoundsCheckSlowPathARMVIXL(instruction); in VisitBoundsCheck()
6930 new (codegen_->GetScopedAllocator()) BoundsCheckSlowPathARMVIXL(instruction); in VisitBoundsCheck()