/dalvik/libdex/ |
ZipArchive.h | 24 #include "DexFile.h" // need DEX_INLINE
|
SysUtil.cpp | 20 #include "DexFile.h"
|
DexSwapVerify.cpp | 21 #include "DexFile.h" 77 const DexFile* pDexFile; // set after intraitem verification [all...] |
DexOpcodes.h | 31 #include "DexFile.h" [all...] |
sha1.cpp | 97 #include "DexFile.h" // want common byte ordering def
|
/dalvik/vm/native/ |
InternalNative.cpp | 52 { "Ldalvik/system/DexFile;", dvm_dalvik_system_DexFile, 0 },
|
/dalvik/vm/oo/ |
Object.h | 366 /* DexFile from which we came; needed to resolve constant pool entries */ 520 * TODO: This currently must specify the DexFile as well as the proto_ids 521 * index, because generated Proxy classes don't have a DexFile. We can 522 * remove the DexFile* and reduce the size of this struct if we generate
|
Class.h | 47 void* ptr; /* JarFile* or DexFile* */
|
Resolve.cpp | 46 * We cache a copy of the lookup in the DexFile's "resolved class" table, 169 * We use "referrer" to find the DexFile with the constant pool that 438 * Resolve a static field reference. The DexFile format doesn't distinguish
|
Class.cpp | 128 We can verify that it's either (loader==null && dexFile==a_boot_dex) 129 or (loader==UserLoader && dexFile==AppClass.dexFile). Classes from [all...] |
/sdk/emulator/qtools/ |
trace_reader.h | 246 void PopulateSymbolsFromDexFile(const DexFileList *dexfile, 1278 DexFileList *dexfile = dex_hash_->Find(event->path); local [all...] |
/dalvik/dx/src/com/android/dx/command/dexer/ |
Main.java | 32 import com.android.dx.dex.file.DexFile; 139 private static DexFile outputDex; 232 // Effectively free up the (often massive) DexFile memory. 304 * Constructs the output {@link DexFile}, fill it in with all the 310 outputDex = new DexFile(args.dexOptions); 776 private static void dumpMethod(DexFile dex, String fqName, [all...] |
/dalvik/vm/analysis/ |
RegisterMap.h | 193 const void* dvmRegisterMapGetClassData(const DexFile* pDexFile, u4 classIdx,
|
RegisterMap.cpp | 704 DexFile* pDexFile = pDvmDex->pDexFile; 841 const void* dvmRegisterMapGetClassData(const DexFile* pDexFile, u4 classIdx, [all...] |
CodeVerify.cpp | [all...] |
/cts/tools/dasm/src/dasm/ |
DAsm.java | 34 import com.android.dx.dex.file.DexFile; 89 DexFile dexFile; 332 dexFile.add(classDef); [all...] |
/dalvik/dexgen/src/com/android/dexgen/dex/file/ |
DebugInfoEncoder.java | 65 private final DexFile file; 109 DexFile file, int codeSize, int regSize,
|
DexFile.java | 43 public final class DexFile { 106 public DexFile() {
|
/dalvik/dx/src/com/android/dx/dex/file/ |
DebugInfoEncoder.java | 65 private final DexFile file; 109 DexFile file, int codeSize, int regSize,
|
DexFile.java | 45 public final class DexFile { 111 public DexFile(DexOptions dexOptions) {
|
/frameworks/base/cmds/installd/ |
commands.c | 322 /* count the cached dexfile as code */
|
/frameworks/base/docs/html/sdk/api_diff/3/changes/ |
jdiff_statistics.html | 797 <TD><A HREF="dalvik.system.DexFile.html"> 798 dalvik.system.DexFile</A></TD> [all...] |
alldiffs_index_changes.html | 409 <!-- Class DexFile --> 410 <A HREF="dalvik.system.DexFile.html" class="hiddenlink" target="rightframe">DexFile</A><br> [all...] |
/cts/tools/dex-tools/dex/ |
classes0.out.dex | 3 Filename: DexFile [all...] |
/dalvik/vm/ |
CheckJni.cpp | 234 LOGW(" (should be formed like 'dalvik/system/DexFile')"); 235 LOGW(" or '[Ldalvik/system/DexFile;' or '[[B')"); [all...] |