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

/art/runtime/base/
H A Dtiming_logger.cc49 void CumulativeLogger::Start() { function in class:art::CumulativeLogger
108 os << "Start Dumping histograms for " << iterations_ << " iterations"
/art/runtime/
H A Druntime.cc708 bool Runtime::Start() { function in class:art::Runtime
709 VLOG(startup) << "Runtime::Start entering";
742 VLOG(startup) << "Runtime::Start exiting";
799 // Start the JDWP thread. If the command-line debugger flags specified "suspend=y",
928 Trace::Start(options->method_trace_file_.c_str(), -1, options->method_trace_file_size_, 0,
H A Dtrace.cc331 void Trace::Start(const char* trace_filename, int trace_fd, int buffer_size, int flags, function in class:art::Trace

Completed in 151 milliseconds