Home
last modified time | relevance | path

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

/art/compiler/optimizing/
Dcode_generator_mips64.cc350 class TypeCheckSlowPathMIPS64 : public SlowPathCodeMIPS64 { class
352 explicit TypeCheckSlowPathMIPS64(HInstruction* instruction, bool is_fatal) in TypeCheckSlowPathMIPS64() function in art::mips64::TypeCheckSlowPathMIPS64
402 DISALLOW_COPY_AND_ASSIGN(TypeCheckSlowPathMIPS64);
3001 new (codegen_->GetScopedAllocator()) TypeCheckSlowPathMIPS64( in VisitCheckCast()
5823 slow_path = new (codegen_->GetScopedAllocator()) TypeCheckSlowPathMIPS64( in VisitInstanceOf()
5852 slow_path = new (codegen_->GetScopedAllocator()) TypeCheckSlowPathMIPS64( in VisitInstanceOf()