Home
last modified time | relevance | path

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

/art/compiler/optimizing/
Dcode_generator_arm.cc59 class NullCheckSlowPathARM : public SlowPathCodeARM { class
61 explicit NullCheckSlowPathARM(HNullCheck* instruction) : instruction_(instruction) {} in NullCheckSlowPathARM() function in art::arm::NullCheckSlowPathARM
72 DISALLOW_COPY_AND_ASSIGN(NullCheckSlowPathARM);
3143 SlowPathCodeARM* slow_path = new (GetGraph()->GetArena()) NullCheckSlowPathARM(instruction); in GenerateExplicitNullCheck()