Home
last modified time | relevance | path

Searched defs:artd (Results 1 – 16 of 16) sorted by relevance

/art/artd/
DREADME.md1 ## artd section
12 artd can be controlled by the system properties listed below. Note that the list argument
20 artd can be run in Pre-reboot mode through the `--pre-reboot` flag. The argument
Dartd_main.cc26 namespace artd { namespace
62 auto artd = ndk::SharedRefBase::make<art::artd::Artd>(std::move(options)); in main() local
Dartd_fuzzer.cc26 auto artd = SharedRefBase::make<Artd>(art::artd::Options()); in LLVMFuzzerTestOneInput() local
Dfile_utils.cc42 namespace artd { namespace
Dpath_utils.cc37 namespace artd { namespace
Dpath_utils_test.cc26 namespace artd { namespace
Dfile_utils_test.cc37 namespace artd { namespace
Dartd.cc98 namespace artd { namespace
Dartd_test.cc81 namespace artd { namespace
/art/libartservice/service/java/com/android/server/art/prereboot/
DPreRebootGlobalInjector.java81 IArtd artd = IArtd.Stub.asInterface( in getArtdNoInit() local
94 IArtd artd = getArtdNoInit(); in initArtd() local
115 IArtd artd = getArtdNoInit(); in getArtd() local
/art/libartservice/service/java/com/android/server/art/
DGlobalInjector.java97 IArtd artd = in getArtd() local
DArtdRefCache.java98 IArtd artd = mInjector.getArtd(); in getArtd() local
DUtils.java224 public static boolean isInDalvikCache(@NonNull PackageState pkgState, @NonNull IArtd artd) in isInDalvikCache()
401 public static InitProfileResult getOrInitReferenceProfile(@NonNull IArtd artd, in getOrInitReferenceProfile()
430 public static InitProfileResult initReferenceProfile(@NonNull IArtd artd, in initReferenceProfile()
DArtManagerLocal.java1053 IArtd artd = mInjector.getArtd(); in getArtManagedFileStats() local
/art/libartservice/service/javatests/com/android/server/art/
DSecondaryDexopterTest.java329 private void checkDexoptWithPrivateProfile(IArtd artd, String dexPath, String isa, in checkDexoptWithPrivateProfile()
339 private void checkDexoptWithNoProfile(IArtd artd, String dexPath, String isa, in checkDexoptWithNoProfile()
DPrimaryDexopterTest.java998 private void checkDexoptWithProfile(IArtd artd, String dexPath, String isa, ProfilePath profile, in checkDexoptWithProfile()
1008 IArtd artd, String dexPath, String isa, String compilerFilter) throws Exception { in checkDexoptWithNoProfile()