Home
last modified time | relevance | path

Searched refs:IsFatal (Results 1 – 2 of 2) sorted by relevance

/art/compiler/optimizing/
Dcode_generator.cc1571 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()
Dcode_generator.h118 virtual bool IsFatal() const { return false; } in IsFatal() function