Searched defs:suspend (Results 1 - 3 of 3) sorted by relevance

/art/compiler/optimizing/
H A Dcha_guard_optimization.cc202 HInstruction* suspend = loop_info->GetSuspendCheck(); local
204 // of the suspend instruction for the loop.
206 GetGraph()->GetArena(), compare, DeoptimizationKind::kCHA, suspend->GetDexPc());
209 suspend->GetEnvironment(), loop_info->GetHeader());
H A Dbounds_check_elimination.cc1623 HInstruction* suspend = loop->GetSuspendCheck(); local
1628 GetGraph()->GetArena(), condition, kind, suspend->GetDexPc());
1630 if (suspend->HasEnvironment()) {
1632 suspend->GetEnvironment(), loop->GetHeader());
/art/runtime/jdwp/
H A Djdwp.h109 bool suspend = false; member in struct:art::JDWP::JdwpOptions
327 * that we wait for the thread to suspend itself before processing any
347 * processing commands. This works in the suspend-all case because the
348 * event thread doesn't suspend itself until everything else has suspended.

Completed in 266 milliseconds