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

/art/compiler/optimizing/
H A Dcode_generator_arm64.cc459 class NullCheckSlowPathARM64 : public SlowPathCodeARM64 { class in namespace:art::arm64
461 explicit NullCheckSlowPathARM64(HNullCheck* instr) : SlowPathCodeARM64(instr) {} function in class:art::arm64::NullCheckSlowPathARM64
479 const char* GetDescription() const OVERRIDE { return "NullCheckSlowPathARM64"; }
482 DISALLOW_COPY_AND_ASSIGN(NullCheckSlowPathARM64);
5355 SlowPathCodeARM64* slow_path = new (GetGraph()->GetArena()) NullCheckSlowPathARM64(instruction);

Completed in 14 milliseconds