Searched defs:NullCheckSlowPathARM64 (Results 1 – 1 of 1) sorted by relevance
358 class NullCheckSlowPathARM64 : public SlowPathCodeARM64 { class360 explicit NullCheckSlowPathARM64(HNullCheck* instr) : SlowPathCodeARM64(instr) {} in NullCheckSlowPathARM64() function in art::arm64::NullCheckSlowPathARM64