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

/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/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/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/io/
H A DDexBuffer.java580 private void ensureCapacity(int size) { method in class:DexBuffer.Section
590 ensureCapacity(count);
612 ensureCapacity(bytes.length);
618 ensureCapacity(1);
623 ensureCapacity(2);
644 ensureCapacity(4);
655 ensureCapacity(0);
668 ensureCapacity(0);

Completed in 1075 milliseconds