Searched refs:NullCheckSlowPathARM64 (Results 1 – 1 of 1) sorted by relevance
243 class NullCheckSlowPathARM64 : public SlowPathCodeARM64 { class245 explicit NullCheckSlowPathARM64(HNullCheck* instr) : instruction_(instr) {} in NullCheckSlowPathARM64() function in art::arm64::NullCheckSlowPathARM64258 DISALLOW_COPY_AND_ASSIGN(NullCheckSlowPathARM64);2385 SlowPathCodeARM64* slow_path = new (GetGraph()->GetArena()) NullCheckSlowPathARM64(instruction); in GenerateExplicitNullCheck()