Home
last modified time | relevance | path

Searched defs:dexFile (Results 1 – 9 of 9) sorted by relevance

/art/artd/binder/com/android/server/art/
DIArtd.aidl43 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/
DMain.java41 public UnknownLoader(String dexFile) { in UnknownLoader()
/art/test/071-dexfile-get-static-size/src/
DMain.java28 Object dexFile = DexFile_loadDex.invoke(null, filename, null, 0); in getDexFileSize() local
/art/test/496-checker-inlining-class-loader/src/
DMain.java42 Object dexFile = f.get(element); in MyClassLoader() local
/art/test/071-dexfile/src/
DMain.java102 Object dexFile = DexFile_loadDex.invoke(null, CLASS_PATH, null, 0); in testDexFile() local
/art/test/087-gc-after-link/src/
DMain.java72 Object dexFile = null; in findDexClass() local
/art/test/071-dexfile-map-clean/src/
DMain.java120 Object dexFile = DexFile_loadDex.invoke(null, CLASS_PATH, null, 0); in testDexFile() local
/art/libartservice/service/java/com/android/server/art/
DDexUseManagerLocal.java645 @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/
Ddalvik_system_DexFile.cc476 jobject dexFile) { in DexFile_defineClassNative()