Searched refs:SuspendCheckSlowPathX86_64 (Results 1 – 1 of 1) sorted by relevance
157 class SuspendCheckSlowPathX86_64 : public SlowPathCode { class159 SuspendCheckSlowPathX86_64(HSuspendCheck* instruction, HBasicBlock* successor) in SuspendCheckSlowPathX86_64() function in art::x86_64::SuspendCheckSlowPathX86_64192 DISALLOW_COPY_AND_ASSIGN(SuspendCheckSlowPathX86_64);6016 SuspendCheckSlowPathX86_64* slow_path = in GenerateSuspendCheck()6017 down_cast<SuspendCheckSlowPathX86_64*>(instruction->GetSlowPath()); in GenerateSuspendCheck()6020 new (codegen_->GetScopedAllocator()) SuspendCheckSlowPathX86_64(instruction, successor); in GenerateSuspendCheck()