Searched refs:SuspendCheckSlowPathX86 (Results 1 – 1 of 1) sorted by relevance
229 class SuspendCheckSlowPathX86 : public SlowPathCode { class231 SuspendCheckSlowPathX86(HSuspendCheck* instruction, HBasicBlock* successor) in SuspendCheckSlowPathX86() function in art::x86::SuspendCheckSlowPathX86264 DISALLOW_COPY_AND_ASSIGN(SuspendCheckSlowPathX86);6960 SuspendCheckSlowPathX86* slow_path = in GenerateSuspendCheck()6961 down_cast<SuspendCheckSlowPathX86*>(instruction->GetSlowPath()); in GenerateSuspendCheck()6964 new (codegen_->GetScopedAllocator()) SuspendCheckSlowPathX86(instruction, successor); in GenerateSuspendCheck()