Searched refs:remove (Results 26 - 48 of 48) sorted by relevance

12

/dalvik/hit/src/com/android/hit/
H A DQueries.java93 iter.remove();
/dalvik/dx/src/com/android/dx/cf/code/
H A DRopper.java517 * remove those too. Such blocks are (possibly indirect)
553 result.remove(idx);
554 resultSubroutines.remove(idx);
570 * @param idx {@code non-null;} block to remove (etc.)
578 result.remove(idx);
579 resultSubroutines.remove(idx);
1292 // Now find the blocks that aren't reachable and remove them
1318 result.remove(i);
1320 //resultSubroutines.remove(i);
/dalvik/dexgen/src/com/android/dexgen/rop/code/
H A DRegisterSpecSet.java241 * @param toRemove {@code non-null;} register to remove.
243 public void remove(RegisterSpec toRemove) { method in class:RegisterSpecSet
/dalvik/dx/junit-tests/com/android/dx/util/
H A DBitIntSetTest.java87 set.remove(0);
/dalvik/dx/src/com/android/dx/rop/code/
H A DRegisterSpecSet.java240 * @param toRemove {@code non-null;} register to remove.
242 public void remove(RegisterSpec toRemove) { method in class:RegisterSpecSet
/dalvik/dx/src/com/android/dx/ssa/
H A DEscapeAnalysis.java187 * @param oldNode {@code non-null;} the EscapeSet to remove all links from
191 e.childSets.remove(oldNode);
196 e.parentSets.remove(oldNode);
331 RegisterSpec def = regWorklist.remove(listSize);
373 latticeValues.remove(setIndex);
518 // Propagate and remove extra moves added by scalar replacement
H A DSsaConverter.java221 block.getInsns().remove(0);
H A DSsaRenamer.java392 insns.remove(i);
H A DSsaBasicBlock.java524 * @param oldIndex index of successor block to remove
929 insns.remove(movesFromPhisAtBeginning);
/dalvik/vm/
H A DIndirectRefTable.cpp205 * specified by the cookie, we don't remove anything. This is the behavior
213 bool IndirectRefTable::remove(u4 cookie, IndirectRef iref) function in class:IndirectRefTable
230 ALOGV("Attempt to remove index outside index area (%ud vs %ud-%ud)",
236 ALOGD("Attempt to remove invalid index %ud (bottom=%ud top=%ud)",
241 ALOGD("Attempt to remove cleared %s reference %p",
247 ALOGD("Attempt to remove stale %s reference %p",
H A DJni.cpp419 if (!pRefTable->remove(cookie, jobj)) {
434 * We may add the same object more than once. Add/remove calls are paired,
543 if (!table->remove(IRT_FIRST_SEGMENT, jobj)) {
561 if (!gDvm.jniGlobalRefTable.remove(IRT_FIRST_SEGMENT, jobj)) {
2948 gDvm.nonDaemonThreadCount--; // remove current thread from count
/dalvik/dexgen/src/com/android/dexgen/util/
H A DByteArrayAnnotatedOutput.java462 annotations.remove(asz - 1);
/dalvik/dx/src/com/android/dx/util/
H A DByteArrayAnnotatedOutput.java455 annotations.remove(asz - 1);
/dalvik/dexgen/src/com/android/dexgen/dex/file/
H A DDebugInfoDecoder.java512 decodedLocals.remove(j);
/dalvik/dx/src/com/android/dx/dex/file/
H A DDebugInfoDecoder.java506 decodedLocals.remove(j);
/dalvik/dx/src/com/android/dx/io/
H A DDexBuffer.java274 public void remove() {
/dalvik/dx/src/com/android/dx/command/dexer/
H A DMain.java683 outputResources.remove(MANIFEST_NAME);
/dalvik/vm/mterp/armv5te/
H A Dfooter.S731 add sp, sp, #8 @ remove arg area
/dalvik/tools/dmtracedump/
H A DTraceDump.c1687 remove(path);
/dalvik/vm/mterp/out/
H A DInterpAsm-armv5te-vfp.S16375 add sp, sp, #8 @ remove arg area
H A DInterpAsm-armv7-a-neon.S16312 add sp, sp, #8 @ remove arg area
H A DInterpAsm-armv7-a.S16312 add sp, sp, #8 @ remove arg area
H A DInterpAsm-armv5te.S16833 add sp, sp, #8 @ remove arg area

Completed in 3248 milliseconds

12