Searched
full:dex (Results
301 -
325 of
633) sorted by null
<<11121314151617181920>>
/dalvik/vm/ |
DalvikVersion.h | 33 * this guarantees that the optimized form of the DEX file is regenerated.
|
Init.h | 38 * asked to optimize a DEX file holding fundamental classes.
|
/dalvik/vm/analysis/ |
DexVerify.h | 50 * Perform verification on all classes loaded from this DEX file. This
|
/dalvik/vm/mterp/armv5te/ |
OP_INVOKE_INTERFACE.S | 24 bl dvmFindInterfaceMethodInCache @ r0<- call(class, ref, method, dex)
|
/external/emma/ |
Android.mk | 6 # the custom dex'ed emma library ready to put on a device.
|
/build/core/ |
java.mk | 79 built_dex := $(intermediates.COMMON)/classes.dex 100 # We use intermediates.COMMON because the classes.jar/.dex files will be 124 built_dex := $(intermediates.COMMON)/classes.dex 130 # we have, because it's the most processed, but still hasn't had dex run on 255 # Override PRIVATE_INTERMEDIATES_DIR so that install-dex-debug 260 $(transform-classes.jar-to-dex) 262 $(install-dex-debug)
|
/dalvik/dx/src/com/android/dx/dex/code/ |
Dops.java | 17 package com.android.dx.dex.code; 19 import com.android.dx.dex.code.form.Form10t; 20 import com.android.dx.dex.code.form.Form10x; 21 import com.android.dx.dex.code.form.Form11n; 22 import com.android.dx.dex.code.form.Form11x; 23 import com.android.dx.dex.code.form.Form12x; 24 import com.android.dx.dex.code.form.Form20t; 25 import com.android.dx.dex.code.form.Form21c; 26 import com.android.dx.dex.code.form.Form21h; 27 import com.android.dx.dex.code.form.Form21s [all...] |
CodeAddress.java | 17 package com.android.dx.dex.code;
|
OddSpacer.java | 17 package com.android.dx.dex.code;
|
SimpleInsn.java | 17 package com.android.dx.dex.code;
|
ZeroSizeInsn.java | 17 package com.android.dx.dex.code;
|
/dalvik/dx/src/com/android/dx/dex/cf/ |
CfTranslator.java | 17 package com.android.dx.dex.cf; 27 import com.android.dx.dex.code.DalvCode; 28 import com.android.dx.dex.code.PositionList; 29 import com.android.dx.dex.code.RopTranslator; 30 import com.android.dx.dex.file.ClassDefItem; 31 import com.android.dx.dex.file.EncodedField; 32 import com.android.dx.dex.file.EncodedMethod; 346 * Helper that updates the dex statistics. 352 * Run rop->dex again on optimized vs. non-optimized method to
|
/dalvik/dx/src/com/android/dx/dex/file/ |
DebugInfoDecoder.java | 17 package com.android.dx.dex.file; 19 import com.android.dx.dex.code.DalvCode; 20 import com.android.dx.dex.code.DalvInsnList; 21 import com.android.dx.dex.code.LocalList; 22 import com.android.dx.dex.code.PositionList; 36 import static com.android.dx.dex.file.DebugInfoConstants.*; 39 * A decoder for the dex debug info state machine format. 65 /** dex file this debug info will be stored in */ 92 * @param file dex file this debug info will be stored in
|
FieldIdsSection.java | 17 package com.android.dx.dex.file; 28 * Field refs list section of a {@code .dex} file.
|
MethodIdsSection.java | 17 package com.android.dx.dex.file; 28 * Method refs list section of a {@code .dex} file.
|
ProtoIdsSection.java | 17 package com.android.dx.dex.file; 29 * {@code .dex} file.
|
UniformItemSection.java | 17 package com.android.dx.dex.file; 25 * A section of a {@code .dex} file which consists of a sequence of
|
/dalvik/dx/src/com/android/dx/rop/ |
package-info.java | 27 * the dex instruction set.<p> 136 * since the final dex instruction will always indicate a result register. 138 * during conversion to dex bytecode, an exception will be thrown. 160 * parameter assignments to align with the dex bytecode calling conventions. 162 * {@link com.android.dx.dex.code.RopTranslator} sees Rop {@code move-param} 163 * instructions as unnecessary in dex form and eliminates them.
|
/dalvik/libdex/ |
DexFile.c | 18 * Access the contents of a .dex file. 425 * DEX files. The overall impact on class loading performance seems 621 LOGV("+++ found OLD dex format\n"); 625 LOGV("+++ found NEW dex format\n"); 676 * reject this DEX so we'll regenerate it. Also, if we found an 691 * Parse an optimized or unoptimized .dex file sitting in memory. This is 704 LOGE("too short to be a valid .dex\n"); 725 LOGV("Good opt header, DEX offset is %d, flags=0x%02x\n", 754 LOGE("bad dex version (0x%02x %02x %02x %02x)\n", 761 * touching every byte in the DEX file. The base checksum changes afte [all...] |
/dalvik/tests/071-dexfile/src/ |
Main.java | 71 * Create a class loader, explicitly specifying the source DEX and 72 * the location for the optimized DEX.
|
/development/build/ |
Android.mk | 42 $(hide) (cd $(PRIVATE_CLASS_INTERMEDIATES_DIR) && rm -rf classes.dex META-INF) 49 # The real rules create a javalib.jar that contains a classes.dex file. This
|
/cts/tools/signature-tools/ |
sig | 47 exec java $javaOpts -classpath $libdir/signature-tools.jar:$libdir/dex-tools.jar:$libdir/stringtemplate.jar:$libdir/antlr-2.7.7.jar signature.Main "$@
|
/cts/tools/signature-tools/src/signature/converter/dex/ |
FieldPool.java | 17 package signature.converter.dex;
|
/cts/tools/signature-tools/test/signature/converter/ |
AllDexTests.java | 22 import signature.converter.dex.DexTestConverter;
|
/dalvik/docs/opcodes/ |
opcode-0d-move-exception.html | 51 the handlers defined for the method in the Dex file.
|
Completed in 222 milliseconds
<<11121314151617181920>>