Lines Matching defs:Start
381 // Make sure our internal threads are dead before we start tearing down things they're using.
438 // Well-known classes must be deleted or it is impossible to successfully start another Runtime
439 // instance. We rely on a small initialization order issue in Runtime::Start() that requires
732 bool Runtime::Start() {
733 VLOG(startup) << "Runtime::Start entering";
802 // Send the start phase event. We have to wait till here as this is when the main thread peer
838 VLOG(startup) << "Runtime::Start exiting";
843 Trace::Start(trace_config_->trace_file.c_str(),
921 // Start the JDWP thread. If the command-line debugger flags specified "suspend=y",
1523 // TODO: move this to just be an Trace::Start argument
1558 // Runtime::Start() (zygote):
1561 // | start app
1574 // Runtime::Start():
1583 // TODO Maybe we should start a new thread to run these on. Investigate RI behavior more.