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

/art/compiler/optimizing/
H A Dcode_generator_x86.cc53 class NullCheckSlowPathX86 : public SlowPathCode { class in namespace:art::x86
55 explicit NullCheckSlowPathX86(HNullCheck* instruction) : SlowPathCode(instruction) {} function in class:art::x86::NullCheckSlowPathX86
73 const char* GetDescription() const OVERRIDE { return "NullCheckSlowPathX86"; }
76 DISALLOW_COPY_AND_ASSIGN(NullCheckSlowPathX86);
4977 SlowPathCode* slow_path = new (GetGraph()->GetArena()) NullCheckSlowPathX86(instruction);

Completed in 44 milliseconds