/dalvik/libdex/ |
DexOpcodes.h | 31 #include "DexFile.h" [all...] |
DexSwapVerify.cpp | 21 #include "DexFile.h" 77 const DexFile* pDexFile; // set after intraitem verification [all...] |
sha1.cpp | 97 #include "DexFile.h" // want common byte ordering def
|
/dalvik/vm/oo/ |
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...] |
/art/compiler/llvm/ |
gbc_expander.cc | [all...] |
/art/runtime/ |
dex_instruction.cc | 386 std::string Instruction::DumpString(const DexFile* file) const {
|
thread.h | 65 class DexFile;
|
debugger.cc | [all...] |
monitor.cc | 922 const DexFile::CodeItem* code_item = mh.GetCodeItem(); [all...] |
/art/runtime/mirror/ |
class.h | 90 // the DexFile, moving the status to kStatusIdx, indicating that the [all...] |
/dalvik/vm/compiler/codegen/x86/ |
Lower.cpp | 25 #include "libdex/DexFile.h"
|
LowerGetPut.cpp | 22 #include "libdex/DexFile.h"
|
LowerObject.cpp | 21 #include "libdex/DexFile.h"
|
CodegenInterface.cpp | 22 #include "libdex/DexFile.h" [all...] |
LowerJump.cpp | 23 #include "libdex/DexFile.h" [all...] |
/dalvik/vm/analysis/ |
RegisterMap.cpp | 706 DexFile* pDexFile = pDvmDex->pDexFile; 843 const void* dvmRegisterMapGetClassData(const DexFile* pDexFile, u4 classIdx, [all...] |
CodeVerify.cpp | [all...] |
/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...] |
classes_index_all.html | 221 <A HREF="dalvik.system.DexFile.html" class="hiddenlink" target="rightframe">DexFile</A><br> [all...] |
/frameworks/native/cmds/installd/ |
commands.c | 455 /* count the cached dexfile as code */ [all...] |
/cts/tools/dex-tools/dex/ |
classes0.out.dex | 3 Filename: DexFile [all...] |
/art/runtime/arch/arm/ |
quick_entrypoints_arm.S | 314 bl artHandleFillArrayDataFromCode @ (Array*, const DexFile::Payload*, Thread*, SP) [all...] |
/art/runtime/arch/mips/ |
quick_entrypoints_mips.S | 473 jal artHandleFillArrayDataFromCode # (Array*, const DexFile::Payload*, Thread*, $sp) [all...] |
/dalvik/vm/ |
CheckJni.cpp | 234 ALOGW(" (should be formed like 'dalvik/system/DexFile')"); 235 ALOGW(" or '[Ldalvik/system/DexFile;' or '[[B')"); [all...] |