Searched refs:SuspendCheckSlowPathARM (Results 1 – 1 of 1) sorted by relevance
91 class SuspendCheckSlowPathARM : public SlowPathCodeARM { class93 SuspendCheckSlowPathARM(HSuspendCheck* instruction, HBasicBlock* successor) in SuspendCheckSlowPathARM() function in art::arm::SuspendCheckSlowPathARM127 DISALLOW_COPY_AND_ASSIGN(SuspendCheckSlowPathARM);3542 SuspendCheckSlowPathARM* slow_path = in GenerateSuspendCheck()3543 down_cast<SuspendCheckSlowPathARM*>(instruction->GetSlowPath()); in GenerateSuspendCheck()3545 slow_path = new (GetGraph()->GetArena()) SuspendCheckSlowPathARM(instruction, successor); in GenerateSuspendCheck()