Home
last modified time | relevance | path

Searched refs:remove (Results 1 – 25 of 69) sorted by relevance

123

/art/test/545-tracing-and-jit/src/
DMain.java118 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/
Dassembler_test_base.h308 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/
Dinfo.txt1 Tests that DCE can remove a packed switch.
/art/test/536-checker-needs-access-check/
Dinfo.txt1 Verifies that we don't remove type checks when we need to check for access rights.
/art/test/656-loop-deopt/
Dinfo.txt2 remove environment uses of HDeoptimize instructions.
/art/test/591-checker-regression-dead-loop/
Dinfo.txt1 Regression test for Optimizing's dead block elimination which used to remove
/art/test/521-checker-array-set-null/
Dinfo.txt2 optimizations to remove type checks on array set operations work.
/art/test/608-checker-unresolved-lse/
Dinfo.txt2 which used to wrongly remove field stores in the presence of
/art/test/481-regression-phi-cond/
Dinfo.txt2 to remove a Phi from the wrong instruction list.
/art/test/305-other-fault-handler/
Dinfo.txt3 Tests that we can use and remove these handlers and they can change mappings.
/art/test/473-remove-dead-block/
Dinfo.txt2 Removing from predecessors require remove successor otherwise
/art/test/671-npe-field-opts/
Dinfo.txt2 re-order or remove field access in a way that would confuse the runtime
/art/test/435-new-instance/
Dinfo.txt6 This also verifies that we don't remove dead (code) new-instances which may
/art/test/168-vmstack-annotated/src/
DMain.java51 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/
DDominators.java233 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/
Dinfo.txt9 but used to forget to remove the "need for a type check" bit in the
/art/test/062-character-encodings/src/
DMain.java21 needed.remove(canonicalName); in main()
/art/test/435-try-finally-without-catch/
Dinfo.txt22 improperly tried to remove its (their) instructions, sometimes
24 assertions. The optimizing compiler was thus adjusted to remove these
/art/dex2oat/linker/
Drelative_patcher_test.h258 size_t remove = diff_indicator_str.length() / 3 - 5; in DumpDiff() local
260 oss << "[stripped " << remove << "]"; in DumpDiff()
262 expected_hex_str.replace(0u, remove * 3u, replacement); in DumpDiff()
263 linked_hex_str.replace(0u, remove * 3u, replacement); in DumpDiff()
264 diff_indicator_str.replace(0u, remove * 3u, replacement); in DumpDiff()
/art/test/986-native-method-bind/src/art/
DTest986.java42 SymbolMap.remove(method); in removeNativeTransform()
/art/test/004-NativeAllocations/src-art/
DMain.java71 if (queue.remove(MAX_EXPECTED_GC_DURATION_MS) == null) { in checkRegisterNativeAllocation()
/art/cmdline/
Dtoken_range.h396 bool remove = false; in RemoveIf() local
401 remove = true; in RemoveIf()
407 if (remove) { in RemoveIf()
/art/test/1936-thread-end-events/
Dexpected.txt15 Entered private void java.lang.ThreadGroup.remove(java.lang.Thread)
/art/test/079-phantom/src/
DBitmap.java146 PhantomWrapper ref = (PhantomWrapper) mQueue.remove(); in run()
/art/runtime/
Dhidden_api_test.cc481 ASSERT_EQ(0, remove(data_location_path.c_str())); in TEST_F()
504 ASSERT_EQ(0, remove(system_location_path.c_str())); in TEST_F()
531 ASSERT_EQ(0, remove(system_framework_location_path.c_str())); in TEST_F()
555 ASSERT_EQ(0, remove(data_multi_location_path.c_str())); in TEST_F()
580 ASSERT_EQ(0, remove(system_multi_location_path.c_str())); in TEST_F()
609 ASSERT_EQ(0, remove(system_framework_multi_location_path.c_str())); in TEST_F()

123