Home
last modified time | relevance | path

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

/art/compiler/optimizing/
Dcode_generator_arm.cc62 class NullCheckSlowPathARM : public SlowPathCode { class
64 explicit NullCheckSlowPathARM(uint32_t dex_pc) : dex_pc_(dex_pc) {} in NullCheckSlowPathARM() function in art::arm::NullCheckSlowPathARM
76 DISALLOW_COPY_AND_ASSIGN(NullCheckSlowPathARM);
1226 new (GetGraph()->GetArena()) NullCheckSlowPathARM(instruction->GetDexPc()); in VisitNullCheck()