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

/art/compiler/optimizing/
H A Dcode_generator_arm64.cc431 class TypeCheckSlowPathARM64 : public SlowPathCodeARM64 { class in namespace:art::arm64
433 TypeCheckSlowPathARM64(HInstruction* instruction, bool is_fatal) function in class:art::arm64::TypeCheckSlowPathARM64
479 const char* GetDescription() const OVERRIDE { return "TypeCheckSlowPathARM64"; }
485 DISALLOW_COPY_AND_ASSIGN(TypeCheckSlowPathARM64);
3129 // Note that TypeCheckSlowPathARM64 uses this register too.
3235 slow_path = new (GetGraph()->GetArena()) TypeCheckSlowPathARM64(instruction,
3267 slow_path = new (GetGraph()->GetArena()) TypeCheckSlowPathARM64(instruction,
3316 // Note that TypeCheckSlowPathARM64 uses this "temp" register too.
3348 new (GetGraph()->GetArena()) TypeCheckSlowPathARM64(instruction,

Completed in 36 milliseconds