Searched defs:artd (Results  1 – 11 of 11) sorted by relevance
| /art/artd/ | 
| D | README.md | 1 ## artd  section 12 artd can be controlled by the system properties listed below. Note that the list  argument
  | 
| D | artd_main.cc | 28   auto artd = ndk::SharedRefBase::make<art::artd::Artd>();  in main()  local
  | 
| D | file_utils.cc | 41 namespace artd {  namespace
  | 
| D | path_utils.cc | 35 namespace artd {  namespace
  | 
| D | path_utils_test.cc | 25 namespace artd {  namespace
  | 
| D | file_utils_test.cc | 37 namespace artd {  namespace
  | 
| D | artd.cc | 80 namespace artd {  namespace
  | 
| D | artd_test.cc | 65 namespace artd {  namespace
  | 
| /art/libartservice/service/java/com/android/server/art/ | 
| D | Utils.java | 201     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/ | 
| D | SecondaryDexopterTest.java | 320     private void checkDexoptWithPrivateProfile(IArtd artd, String dexPath, String isa,  in checkDexoptWithPrivateProfile() 330     private void checkDexoptWithNoProfile(IArtd artd, String dexPath, String isa,  in checkDexoptWithNoProfile()
  | 
| D | PrimaryDexopterTest.java | 625     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()
  |