Home
last modified time | relevance | path

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

/art/compiler/optimizing/
Dcode_generator_x86_64.cc151 class BoundsCheckSlowPathX86_64 : public SlowPathCodeX86_64 { class
153 BoundsCheckSlowPathX86_64(HBoundsCheck* instruction, in BoundsCheckSlowPathX86_64() function in art::x86_64::BoundsCheckSlowPathX86_64
182 DISALLOW_COPY_AND_ASSIGN(BoundsCheckSlowPathX86_64);
3782 new (GetGraph()->GetArena()) BoundsCheckSlowPathX86_64(instruction, index_loc, length_loc); in VisitBoundsCheck()