Home
last modified time | relevance | path

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

/art/compiler/utils/
Dassembler_test_base.h290 std::remove(data_name.c_str()); in DisassembleBinaries()
297 std::remove(data_name.c_str()); in DisassembleBinaries()
298 std::remove((data_name + ".dis").c_str()); in DisassembleBinaries()
299 std::remove(as_name.c_str()); in DisassembleBinaries()
306 std::remove(data_name.c_str()); in DisassembleBinaries()
307 std::remove(as_name.c_str()); in DisassembleBinaries()
308 std::remove((data_name + ".dis").c_str()); in DisassembleBinaries()
309 std::remove((as_name + ".dis").c_str()); in DisassembleBinaries()
421 std::remove((res->base_name + ".S").c_str()); in Clean()
422 std::remove((res->base_name + ".o").c_str()); in Clean()
[all …]
/art/compiler/linker/
Drelative_patcher_test.h203 size_t remove = diff_indicator_str.length() / 3 - 5; in DumpDiff() local
205 oss << "[stripped " << remove << "]"; in DumpDiff()
207 expected_hex_str.replace(0u, remove * 3u, replacement); in DumpDiff()
208 linked_hex_str.replace(0u, remove * 3u, replacement); in DumpDiff()
209 diff_indicator_str.replace(0u, remove * 3u, replacement); in DumpDiff()
/art/test/481-regression-phi-cond/
Dinfo.txt2 to remove a Phi from the wrong instruction list.
/art/test/473-remove-dead-block/
Dinfo.txt2 Removing from predecessors require remove successor otherwise
/art/test/435-new-instance/
Dinfo.txt6 This also verifies that we don't remove dead (code) new-instances which may
/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/runtime/
Dinstrumentation.cc466 method_entry_listeners_.remove(listener); in RemoveListener()
470 method_exit_listeners_.remove(listener); in RemoveListener()
474 method_unwind_listeners_.remove(listener); in RemoveListener()
478 backward_branch_listeners_.remove(listener); in RemoveListener()
484 modified->remove(listener); in RemoveListener()
496 modified->remove(listener); in RemoveListener()
508 modified->remove(listener); in RemoveListener()
520 modified->remove(listener); in RemoveListener()
Dthread_list.cc1145 list_.remove(self); in Unregister()
/art/test/079-phantom/src/
DBitmap.java138 PhantomWrapper ref = (PhantomWrapper) mQueue.remove(); in run()
/art/runtime/arch/mips/
Dquick_entrypoints_mips.S139 addiu $sp, $sp, ARG_SLOT_SIZE # remove argument slots on the stack
248 addiu $sp, $sp, ARG_SLOT_SIZE # remove argument slots on the stack
468 addiu $t0, $sp, ARG_SLOT_SIZE # save $sp (remove arg slots)
1088 addiu $a3, $sp, ARG_SLOT_SIZE # pass $sp (remove arg slots)
1119 addiu $a3, $sp, ARG_SLOT_SIZE # pass $sp (remove arg slots)
1140 addiu $a1, $sp, ARG_SLOT_SIZE # save $sp (remove arg slots)
1160 addiu $sp, $sp, 16 # remove arg slots
1196 addiu $a2, $sp, ARG_SLOT_SIZE # pass $sp (remove arg slots)
/art/tools/dexfuzz/src/dexfuzz/program/
DMutatableCode.java240 mutatableInsns.remove(toBeDeletedIdx); in deleteInstructionFull()
274 switchInsn.targets.remove(idxToChange); in deleteInstructionFull()
/art/tools/dexfuzz/src/dexfuzz/program/mutators/
DSwitchBranchShifter.java164 switchInsn.targets.remove(mutation.switchTargetIdx); in applyMutation()
/art/test/431-type-propagation/smali/
DTypePropagation.smali29 # hasn't ensured that. Therefore, the compiler must remove
/art/build/
DAndroid.gtest.mk58 $(call dexpreopt-remove-classes.dex,$@)
62 $(call dexpreopt-remove-classes.dex,$@)
/art/compiler/dex/quick/
Dlocal_optimizations.cc297 alias_list.erase(std::remove(alias_list.begin(), alias_list.end(), in ApplyLoadStoreElimination()
/art/runtime/arch/mips64/
Dquick_entrypoints_mips64.S1493 daddiu $sp, $sp, 16 # remove args