Home
last modified time | relevance | path

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

/art/compiler/optimizing/
Dcode_generator_arm64.cc358 class NullCheckSlowPathARM64 : public SlowPathCodeARM64 { class
360 explicit NullCheckSlowPathARM64(HNullCheck* instr) : SlowPathCodeARM64(instr) {} in NullCheckSlowPathARM64() function in art::arm64::NullCheckSlowPathARM64
381 DISALLOW_COPY_AND_ASSIGN(NullCheckSlowPathARM64);
5737 SlowPathCodeARM64* slow_path = new (GetScopedAllocator()) NullCheckSlowPathARM64(instruction); in GenerateExplicitNullCheck()