Home
last modified time | relevance | path

Searched refs:startup (Results 1 – 16 of 16) sorted by relevance

/art/runtime/
Dnative_bridge_art_interface.cc95 VLOG(startup) << "Runtime::Setup native bridge library: " in LoadNativeBridge()
102 VLOG(startup) << "Runtime::Pre-initialize native bridge"; in PreInitializeNativeBridge()
Dparsed_options_test.cc103 EXPECT_FALSE(VLOG_IS_ON(startup)); in TEST_F()
Druntime.cc733 VLOG(startup) << "Runtime::Start entering"; in Start()
838 VLOG(startup) << "Runtime::Start exiting"; in Start()
941 VLOG(startup) << "Runtime::StartDaemonThreads entering"; in StartDaemonThreads()
956 VLOG(startup) << "Runtime::StartDaemonThreads exiting"; in StartDaemonThreads()
1150 VLOG(startup) << "Runtime::Init -verbose:startup enabled"; in Init()
1616 VLOG(startup) << "Runtime::Init exiting"; in Init()
1689 VLOG(startup) << "Runtime::InitNativeMethods entering"; in InitNativeMethods()
1725 VLOG(startup) << "Runtime::InitNativeMethods exiting"; in InitNativeMethods()
/art/libartbase/base/
Dlogging.h52 bool startup; member
/art/tools/breakpoint-logger/
DREADME.md29 that cannot be found using standard or bootstrap classloader at startup.
32 startup will cause the runtime to abort.
/art/runtime/jit/
Dprofile_saver.cc302 bool startup, in SampleClassesAndExecutedMethods() argument
354 if (startup) { in SampleClassesAndExecutedMethods()
382 void ProfileSaver::FetchAndCacheResolvedClassesAndMethods(bool startup) { in FetchAndCacheResolvedClassesAndMethods() argument
402 const uint32_t hot_method_sample_threshold = startup ? in FetchAndCacheResolvedClassesAndMethods()
409 startup, in FetchAndCacheResolvedClassesAndMethods()
435 flags |= startup ? Hotness::kFlagStartup : Hotness::kFlagPostStartup; in FetchAndCacheResolvedClassesAndMethods()
448 cached_info->AddMethodsForDex(startup ? Hotness::kFlagStartup : Hotness::kFlagPostStartup, in FetchAndCacheResolvedClassesAndMethods()
Dprofile_saver.h99 void FetchAndCacheResolvedClassesAndMethods(bool startup);
Dprofile_compilation_info.h540 size_t MethodBitIndex(bool startup, size_t index) const { in MethodBitIndex()
545 return index + (startup in MethodBitIndex()
Dprofile_compilation_info.cc1710 bool startup = true; in DumpInfo() local
1712 os << "\n\t" << (startup ? "startup methods: " : "post startup methods: "); in DumpInfo()
1715 if (startup ? hotness_info.IsStartup() : hotness_info.IsPostStartup()) { in DumpInfo()
1723 if (startup == false) { in DumpInfo()
1726 startup = false; in DumpInfo()
/art/runtime/gc/space/
Dimage_space_fs.h152 VLOG(startup) << "Number of failed boots on : " << boot_marker << " = " << num_failed_boots; in MarkZygoteStart()
Drosalloc_space.cc100 if (VLOG_IS_ON(heap) || VLOG_IS_ON(startup)) { in Create()
102 VLOG(startup) << "RosAllocSpace::Create entering " << name in Create()
126 if (VLOG_IS_ON(heap) || VLOG_IS_ON(startup)) { in Create()
Ddlmalloc_space.cc83 if (VLOG_IS_ON(heap) || VLOG_IS_ON(startup)) { in Create()
107 if (VLOG_IS_ON(heap) || VLOG_IS_ON(startup)) { in Create()
/art/tools/ahat/
DREADME.txt69 Improve startup performance, in some cases significantly.
77 Improve startup performance by roughly 25%.
/art/runtime/interpreter/mterp/
DREADME.txt140 exceed "handler-size", but the VM will abort on startup if it detects an
153 message and abort during startup.
/art/cmdline/
Dcmdline_parser_test.cc263 log_verbosity.startup = true; in TEST_F()
Dcmdline_types.h574 log_verbosity.startup = true;