Home
last modified time | relevance | path

Searched refs:formats (Results 1 – 5 of 5) sorted by relevance

/dalvik/dexgen/src/com/android/dexgen/dex/code/
DOutputFinisher.java348 InsnFormat[] formats = makeFormatsArray(); in finishProcessingAndGetList() local
349 reserveRegisters(formats); in finishProcessingAndGetList()
350 massageInstructions(formats); in finishProcessingAndGetList()
384 private void reserveRegisters(InsnFormat[] formats) { in reserveRegisters() argument
392 int newReservedCount = calculateReservedCount(formats); in reserveRegisters()
434 private int calculateReservedCount(InsnFormat[] formats) { in calculateReservedCount() argument
447 InsnFormat originalFormat = formats[i]; in calculateReservedCount()
465 formats[i] = newFormat; in calculateReservedCount()
532 private void massageInstructions(InsnFormat[] formats) { in massageInstructions() argument
546 InsnFormat format = formats[i]; in massageInstructions()
[all …]
/dalvik/libdex/
DInstrUtils.h115 u1* formats; /* InstructionFormat elements */ member
178 return (InstructionFormat) gDexOpcodeInfo.formats[opcode]; in dexGetFormatFromOpcode()
/dalvik/opcode-gen/
DREADME.txt16 Notes on updating the sets of defined opcodes and instruction formats
51 If you want to add, delete, or change instruction formats:
Dbytecode.txt20 # series of instruction formats that all take (potentially) compatible
22 # preferable) of formats, when more than one opcode could be used for
26 # three- register formats. This is because some of the two-register
30 # Regular formats
43 # Optimized formats
Dopcode-gen.awk343 formats[parts[1]] = line;