/art/test/1002-notify-startup/ |
D | info.txt | 1 Test that the startup completed callback works.
|
/art/test/1003-metadata-section-strings/ |
D | expected.txt | 5 After startup completed
|
D | run | 17 …piler-option --compiler-filter=speed-profile -Xcompiler-option --resolve-startup-const-strings=true
|
/art/test/1971-multi-force-early-return/src/art/ |
D | Test1971.java | 106 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/ |
D | Test925.java | 57 final CountDownLatch startup = new CountDownLatch(1); in doTest() local 60 startup.countDown(); in doTest() 67 startup.await(); in doTest()
|
/art/runtime/ |
D | native_bridge_art_interface.cc | 95 VLOG(startup) << "Runtime::Setup native bridge library: " in LoadNativeBridge() 102 VLOG(startup) << "Runtime::Pre-initialize native bridge"; in PreInitializeNativeBridge()
|
D | runtime.cc | 846 VLOG(startup) << "Runtime::Start entering"; in Start() 966 VLOG(startup) << "Runtime::Start exiting"; in Start() 1102 VLOG(startup) << "Runtime::StartDaemonThreads entering"; in StartDaemonThreads() 1117 VLOG(startup) << "Runtime::StartDaemonThreads exiting"; in StartDaemonThreads() 1231 VLOG(startup) << "Runtime::Init -verbose:startup enabled"; in Init() 1799 VLOG(startup) << "Runtime::Init exiting"; in Init() 1878 VLOG(startup) << "Runtime::InitNativeMethods entering"; in InitNativeMethods() 1927 VLOG(startup) << "Runtime::InitNativeMethods exiting"; in InitNativeMethods() 2959 VLOG(startup) << "NotifyStartupCompletedTask running"; in Run() 3010 VLOG(startup) << "Adding NotifyStartupCompleted task"; in NotifyStartupCompleted() [all …]
|
D | parsed_options_test.cc | 109 EXPECT_FALSE(VLOG_IS_ON(startup)); in TEST_F()
|
D | runtime_options.def | 183 // Switching this on adds ~500us to the startup on userdebug builds, or for
|
/art/tools/jvmti-agents/breakpoint-logger/ |
D | README.md | 29 that cannot be found using standard or bootstrap classloader at startup. 32 startup will cause the runtime to abort.
|
/art/runtime/jit/ |
D | profile_saver.cc | 326 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()
|
D | profile_saver.h | 97 void FetchAndCacheResolvedClassesAndMethods(bool startup) REQUIRES(!Locks::profiler_lock_);
|
/art/libartbase/base/ |
D | logging.h | 53 bool startup; member
|
/art/runtime/gc/space/ |
D | rosalloc_space.cc | 143 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()
|
D | dlmalloc_space.cc | 117 if (VLOG_IS_ON(heap) || VLOG_IS_ON(startup)) { in Create() 144 if (VLOG_IS_ON(heap) || VLOG_IS_ON(startup)) { in Create()
|
/art/runtime/interpreter/mterp/ |
D | README.txt | 38 exceed "handler-size", but the VM will abort on startup if it detects an 51 message and abort during startup.
|
/art/tools/ahat/ |
D | README.txt | 82 Improve startup performance, in some cases significantly. 90 Improve startup performance by roughly 25%.
|
/art/libprofile/profile/ |
D | profile_compilation_info_test.cc | 1382 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()
|
D | profile_compilation_info.cc | 1714 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/ |
D | cmdline_parser_test.cc | 274 log_verbosity.startup = true; in TEST_F()
|
D | cmdline_types.h | 617 log_verbosity.startup = true;
|
/art/openjdkjvmti/ |
D | OpenjdkJvmTi.cc | 1395 art::gLogVerbosity.startup = val; in SetVerboseFlag()
|
/art/test/ |
D | Android.bp | 594 "1002-notify-startup/startup_interface.cc",
|