Searched refs:NullCheckSlowPathMIPS64 (Results 1 – 1 of 1) sorted by relevance
255 class NullCheckSlowPathMIPS64 : public SlowPathCodeMIPS64 { class257 explicit NullCheckSlowPathMIPS64(HNullCheck* instr) : instruction_(instr) {} in NullCheckSlowPathMIPS64() function in art::mips64::NullCheckSlowPathMIPS64272 DISALLOW_COPY_AND_ASSIGN(NullCheckSlowPathMIPS64);2794 SlowPathCodeMIPS64* slow_path = new (GetGraph()->GetArena()) NullCheckSlowPathMIPS64(instruction); in GenerateExplicitNullCheck()