Home
last modified time | relevance | path

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

/art/compiler/optimizing/
Dcode_generator_mips64.cc109 class BoundsCheckSlowPathMIPS64 : public SlowPathCodeMIPS64 { class
111 BoundsCheckSlowPathMIPS64(HBoundsCheck* instruction, in BoundsCheckSlowPathMIPS64() function in art::mips64::BoundsCheckSlowPathMIPS64
142 DISALLOW_COPY_AND_ASSIGN(BoundsCheckSlowPathMIPS64);
1577 BoundsCheckSlowPathMIPS64* slow_path = new (GetGraph()->GetArena()) BoundsCheckSlowPathMIPS64( in VisitBoundsCheck()