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

/art/runtime/jdwp/
H A Djdwp.h108 bool suspend = false; member in struct:art::JDWP::JdwpOptions
322 * that we wait for the thread to suspend itself before processing any
342 * processing commands. This works in the suspend-all case because the
343 * event thread doesn't suspend itself until everything else has suspended.
/art/compiler/optimizing/
H A Dbounds_check_elimination.cc1521 HInstruction* suspend = loop->GetSuspendCheck(); local
1524 new (GetGraph()->GetArena()) HDeoptimize(condition, suspend->GetDexPc());
1526 if (suspend->HasEnvironment()) {
1528 suspend->GetEnvironment(), loop->GetHeader());

Completed in 84 milliseconds