Searched refs:SuspendCheckSlowPathMIPS64 (Results 1 – 1 of 1) sorted by relevance
309 class SuspendCheckSlowPathMIPS64 : public SlowPathCodeMIPS64 { class311 SuspendCheckSlowPathMIPS64(HSuspendCheck* instruction, HBasicBlock* successor) in SuspendCheckSlowPathMIPS64() function in art::mips64::SuspendCheckSlowPathMIPS64347 DISALLOW_COPY_AND_ASSIGN(SuspendCheckSlowPathMIPS64);1914 SuspendCheckSlowPathMIPS64* slow_path = in GenerateSuspendCheck()1915 down_cast<SuspendCheckSlowPathMIPS64*>(instruction->GetSlowPath()); in GenerateSuspendCheck()1919 new (codegen_->GetScopedAllocator()) SuspendCheckSlowPathMIPS64(instruction, successor); in GenerateSuspendCheck()