Home
last modified time | relevance | path

Searched defs:artd (Results 1 – 11 of 11) 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
Dartd_main.cc28 auto artd = ndk::SharedRefBase::make<art::artd::Artd>(); in main() local
Dfile_utils.cc41 namespace artd { namespace
Dpath_utils.cc35 namespace artd { namespace
Dpath_utils_test.cc25 namespace artd { namespace
Dfile_utils_test.cc37 namespace artd { namespace
Dartd.cc80 namespace artd { namespace
Dartd_test.cc65 namespace artd { namespace
/art/libartservice/service/java/com/android/server/art/
DUtils.java201 public static boolean isInDalvikCache(@NonNull PackageState pkgState, @NonNull IArtd artd) in isInDalvikCache()
236 IArtd artd = IArtd.Stub.asInterface(ArtModuleServiceInitializer.getArtModuleServiceManager() in getArtd() local
387 public static Pair<ProfilePath, Boolean> getOrInitReferenceProfile(@NonNull IArtd artd, in getOrInitReferenceProfile()
417 public static ProfilePath initReferenceProfile(@NonNull IArtd artd, @NonNull String dexPath, in initReferenceProfile()
/art/libartservice/service/javatests/com/android/server/art/
DSecondaryDexopterTest.java320 private void checkDexoptWithPrivateProfile(IArtd artd, String dexPath, String isa, in checkDexoptWithPrivateProfile()
330 private void checkDexoptWithNoProfile(IArtd artd, String dexPath, String isa, in checkDexoptWithNoProfile()
DPrimaryDexopterTest.java625 private void checkDexoptWithProfile(IArtd artd, String dexPath, String isa, ProfilePath profile, in checkDexoptWithProfile()
637 IArtd artd, String dexPath, String isa, String compilerFilter) throws Exception { in checkDexoptWithNoProfile()