/art/test/545-tracing-and-jit/src/ |
D | Main.java | 118 map.remove("foo"); in fillJit() 134 map.remove("foo"); in fillJit() 150 map.remove("foo"); in fillJit() 166 map.remove("foo"); in fillJit() 181 set.remove("foo"); in fillJit() 198 set.remove("foo"); in fillJit() 215 set.remove("foo"); in fillJit()
|
/art/compiler/utils/ |
D | assembler_test_base.h | 308 std::remove(data_name.c_str()); in DisassembleBinaries() 315 std::remove(data_name.c_str()); in DisassembleBinaries() 316 std::remove((data_name + ".dis").c_str()); in DisassembleBinaries() 317 std::remove(as_name.c_str()); in DisassembleBinaries() 324 std::remove(data_name.c_str()); in DisassembleBinaries() 325 std::remove(as_name.c_str()); in DisassembleBinaries() 326 std::remove((data_name + ".dis").c_str()); in DisassembleBinaries() 327 std::remove((as_name + ".dis").c_str()); in DisassembleBinaries() 441 std::remove((res->base_name + ".S").c_str()); in Clean() 442 std::remove((res->base_name + ".o").c_str()); in Clean() [all …]
|
/art/test/485-checker-dce-switch/ |
D | info.txt | 1 Tests that DCE can remove a packed switch.
|
/art/test/536-checker-needs-access-check/ |
D | info.txt | 1 Verifies that we don't remove type checks when we need to check for access rights.
|
/art/test/656-loop-deopt/ |
D | info.txt | 2 remove environment uses of HDeoptimize instructions.
|
/art/test/591-checker-regression-dead-loop/ |
D | info.txt | 1 Regression test for Optimizing's dead block elimination which used to remove
|
/art/test/521-checker-array-set-null/ |
D | info.txt | 2 optimizations to remove type checks on array set operations work.
|
/art/test/608-checker-unresolved-lse/ |
D | info.txt | 2 which used to wrongly remove field stores in the presence of
|
/art/test/481-regression-phi-cond/ |
D | info.txt | 2 to remove a Phi from the wrong instruction list.
|
/art/test/305-other-fault-handler/ |
D | info.txt | 3 Tests that we can use and remove these handlers and they can change mappings.
|
/art/test/473-remove-dead-block/ |
D | info.txt | 2 Removing from predecessors require remove successor otherwise
|
/art/test/671-npe-field-opts/ |
D | info.txt | 2 re-order or remove field access in a way that would confuse the runtime
|
/art/test/435-new-instance/ |
D | info.txt | 6 This also verifies that we don't remove dead (code) new-instances which may
|
/art/test/168-vmstack-annotated/src/ |
D | Main.java | 51 Object lockObject = l.remove(0); in step() 52 CyclicBarrier barrierObject = b.remove(0); in step() 75 Object lockObject2 = l.remove(0); in step() 76 CyclicBarrier barrierObject2 = b.remove(0); in step()
|
/art/tools/ahat/src/main/com/android/ahat/dominators/ |
D | Dominators.java | 233 public void remove(NodeS nodeS) { in remove() method in Dominators.NodeSet 236 remove(i); in remove() 242 public void remove(int index) { in remove() method in Dominators.NodeSet 371 dstS.domS.dominated.remove(dstS); in computeDominators() 419 oldDomS.dominated.remove(i--); in computeDominators()
|
/art/test/590-checker-arr-set-null-regression/ |
D | info.txt | 9 but used to forget to remove the "need for a type check" bit in the
|
/art/test/2005-pause-all-redefine-multithreaded/src/art/ |
D | Test2005.java | 175 thread_set.remove(Thread.currentThread()); in doRedefinition() 179 thread_set.remove(null); in doRedefinition()
|
/art/test/062-character-encodings/src/ |
D | Main.java | 21 needed.remove(canonicalName); in main()
|
/art/test/435-try-finally-without-catch/ |
D | info.txt | 22 improperly tried to remove its (their) instructions, sometimes 24 assertions. The optimizing compiler was thus adjusted to remove these
|
/art/test/986-native-method-bind/src/art/ |
D | Test986.java | 42 SymbolMap.remove(method); in removeNativeTransform()
|
/art/dex2oat/linker/ |
D | relative_patcher_test.h | 263 size_t remove = diff_indicator_str.length() / 3 - 5; in DumpDiff() local 265 oss << "[stripped " << remove << "]"; in DumpDiff() 267 expected_hex_str.replace(0u, remove * 3u, replacement); in DumpDiff() 268 linked_hex_str.replace(0u, remove * 3u, replacement); in DumpDiff() 269 diff_indicator_str.replace(0u, remove * 3u, replacement); in DumpDiff()
|
/art/test/925-threadgroups/src/art/ |
D | Test925.java | 105 it.remove(); in checkChildren() 132 it.remove(); in waitGroupChildren()
|
/art/test/004-NativeAllocations/src-art/ |
D | Main.java | 71 if (queue.remove(MAX_EXPECTED_GC_DURATION_MS) == null) { in checkRegisterNativeAllocation()
|
/art/libnativebridge/ |
D | Android.bp | 45 // TODO(jiyong): remove this line after aosp/885921 lands
|
/art/cmdline/ |
D | token_range.h | 396 bool remove = false; in RemoveIf() local 401 remove = true; in RemoveIf() 407 if (remove) { in RemoveIf()
|