/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 | 302 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 …]
|
D | intrusive_forward_list_test.cc | 406 ref.remove(1); in TEST() 407 ifl.remove(1); in TEST() 409 ref.remove(4); in TEST() 410 ifl.remove(4); in TEST()
|
D | intrusive_forward_list.h | 275 void remove(const value_type& value) { in remove() function
|
/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/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/481-regression-phi-cond/ |
D | info.txt | 2 to remove a Phi from the wrong instruction list.
|
/art/test/608-checker-unresolved-lse/ |
D | info.txt | 2 which used to wrongly remove field stores in the presence of
|
/art/test/473-remove-dead-block/ |
D | info.txt | 2 Removing from predecessors require remove successor otherwise
|
/art/compiler/linker/ |
D | relative_patcher_test.h | 232 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/ |
D | info.txt | 6 This also verifies that we don't remove dead (code) new-instances which may
|
/art/test/590-checker-array-set-null-regression/ |
D | info.txt | 9 but used to forget to remove the "need for a type check" bit in the
|
/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/062-character-encodings/src/ |
D | Main.java | 21 needed.remove(canonicalName); in main()
|
/art/cmdline/ |
D | token_range.h | 394 bool remove = false; in RemoveIf() local 399 remove = true; in RemoveIf() 405 if (remove) { in RemoveIf()
|
/art/test/079-phantom/src/ |
D | Bitmap.java | 137 PhantomWrapper ref = (PhantomWrapper) mQueue.remove(); in run()
|
/art/tools/dexfuzz/src/dexfuzz/program/ |
D | MutatableCode.java | 240 mutatableInsns.remove(toBeDeletedIdx); in deleteInstructionFull() 274 switchInsn.targets.remove(idxToChange); in deleteInstructionFull()
|
/art/test/431-type-propagation/smali/ |
D | TypePropagation.smali | 29 # hasn't ensured that. Therefore, the compiler must remove
|
/art/tools/dexfuzz/src/dexfuzz/program/mutators/ |
D | SwitchBranchShifter.java | 164 switchInsn.targets.remove(mutation.switchTargetIdx); in applyMutation()
|
/art/runtime/arch/mips/ |
D | quick_entrypoints_mips.S | 137 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/ |
D | SsaBuilder.smali | 128 # Tests that phi elimination does not remove catch phis where the value does
|
/art/build/ |
D | Android.gtest.mk | 61 $(call dexpreopt-remove-classes.dex,$@) 65 $(call dexpreopt-remove-classes.dex,$@)
|
/art/test/543-checker-dce-trycatch/smali/ |
D | TestCase.smali | 277 # Test that DCE does not remove catch phi uses of instructions defined outside
|