Home
last modified time | relevance | path

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

/art/compiler/optimizing/
Dcode_generator_arm64.cc302 class TypeCheckSlowPathARM64 : public SlowPathCodeARM64 { class
304 TypeCheckSlowPathARM64(HInstruction* instruction, in TypeCheckSlowPathARM64() function in art::arm64::TypeCheckSlowPathARM64
353 DISALLOW_COPY_AND_ASSIGN(TypeCheckSlowPathARM64);
1463 SlowPathCodeARM64* slow_path = new (GetGraph()->GetArena()) TypeCheckSlowPathARM64( in VisitCheckCast()
1888 new (GetGraph()->GetArena()) TypeCheckSlowPathARM64( in VisitInstanceOf()