Home
last modified time | relevance | path

Searched defs:NullCheckSlowPathMIPS64 (Results 1 – 1 of 1) sorted by relevance

/art/compiler/optimizing/
Dcode_generator_mips64.cc255 class NullCheckSlowPathMIPS64 : public SlowPathCodeMIPS64 { class
257 explicit NullCheckSlowPathMIPS64(HNullCheck* instr) : instruction_(instr) {} in NullCheckSlowPathMIPS64() function in art::mips64::NullCheckSlowPathMIPS64