Searched refs:values (Results 26 - 50 of 59) sorted by relevance

123

/dalvik/hit/src/com/android/hit/
H A DClassObj.java151 public final void setStaticFieldValues(byte[] values) { argument
152 mStaticFieldValues = values;
/dalvik/dexgen/src/com/android/dexgen/dex/file/
H A DFieldIdsSection.java51 return fieldIds.values();
H A DMethodIdsSection.java51 return methodIds.values();
H A DProtoIdsSection.java51 return protoIds.values();
H A DTypeIdsSection.java51 return typeIds.values();
H A DClassDefsSection.java62 return classDefs.values();
/dalvik/dx/src/com/android/dx/dex/file/
H A DFieldIdsSection.java50 return fieldIds.values();
H A DMethodIdsSection.java50 return methodIds.values();
H A DProtoIdsSection.java50 return protoIds.values();
H A DTypeIdsSection.java54 return typeIds.values();
H A DClassDefsSection.java61 return classDefs.values();
/dalvik/vm/compiler/template/armv5te/
H A DTEMPLATE_INVOKE_METHOD_CHAIN.S35 @ Update "thread" values for the new method
H A DTEMPLATE_INVOKE_METHOD_NO_OPT.S42 @ Update "thread" values for the new method
/dalvik/vm/compiler/template/mips/
H A DTEMPLATE_INVOKE_METHOD_CHAIN.S43 # Update "thread" values for the new method
H A DTEMPLATE_INVOKE_METHOD_NO_OPT.S51 # Update "thread" values for the new method
/dalvik/dx/src/com/android/dx/cf/code/
H A DRopperMachine.java571 IntList values = cases.getValues();
572 insn = new SwitchInsn(rop, pos, dest, sources, values);
573 primarySuccessorIndex = values.size();
632 * all the constant values in a table.
/dalvik/vm/mterp/armv5te/
H A DOP_FILLED_NEW_ARRAY.S59 @ copy values from registers into the array
/dalvik/vm/mterp/mips/
H A DOP_FILLED_NEW_ARRAY.S62 # copy values from registers into the array
H A Dfooter.S412 * rPC, rFP, rSELF: the values that they should contain
425 * Restore PC, registers, and interpState to original values
431 jal dvmSelfVerificationRestoreState # restore pc and fp values
626 # Update state values for the new method
997 * values and start executing at the next instruction.
/dalvik/tests/004-annotations/src/android/test/anno/
H A DTestAnnotations.java22 for (Annotation a : sorted.values()) {
/dalvik/vm/arch/arm/
H A DCallEABI.S48 We receive a collection of 32-bit values which correspond to arguments from
92 * r3 argc (number of 32-bit values in argv)
203 @ Stick argv in r7 and advance it past the argv values that will be
272 @ and double-word values occupy different ranges; simple comparison
295 * values out to the stack. (We could pre-compute the size to save
/dalvik/vm/jdwp/
H A DJdwpHandler.cpp541 * Get values from static fields in a reference type.
723 * Set static class values.
729 u4 values = read4BE(&buf); local
731 ALOGV(" Req to set %d values in classId=%llx", values, classId);
733 for (u4 i = 0; i < values; i++) {
750 * values in the "variables" display.
872 * Get values from the fields of an object.
893 * Set values in the fields of an object.
1297 * Return the values fro
1327 u4 values = read4BE(&buf); local
[all...]
/dalvik/dexgen/src/com/android/dexgen/dex/code/
H A DRopTranslator.java761 ArrayList<Constant> values = insn.getInitValues();
769 new ArrayData(pos, lastAddress, values, cst);
/dalvik/dx/src/com/android/dx/dex/code/
H A DRopTranslator.java770 ArrayList<Constant> values = insn.getInitValues();
778 new ArrayData(pos, lastAddress, values, cst);
/dalvik/dx/src/com/android/dx/ssa/back/
H A DFirstFitLocalCombiningAllocator.java184 for (ArrayList<RegisterSpec> ssaRegs : localVariables.values()) {
245 for (ArrayList<RegisterSpec> specs : localVariables.values()) {

Completed in 1541 milliseconds

123