Searched defs:formats (Results 1 - 2 of 2) sorted by relevance

/dalvik/dexgen/src/com/android/dexgen/dex/code/
H A DOutputFinisher.java348 InsnFormat[] formats = makeFormatsArray();
349 reserveRegisters(formats);
350 massageInstructions(formats);
362 * @return {@code non-null;} the array of formats
378 * them. It also updates the given {@code formats} array so
382 * @param formats {@code non-null;} array of per-instruction format selections
384 private void reserveRegisters(InsnFormat[] formats) { argument
392 int newReservedCount = calculateReservedCount(formats);
428 * {@code formats} list to help avoid extra work in future
431 * @param formats {
434 calculateReservedCount(InsnFormat[] formats) argument
532 massageInstructions(InsnFormat[] formats) argument
572 performExpansion(InsnFormat[] formats) argument
[all...]
/dalvik/libdex/
H A DInstrUtils.h27 * Possible instruction formats associated with Dalvik opcodes.
30 * opcodes and instruction formats.
68 * formats include such an indexed reference (e.g., 21c and 35c).
115 u1* formats; /* InstructionFormat elements */ member in struct:InstructionInfoTables
178 return (InstructionFormat) gDexOpcodeInfo.formats[opcode];

Completed in 157 milliseconds