/dalvik/dx/src/com/android/dx/dex/file/ |
MixedItemSection.java | 87 public MixedItemSection(String name, DexFile file, int alignment, 263 DexFile file = getFile(); 333 DexFile file = getFile();
|
DebugInfoDecoder.java | 77 private final DexFile file; 106 boolean isStatic, CstMethodRef ref, DexFile file) { 428 public static void validateEncode(byte[] info, DexFile file, 451 DexFile file, PositionList pl, LocalList ll) {
|
FieldIdsSection.java | 42 public FieldIdsSection(DexFile file) {
|
MethodIdsSection.java | 42 public MethodIdsSection(DexFile file) {
|
ProtoIdsSection.java | 41 public ProtoIdsSection(DexFile file) {
|
/external/dexmaker/src/dx/java/com/android/dx/dex/file/ |
MixedItemSection.java | 88 public MixedItemSection(String name, DexFile file, int alignment, 264 DexFile file = getFile(); 334 DexFile file = getFile();
|
DebugInfoDecoder.java | 67 private final DexFile file; 96 boolean isStatic, CstMethodRef ref, DexFile file) { 418 public static void validateEncode(byte[] info, DexFile file, 441 DexFile file, PositionList pl, LocalList ll) {
|
FieldIdsSection.java | 42 public FieldIdsSection(DexFile file) {
|
MethodIdsSection.java | 42 public MethodIdsSection(DexFile file) {
|
ProtoIdsSection.java | 42 public ProtoIdsSection(DexFile file) {
|
/art/compiler/sea_ir/types/ |
type_inference.h | 84 const art::DexFile* dex_file_;
|
/art/runtime/gc/space/ |
image_space.h | 84 // image's OatFile is up-to-date relative to its DexFile
|
/art/test/StackWalk/ |
stack_walk_jni.cc | 59 CHECK_EQ(GetDexPc(), DexFile::kDexNoIndex);
|
/dalvik/dexgen/src/com/android/dexgen/dex/file/ |
DebugInfoDecoder.java | 66 private final DexFile file; 95 boolean isStatic, CstMethodRef ref, DexFile file) { 424 public static void validateEncode(byte[] info, DexFile file, 447 DexFile file, PositionList pl, LocalList ll) {
|
FieldIdsSection.java | 42 public FieldIdsSection(DexFile file) {
|
MethodIdsSection.java | 42 public MethodIdsSection(DexFile file) {
|
ProtoIdsSection.java | 42 public ProtoIdsSection(DexFile file) {
|
/dalvik/libdex/ |
DexCatch.h | 24 #include "DexFile.h"
|
DexOptData.cpp | 49 bool dexParseOptData(const u1* data, size_t length, DexFile* pDexFile)
|
/dalvik/tests/071-dexfile/src/ |
Main.java | 22 * DexFile tests (Dalvik-specific).
|
/dalvik/vm/compiler/codegen/x86/ |
LowerMove.cpp | 22 #include "libdex/DexFile.h"
|
/dalvik/vm/native/ |
InternalNativePriv.h | 78 * dvmHashTableFree callback for some DexFile operations.
|
/sdk/eclipse/plugins/com.android.ide.eclipse.adt/src/com/android/ide/eclipse/adt/internal/project/ |
ExportHelper.java | 184 File dexFile = File.createTempFile(TEMP_PREFIX, SdkConstants.DOT_DEX); 185 dexFile.deleteOnExit(); 280 helper.executeDx(javaProject, dxInput, dexFile.getAbsolutePath()); 286 dexFile.getAbsolutePath(),
|
/art/runtime/arch/arm/ |
entrypoints_init_arm.cc | 27 const DexFile::CodeItem* code_item, 30 const DexFile::CodeItem* code_item,
|
/art/runtime/arch/mips/ |
entrypoints_init_mips.cc | 26 const DexFile::CodeItem* code_item, 29 const DexFile::CodeItem* code_item,
|