Home
last modified time | relevance | path

Searched defs: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