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

/art/compiler/optimizing/
H A Dcode_generator_mips.cc332 class NullCheckSlowPathMIPS : public SlowPathCodeMIPS { class in namespace:art::mips
334 explicit NullCheckSlowPathMIPS(HNullCheck* instr) : SlowPathCodeMIPS(instr) {} function in class:art::mips::NullCheckSlowPathMIPS
352 const char* GetDescription() const OVERRIDE { return "NullCheckSlowPathMIPS"; }
355 DISALLOW_COPY_AND_ASSIGN(NullCheckSlowPathMIPS);
7646 SlowPathCodeMIPS* slow_path = new (GetGraph()->GetArena()) NullCheckSlowPathMIPS(instruction);

Completed in 232 milliseconds