Searched refs:ensureCapacity (Results 1 - 9 of 9) sorted by relevance

/dalvik/dx/src/com/android/dx/ssa/back/
H A DInterferenceGraph.java65 ensureCapacity(Math.max(regV, regW) + 1);
104 private void ensureCapacity(int size) { method in class:InterferenceGraph
107 interference.ensureCapacity(size);
/dalvik/dexgen/src/com/android/dexgen/util/
H A DBitIntSet.java40 ensureCapacity(value);
49 private void ensureCapacity(int value) { method in class:BitIntSet
74 ensureCapacity(Bits.getMax(o.bits) + 1);
81 ensureCapacity(o.ints.get(sz - 1));
H A DByteArrayAnnotatedOutput.java153 ensureCapacity(end);
169 ensureCapacity(end);
186 ensureCapacity(end);
205 ensureCapacity(end);
269 ensureCapacity(end);
293 ensureCapacity(end);
317 ensureCapacity(end);
342 ensureCapacity(end);
543 private void ensureCapacity(int desiredSize) { method in class:ByteArrayAnnotatedOutput
/dalvik/dx/src/com/android/dx/util/
H A DBitIntSet.java40 ensureCapacity(value);
49 private void ensureCapacity(int value) { method in class:BitIntSet
74 ensureCapacity(Bits.getMax(o.bits) + 1);
81 ensureCapacity(o.ints.get(sz - 1));
H A DByteArrayAnnotatedOutput.java162 ensureCapacity(end);
178 ensureCapacity(end);
195 ensureCapacity(end);
214 ensureCapacity(end);
238 ensureCapacity(cursor + 5); // pessimistic
248 ensureCapacity(cursor + 5); // pessimistic
262 ensureCapacity(end);
286 ensureCapacity(end);
310 ensureCapacity(end);
335 ensureCapacity(en
536 private void ensureCapacity(int desiredSize) { method in class:ByteArrayAnnotatedOutput
[all...]
/dalvik/dx/src/com/android/dx/ssa/
H A DInterferenceRegisterMapper.java121 newRegInterference.ensureCapacity(newReg + 1);
H A DSsaRenamer.java230 ssaRegToLocalItems.ensureCapacity(reg + 1);
H A DSsaBasicBlock.java152 result.insns.ensureCapacity(ropInsns.size());
/dalvik/dx/src/com/android/dx/io/
H A DDexBuffer.java541 private void ensureCapacity(int size) { method in class:DexBuffer.Section
565 ensureCapacity(bytes.length);
571 ensureCapacity(1);
576 ensureCapacity(2);
597 ensureCapacity(4);
608 ensureCapacity(0);
617 ensureCapacity(0);

Completed in 800 milliseconds