Searched refs:IsFatal (Results 1 – 2 of 2) sorted by relevance
1571 DCHECK(instruction->GetLocations()->CallsOnSlowPath() || slow_path->IsFatal()) in ValidateInvokeRuntime()1589 DCHECK((slow_path->IsFatal() && !instruction->GetLocations()->WillCall()) || in ValidateInvokeRuntime()1616 || ((slow_path != nullptr) && slow_path->IsFatal()) in ValidateInvokeRuntime()
118 virtual bool IsFatal() const { return false; } in IsFatal() function