Home
last modified time | relevance | path

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

/art/compiler/optimizing/
Dcode_generator_arm.cc91 class SuspendCheckSlowPathARM : public SlowPathCodeARM { class
93 SuspendCheckSlowPathARM(HSuspendCheck* instruction, HBasicBlock* successor) in SuspendCheckSlowPathARM() function in art::arm::SuspendCheckSlowPathARM
127 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()