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

/dalvik/dx/src/com/android/dx/dex/code/
H A DOutputFinisher.java371 Dop[] opcodes = makeOpcodesArray();
372 reserveRegisters(opcodes);
374 align64bits(opcodes);
376 massageInstructions(opcodes);
388 * @return {@code non-null;} the array of opcodes
404 * them. It also updates the given {@code opcodes} array so
408 * @param opcodes {@code non-null;} array of per-instruction
412 private boolean reserveRegisters(Dop[] opcodes) { argument
421 int newReservedCount = calculateReservedCount(opcodes);
461 * {@code opcodes} lis
468 calculateReservedCount(Dop[] opcodes) argument
582 massageInstructions(Dop[] opcodes) argument
622 performExpansion(Dop[] opcodes) argument
801 align64bits(Dop[] opcodes) argument
[all...]

Completed in 3 milliseconds