Searched refs:calculateReservedCount (Results 1 - 2 of 2) sorted by relevance

/dalvik/dexgen/src/com/android/dexgen/dex/code/
H A DOutputFinisher.java388 * Call calculateReservedCount() and then perform register
392 int newReservedCount = calculateReservedCount(formats);
434 private int calculateReservedCount(InsnFormat[] formats) { method in class:OutputFinisher
/dalvik/dx/src/com/android/dx/dex/code/
H A DOutputFinisher.java399 * Call calculateReservedCount() and then perform register
403 int newReservedCount = calculateReservedCount(opcodes);
446 private int calculateReservedCount(Dop[] opcodes) { method in class:OutputFinisher

Completed in 53 milliseconds