Home
last modified time | relevance | path

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

12

/art/test/1002-notify-startup/
Dinfo.txt1 Test that the startup completed callback works.
/art/test/1003-metadata-section-strings/
Dexpected.txt5 After startup completed
Drun17 …piler-option --compiler-filter=speed-profile -Xcompiler-option --resolve-startup-const-strings=true
/art/test/1971-multi-force-early-return/src/art/
DTest1971.java106 final CountDownLatch startup = new CountDownLatch(NUM_THREADS); in run() local
111 startup.countDown(); in run()
125 startup.await(); in run()
/art/test/925-threadgroups/src/art/
DTest925.java57 final CountDownLatch startup = new CountDownLatch(1); in doTest() local
60 startup.countDown(); in doTest()
67 startup.await(); in doTest()
/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()
Druntime.cc845 VLOG(startup) << "Runtime::Start entering"; in Start()
965 VLOG(startup) << "Runtime::Start exiting"; in Start()
1101 VLOG(startup) << "Runtime::StartDaemonThreads entering"; in StartDaemonThreads()
1116 VLOG(startup) << "Runtime::StartDaemonThreads exiting"; in StartDaemonThreads()
1230 VLOG(startup) << "Runtime::Init -verbose:startup enabled"; in Init()
1793 VLOG(startup) << "Runtime::Init exiting"; in Init()
1872 VLOG(startup) << "Runtime::InitNativeMethods entering"; in InitNativeMethods()
1921 VLOG(startup) << "Runtime::InitNativeMethods exiting"; in InitNativeMethods()
2955 VLOG(startup) << "NotifyStartupCompletedTask running"; in Run()
3006 VLOG(startup) << "Adding NotifyStartupCompleted task"; in NotifyStartupCompleted()
[all …]
Dparsed_options_test.cc109 EXPECT_FALSE(VLOG_IS_ON(startup)); in TEST_F()
Druntime_options.def183 // Switching this on adds ~500us to the startup on userdebug builds, or for
/art/tools/jvmti-agents/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.cc326 bool startup, in SampleClassesAndExecutedMethods() argument
378 if (startup) { in SampleClassesAndExecutedMethods()
406 void ProfileSaver::FetchAndCacheResolvedClassesAndMethods(bool startup) { in FetchAndCacheResolvedClassesAndMethods() argument
427 if (startup) { in FetchAndCacheResolvedClassesAndMethods()
436 startup, in FetchAndCacheResolvedClassesAndMethods()
466 flags |= startup ? Hotness::kFlagStartup : Hotness::kFlagPostStartup; in FetchAndCacheResolvedClassesAndMethods()
484 AnnotateSampleFlags(startup ? Hotness::kFlagStartup : Hotness::kFlagPostStartup), in FetchAndCacheResolvedClassesAndMethods()
Dprofile_saver.h97 void FetchAndCacheResolvedClassesAndMethods(bool startup) REQUIRES(!Locks::profiler_lock_);
/art/libartbase/base/
Dlogging.h53 bool startup; member
/art/runtime/gc/space/
Drosalloc_space.cc143 if (VLOG_IS_ON(heap) || VLOG_IS_ON(startup)) { in Create()
145 VLOG(startup) << "RosAllocSpace::Create entering " << name in Create()
172 if (VLOG_IS_ON(heap) || VLOG_IS_ON(startup)) { in Create()
Ddlmalloc_space.cc117 if (VLOG_IS_ON(heap) || VLOG_IS_ON(startup)) { in Create()
144 if (VLOG_IS_ON(heap) || VLOG_IS_ON(startup)) { in Create()
Dimage_space.cc887 if (VLOG_IS_ON(startup)) { in Init()
3066 VLOG(startup) << "Using image file " << image_filename.c_str() << " for image location " in Load()
3099 VLOG(startup) << "Using image file " << image_filename.c_str() << " for image location " in Load()
/art/runtime/interpreter/mterp/
DREADME.txt38 exceed "handler-size", but the VM will abort on startup if it detects an
51 message and abort during startup.
/art/tools/jvmti-agents/enable-vlog/
DREADME.md60 * `startup`
/art/openjdkjvmti/
Dti_logging.cc122 art::gLogVerbosity.startup = val; in SetVerboseFlag()
/art/tools/ahat/
DREADME.txt82 Improve startup performance, in some cases significantly.
90 Improve startup performance by roughly 25%.
/art/libprofile/profile/
Dprofile_compilation_info_test.cc1382 MethodReference startup(dex.get(), 2); in TEST_F() local
1389 ASSERT_TRUE(info.AddMethod(ProfileMethodInfo(startup), Hotness::kFlagStartup)); in TEST_F()
1399 EXPECT_TRUE(info.GetMethodHotness(startup).IsInProfile()); in TEST_F()
1400 EXPECT_EQ(info.GetMethodHotness(startup).GetFlags(), Hotness::kFlagStartup); in TEST_F()
1407 MethodReference startup(dex1, 2); in TEST_F() local
1414 info.AddMethod(ProfileMethodInfo(startup, inline_caches), Hotness::kFlagStartup); in TEST_F()
1424 ASSERT_TRUE(GetMethod(info, dex1, startup.index) == nullptr); in TEST_F()
Dprofile_compilation_info.cc1714 bool startup = true; in DumpInfo() local
1716 os << "\n\t" << (startup ? "startup methods: " : "post startup methods: "); in DumpInfo()
1719 if (startup ? hotness_info.IsStartup() : hotness_info.IsPostStartup()) { in DumpInfo()
1727 if (startup == false) { in DumpInfo()
1730 startup = false; in DumpInfo()
/art/cmdline/
Dcmdline_parser_test.cc273 log_verbosity.startup = true; in TEST_F()
Dcmdline_types.h651 log_verbosity.startup = true;
/art/runtime/gc/
Dheap.cc361 if (VLOG_IS_ON(heap) || VLOG_IS_ON(startup)) { in Heap()
754 if (VLOG_IS_ON(heap) || VLOG_IS_ON(startup)) { in Heap()
3939 if (VLOG_IS_ON(heap) || VLOG_IS_ON(startup)) { in CheckGCForNative()

12