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

/art/compiler/optimizing/
H A Dcode_generator_x86_64.cc57 class NullCheckSlowPathX86_64 : public SlowPathCode { class in namespace:art::x86_64
59 explicit NullCheckSlowPathX86_64(HNullCheck* instruction) : SlowPathCode(instruction) {} function in class:art::x86_64::NullCheckSlowPathX86_64
77 const char* GetDescription() const OVERRIDE { return "NullCheckSlowPathX86_64"; }
80 DISALLOW_COPY_AND_ASSIGN(NullCheckSlowPathX86_64);
4489 SlowPathCode* slow_path = new (GetGraph()->GetArena()) NullCheckSlowPathX86_64(instruction);

Completed in 107 milliseconds