Searched defs:dexFile (Results 1 – 9 of 9) sorted by relevance
/art/artd/binder/com/android/server/art/ |
D | IArtd.aidl | 43 com.android.server.art.GetDexoptStatusResult getDexoptStatus( in getDexoptStatus() 53 @utf8InCpp String dexFile); in isProfileUsable() 64 inout com.android.server.art.OutputProfile dst, @utf8InCpp String dexFile); in copyAndRewriteProfile() 73 inout com.android.server.art.OutputProfile dst, @utf8InCpp String dexFile); in copyAndRewriteEmbeddedProfile() 134 com.android.server.art.FileVisibility getDexFileVisibility(@utf8InCpp String dexFile); in getDexFileVisibility() 150 com.android.server.art.GetDexoptNeededResult getDexoptNeeded( in getDexoptNeeded() 162 @utf8InCpp String dexFile, @utf8InCpp String instructionSet, in dexopt() 209 boolean isInDalvikCache(@utf8InCpp String dexFile); in isInDalvikCache() 318 @nullable @utf8InCpp String validateDexPath(@utf8InCpp String dexFile); in validateDexPath() 321 @nullable @utf8InCpp String validateClassLoaderContext( in validateClassLoaderContext()
|
/art/test/833-background-verification/src-art/ |
D | Main.java | 41 public UnknownLoader(String dexFile) { in UnknownLoader()
|
/art/test/071-dexfile-get-static-size/src/ |
D | Main.java | 28 Object dexFile = DexFile_loadDex.invoke(null, filename, null, 0); in getDexFileSize() local
|
/art/test/496-checker-inlining-class-loader/src/ |
D | Main.java | 42 Object dexFile = f.get(element); in MyClassLoader() local
|
/art/test/071-dexfile/src/ |
D | Main.java | 102 Object dexFile = DexFile_loadDex.invoke(null, CLASS_PATH, null, 0); in testDexFile() local
|
/art/test/087-gc-after-link/src/ |
D | Main.java | 72 Object dexFile = null; in findDexClass() local
|
/art/test/071-dexfile-map-clean/src/ |
D | Main.java | 120 Object dexFile = DexFile_loadDex.invoke(null, CLASS_PATH, null, 0); in testDexFile() local
|
/art/libartservice/service/java/com/android/server/art/ |
D | DexUseManagerLocal.java | 645 @NonNull String owningPackageName, @NonNull String dexFile, @NonNull DexLoader loader) { in getSecondaryClassLoaderContext() 719 String dexFile = entry.getKey(); in cleanupPrimaryDexUsesLocked() local 755 String dexFile = entry.getKey(); in cleanupSecondaryDexUsesLocked() local 950 String dexFile = Utils.assertNonEmpty(secondaryProto.getDexFile()); in fromProto() local
|
/art/runtime/native/ |
D | dalvik_system_DexFile.cc | 476 jobject dexFile) { in DexFile_defineClassNative()
|