Home
last modified time | relevance | path

Searched refs:ShouldAbort (Results 1 – 3 of 3) sorted by relevance

/external/libmojo/base/message_loop/
Dmessage_pump_android.cc45 if (pump->ShouldAbort()) { in DoRunLoopOnce()
75 if (pump->ShouldAbort()) { in DoRunLoopOnce()
Dmessage_pump_android.h48 bool ShouldAbort() const { return should_abort_; } in ShouldAbort() function
/external/llvm/lib/CodeGen/SelectionDAG/
DSelectionDAGISel.cpp1436 bool ShouldAbort = EnableFastISelAbort; in SelectAllBasicBlocks() local
1442 ShouldAbort = (EnableFastISelAbort > 2); in SelectAllBasicBlocks()
1448 if (ShouldAbort) in SelectAllBasicBlocks()