Searched refs:NullCheckSlowPathMIPS (Results 1 – 1 of 1) sorted by relevance
327 class NullCheckSlowPathMIPS : public SlowPathCodeMIPS { class329 explicit NullCheckSlowPathMIPS(HNullCheck* instr) : SlowPathCodeMIPS(instr) {} in NullCheckSlowPathMIPS() function in art::mips::NullCheckSlowPathMIPS350 DISALLOW_COPY_AND_ASSIGN(NullCheckSlowPathMIPS);8786 SlowPathCodeMIPS* slow_path = new (GetScopedAllocator()) NullCheckSlowPathMIPS(instruction); in GenerateExplicitNullCheck()