Searched refs:SuspendCheckSlowPathX86_64 (Results 1 – 1 of 1) sorted by relevance
143 class SuspendCheckSlowPathX86_64 : public SlowPathCode { class145 SuspendCheckSlowPathX86_64(HSuspendCheck* instruction, HBasicBlock* successor) in SuspendCheckSlowPathX86_64() function in art::x86_64::SuspendCheckSlowPathX86_64180 DISALLOW_COPY_AND_ASSIGN(SuspendCheckSlowPathX86_64);5075 SuspendCheckSlowPathX86_64* slow_path = in GenerateSuspendCheck()5076 down_cast<SuspendCheckSlowPathX86_64*>(instruction->GetSlowPath()); in GenerateSuspendCheck()5078 slow_path = new (GetGraph()->GetArena()) SuspendCheckSlowPathX86_64(instruction, successor); in GenerateSuspendCheck()