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

/dalvik/dx/src/com/android/dx/dex/code/
H A DOutputFinisher.java221 * @param at {@code >= 0;} what index to insert at
222 * @param insn {@code non-null;} the instruction to insert
224 public void insert(int at, DalvInsn insn) { method in class:OutputFinisher
230 * Helper for {@link #add} and {@link #insert},
/dalvik/dx/src/com/android/dx/util/
H A DIntList.java228 * that index up one. May not be used to insert at an index beyond the
232 * @param n {@code >= 0, <=size();} index of where to insert
233 * @param value value to insert
235 public void insert(int n, int value) { method in class:IntList
/dalvik/vm/hprof/
H A DHprofOutput.c254 unsigned char *insert; local
265 insert = rec->body + rec->length;
267 U2_TO_BUF_BE(insert, 0, *values++);
268 insert += sizeof(*values);
284 unsigned char *insert; local
295 insert = rec->body + rec->length;
297 U4_TO_BUF_BE(insert, 0, *values++);
298 insert += sizeof(*values);
314 unsigned char *insert; local
325 insert
[all...]

Completed in 63 milliseconds