Searched refs:startup (Results 1 - 12 of 12) sorted by relevance

/art/runtime/
H A Dnative_bridge_art_interface.cc92 VLOG(startup) << "Runtime::Setup native bridge library: "
99 VLOG(startup) << "Runtime::Pre-initialize native bridge";
H A Druntime.cc567 VLOG(startup) << "Runtime::Start entering";
654 VLOG(startup) << "Runtime::Start exiting";
787 VLOG(startup) << "Runtime::StartDaemonThreads entering";
802 VLOG(startup) << "Runtime::StartDaemonThreads exiting";
944 VLOG(startup) << "Runtime::Init -verbose:startup enabled";
1308 VLOG(startup) << "Runtime::Init exiting";
1314 VLOG(startup) << "Runtime::InitNativeMethods entering";
1354 VLOG(startup) << "Runtime::InitNativeMethods exiting";
H A Dparsed_options_test.cc104 EXPECT_FALSE(VLOG_IS_ON(startup));
H A Dclass_linker.cc353 VLOG(startup) << "ClassLinker::Init";
696 VLOG(startup) << "ClassLinker::InitFromCompiler exiting";
702 VLOG(startup) << "ClassLinker::FinishInit entering";
748 VLOG(startup) << "ClassLinker::FinishInit exiting";
934 VLOG(startup) << __FUNCTION__ << " entering";
1065 VLOG(startup) << __FUNCTION__ << " exiting";
/art/runtime/gc/space/
H A Dimage_space_fs.h147 VLOG(startup) << "Number of failed boots on : " << boot_marker << " = " << num_failed_boots;
H A Drosalloc_space.cc98 if (VLOG_IS_ON(heap) || VLOG_IS_ON(startup)) {
100 VLOG(startup) << "RosAllocSpace::Create entering " << name
124 if (VLOG_IS_ON(heap) || VLOG_IS_ON(startup)) {
H A Ddlmalloc_space.cc81 if (VLOG_IS_ON(heap) || VLOG_IS_ON(startup)) {
105 if (VLOG_IS_ON(heap) || VLOG_IS_ON(startup)) {
H A Dimage_space.cc493 VLOG(startup) << "Using image file " << image_filename->c_str() << " for image location "
1202 if (VLOG_IS_ON(startup)) {
/art/runtime/base/
H A Dlogging.h54 bool startup; member in struct:art::LogVerbosity
/art/cmdline/
H A Dcmdline_parser_test.cc246 "class,compiler,gc,heap,jdwp,jni,monitor,profiler,signals,simulator,startup,"
260 log_verbosity.startup = true;
H A Dcmdline_types.h613 } else if (verbose_options[j] == "startup") {
614 log_verbosity.startup = true;
650 // Whether the profile should start upon app startup or be delayed by some random offset.
/art/runtime/gc/
H A Dheap.cc251 if (VLOG_IS_ON(heap) || VLOG_IS_ON(startup)) {
631 if (VLOG_IS_ON(heap) || VLOG_IS_ON(startup)) {

Completed in 197 milliseconds