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

/art/compiler/optimizing/
H A Dcode_generator_arm64.cc526 class TypeCheckSlowPathARM64 : public SlowPathCodeARM64 { class in namespace:art::arm64
528 TypeCheckSlowPathARM64(HInstruction* instruction, bool is_fatal) function in class:art::arm64::TypeCheckSlowPathARM64
572 const char* GetDescription() const OVERRIDE { return "TypeCheckSlowPathARM64"; }
578 DISALLOW_COPY_AND_ASSIGN(TypeCheckSlowPathARM64);
3878 // Note that TypeCheckSlowPathARM64 uses this register too.
4026 slow_path = new (GetGraph()->GetArena()) TypeCheckSlowPathARM64(instruction,
4058 slow_path = new (GetGraph()->GetArena()) TypeCheckSlowPathARM64(instruction,
4107 // Add temps for read barriers and other uses. One is used by TypeCheckSlowPathARM64.
4146 new (GetGraph()->GetArena()) TypeCheckSlowPathARM64(instruction,

Completed in 247 milliseconds