Home
last modified time | relevance | path

Searched refs:NullCheckSlowPathMIPS (Results 1 – 1 of 1) sorted by relevance

/art/compiler/optimizing/
Dcode_generator_mips.cc327 class NullCheckSlowPathMIPS : public SlowPathCodeMIPS { class
329 explicit NullCheckSlowPathMIPS(HNullCheck* instr) : SlowPathCodeMIPS(instr) {} in NullCheckSlowPathMIPS() function in art::mips::NullCheckSlowPathMIPS
350 DISALLOW_COPY_AND_ASSIGN(NullCheckSlowPathMIPS);
8786 SlowPathCodeMIPS* slow_path = new (GetScopedAllocator()) NullCheckSlowPathMIPS(instruction); in GenerateExplicitNullCheck()