Home
last modified time | relevance | path

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

12

/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.h302 std::remove(data_name.c_str()); in DisassembleBinaries()
309 std::remove(data_name.c_str()); in DisassembleBinaries()
310 std::remove((data_name + ".dis").c_str()); in DisassembleBinaries()
311 std::remove(as_name.c_str()); in DisassembleBinaries()
318 std::remove(data_name.c_str()); in DisassembleBinaries()
319 std::remove(as_name.c_str()); in DisassembleBinaries()
320 std::remove((data_name + ".dis").c_str()); in DisassembleBinaries()
321 std::remove((as_name + ".dis").c_str()); in DisassembleBinaries()
433 std::remove((res->base_name + ".S").c_str()); in Clean()
434 std::remove((res->base_name + ".o").c_str()); in Clean()
[all …]
Dintrusive_forward_list_test.cc406 ref.remove(1); in TEST()
407 ifl.remove(1); in TEST()
409 ref.remove(4); in TEST()
410 ifl.remove(4); in TEST()
Dintrusive_forward_list.h275 void remove(const value_type& value) { in remove() function
/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/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/481-regression-phi-cond/
Dinfo.txt2 to remove a Phi from the wrong instruction list.
/art/test/608-checker-unresolved-lse/
Dinfo.txt2 which used to wrongly remove field stores in the presence of
/art/test/473-remove-dead-block/
Dinfo.txt2 Removing from predecessors require remove successor otherwise
/art/compiler/linker/
Drelative_patcher_test.h232 size_t remove = diff_indicator_str.length() / 3 - 5; in DumpDiff() local
234 oss << "[stripped " << remove << "]"; in DumpDiff()
236 expected_hex_str.replace(0u, remove * 3u, replacement); in DumpDiff()
237 linked_hex_str.replace(0u, remove * 3u, replacement); in DumpDiff()
238 diff_indicator_str.replace(0u, remove * 3u, replacement); in DumpDiff()
/art/test/435-new-instance/
Dinfo.txt6 This also verifies that we don't remove dead (code) new-instances which may
/art/test/590-checker-array-set-null-regression/
Dinfo.txt9 but used to forget to remove the "need for a type check" bit in the
/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/test/062-character-encodings/src/
DMain.java21 needed.remove(canonicalName); in main()
/art/cmdline/
Dtoken_range.h394 bool remove = false; in RemoveIf() local
399 remove = true; in RemoveIf()
405 if (remove) { in RemoveIf()
/art/test/079-phantom/src/
DBitmap.java137 PhantomWrapper ref = (PhantomWrapper) mQueue.remove(); in run()
/art/tools/dexfuzz/src/dexfuzz/program/
DMutatableCode.java240 mutatableInsns.remove(toBeDeletedIdx); in deleteInstructionFull()
274 switchInsn.targets.remove(idxToChange); in deleteInstructionFull()
/art/test/431-type-propagation/smali/
DTypePropagation.smali29 # hasn't ensured that. Therefore, the compiler must remove
/art/tools/dexfuzz/src/dexfuzz/program/mutators/
DSwitchBranchShifter.java164 switchInsn.targets.remove(mutation.switchTargetIdx); in applyMutation()
/art/runtime/arch/mips/
Dquick_entrypoints_mips.S137 addiu $sp, $sp, ARG_SLOT_SIZE # remove argument slots on the stack
247 addiu $sp, $sp, ARG_SLOT_SIZE # remove argument slots on the stack
574 addiu $a3, $sp, ARG_SLOT_SIZE # pass $sp (remove arg slots)
1712 addiu $a3, $sp, ARG_SLOT_SIZE # pass $sp (remove arg slots)
1733 addiu $a1, $sp, ARG_SLOT_SIZE # save $sp (remove arg slots)
1754 addiu $sp, $sp, 16 # remove arg slots
1792 addiu $a2, $sp, ARG_SLOT_SIZE # pass $sp (remove arg slots)
/art/test/510-checker-try-catch/smali/
DSsaBuilder.smali128 # Tests that phi elimination does not remove catch phis where the value does
/art/build/
DAndroid.gtest.mk61 $(call dexpreopt-remove-classes.dex,$@)
65 $(call dexpreopt-remove-classes.dex,$@)
/art/test/543-checker-dce-trycatch/smali/
DTestCase.smali277 # Test that DCE does not remove catch phi uses of instructions defined outside

12