Home
last modified time | relevance | path

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

/art/compiler/optimizing/
Dcode_generator_mips64.cc314 class TypeCheckSlowPathMIPS64 : public SlowPathCodeMIPS64 { class
316 TypeCheckSlowPathMIPS64(HInstruction* instruction, in TypeCheckSlowPathMIPS64() function in art::mips64::TypeCheckSlowPathMIPS64
372 DISALLOW_COPY_AND_ASSIGN(TypeCheckSlowPathMIPS64);
1612 SlowPathCodeMIPS64* slow_path = new (GetGraph()->GetArena()) TypeCheckSlowPathMIPS64( in VisitCheckCast()
2268 new (GetGraph()->GetArena()) TypeCheckSlowPathMIPS64(instruction, in VisitInstanceOf()