Searched defs:dexFile (Results  1 – 9 of 9) sorted by relevance
| /art/artd/binder/com/android/server/art/ | 
| D | IArtd.aidl | 36     com.android.server.art.GetDexoptStatusResult getDexoptStatus(  in getDexoptStatus()46             @utf8InCpp String dexFile);  in isProfileUsable()
 56             inout com.android.server.art.OutputProfile dst, @utf8InCpp String dexFile);  in copyAndRewriteProfile()
 117     com.android.server.art.FileVisibility getDexFileVisibility(@utf8InCpp String dexFile);  in getDexFileVisibility()
 133     com.android.server.art.GetDexoptNeededResult getDexoptNeeded(  in getDexoptNeeded()
 145             @utf8InCpp String dexFile, @utf8InCpp String instructionSet,  in dexopt()
 178     boolean isIncrementalFsPath(@utf8InCpp String dexFile);  in isIncrementalFsPath()
 
 | 
| /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/071-dexfile-map-clean/src/ | 
| D | Main.java | 120         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/libartservice/service/java/com/android/server/art/ | 
| D | DexUseManagerLocal.java | 621             @NonNull String owningPackageName, @NonNull String dexFile, @NonNull DexLoader loader) {  in getSecondaryClassLoaderContext()695             String dexFile = entry.getKey();  in cleanupPrimaryDexUsesLocked()  local
 731             String dexFile = entry.getKey();  in cleanupSecondaryDexUsesLocked()  local
 
 | 
| /art/runtime/native/ | 
| D | dalvik_system_DexFile.cc | 476                                         jobject dexFile) {  in DexFile_defineClassNative()
 |