Home
last modified time | relevance | path

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

/aosp12/art/compiler/optimizing/
H A Dcode_generator_arm64.cc206 class BoundsCheckSlowPathARM64 : public SlowPathCodeARM64 { class
208 explicit BoundsCheckSlowPathARM64(HBoundsCheck* instruction) : SlowPathCodeARM64(instruction) {} in BoundsCheckSlowPathARM64() function in art::arm64::BoundsCheckSlowPathARM64
241 DISALLOW_COPY_AND_ASSIGN(BoundsCheckSlowPathARM64);
2873 BoundsCheckSlowPathARM64* slow_path = in VisitBoundsCheck()
2874 new (codegen_->GetScopedAllocator()) BoundsCheckSlowPathARM64(instruction); in VisitBoundsCheck()
2891 BoundsCheckSlowPathARM64* slow_path = in VisitBoundsCheck()
2892 new (codegen_->GetScopedAllocator()) BoundsCheckSlowPathARM64(instruction); in VisitBoundsCheck()