Searched refs:formats (Results 1 – 5 of 5) sorted by relevance
348 InsnFormat[] formats = makeFormatsArray(); in finishProcessingAndGetList() local349 reserveRegisters(formats); in finishProcessingAndGetList()350 massageInstructions(formats); in finishProcessingAndGetList()384 private void reserveRegisters(InsnFormat[] formats) { in reserveRegisters() argument392 int newReservedCount = calculateReservedCount(formats); in reserveRegisters()434 private int calculateReservedCount(InsnFormat[] formats) { in calculateReservedCount() argument447 InsnFormat originalFormat = formats[i]; in calculateReservedCount()465 formats[i] = newFormat; in calculateReservedCount()532 private void massageInstructions(InsnFormat[] formats) { in massageInstructions() argument546 InsnFormat format = formats[i]; in massageInstructions()[all …]
115 u1* formats; /* InstructionFormat elements */ member178 return (InstructionFormat) gDexOpcodeInfo.formats[opcode]; in dexGetFormatFromOpcode()
16 Notes on updating the sets of defined opcodes and instruction formats51 If you want to add, delete, or change instruction formats:
20 # series of instruction formats that all take (potentially) compatible22 # preferable) of formats, when more than one opcode could be used for26 # three- register formats. This is because some of the two-register30 # Regular formats43 # Optimized formats
343 formats[parts[1]] = line;