/art/compiler/optimizing/ |
D | constant_folding_test.cc | 120 { " 3: Neg(2) [4]\n", removed }, in TEST_F() 134 { " 2: IntConstant\n", removed }, in TEST_F() 181 { " 3: Neg(2) [4]\n", removed }, in TEST_F() 195 { " 2: LongConstant\n", removed }, in TEST_F() 242 { " 4: Add(2, 3) [5]\n", removed }, in TEST_F() 256 { " 2: IntConstant\n", removed }, in TEST_F() 257 { " 3: IntConstant\n", removed } in TEST_F() 319 { " 4: Add(2, 3) [8]\n", removed }, in TEST_F() 320 { " 7: Add(5, 6) [8]\n", removed }, in TEST_F() 321 { " 8: Add(4, 7) [9]\n", removed }, in TEST_F() [all …]
|
D | dead_code_elimination_test.cc | 104 { " 8: Phi(4, 3) [9]\n", removed }, in TEST_F() 105 { " 9: Add(8, 3)\n", removed } in TEST_F()
|
/art/tools/ahat/src/main/com/android/ahat/ |
D | DocString.java | 111 public static DocString removed(DocString str) { in removed() method in DocString 123 public static DocString removed(String str) { in removed() method in DocString 124 return removed(text(str)); in removed() 137 string.append(DocString.removed("del")); in size() 165 append(removed(format("%+,d", 0 - baseline))); in appendDelta() 171 append(removed(format("%+,d", current - baseline))); in appendDelta()
|
D | Summarizer.java | 52 formatted.append(DocString.removed("del ")); in summarize()
|
D | ObjectHandler.java | 198 DocString.removed("del"), in printFields()
|
/art/runtime/jit/ |
D | debugger_interface.cc | 498 static void RepackEntries(bool compress_entries, ArrayRef<const void*> removed) in RepackEntries() argument 500 DCHECK(std::is_sorted(removed.begin(), removed.end())); in RepackEntries() 516 if (!compress_entries && it->is_compressed_ && removed.empty()) { in RepackEntries() 537 auto removed_begin = std::lower_bound(removed.begin(), removed.end(), group_ptr); in RepackEntries() 538 auto removed_end = std::lower_bound(removed.begin(), removed.end(), group_end); in RepackEntries() 632 std::vector<const void*>& removed = g_removed_jit_functions; in RepackNativeDebugInfoForJitLocked() local 633 std::sort(removed.begin(), removed.end()); in RepackNativeDebugInfoForJitLocked() 634 RepackEntries(/*compress_entries=*/ true, ArrayRef<const void*>(removed)); in RepackNativeDebugInfoForJitLocked() 639 if (!it->allow_packing_ && std::binary_search(removed.begin(), removed.end(), it->addr_)) { in RepackNativeDebugInfoForJitLocked() 645 removed.clear(); in RepackNativeDebugInfoForJitLocked() [all …]
|
/art/test/138-duplicate-classes-check2/ |
D | info.txt | 1 Check whether a duplicate class is not detected, even though we compiled against one (but removed
|
/art/test/515-dce-dominator/ |
D | info.txt | 3 the graph when blocks get removed.
|
/art/test/2022-Invariantloops/ |
D | info.txt | 2 Hence loop cannot be removed.
|
/art/test/522-checker-regression-monitor-exit/ |
D | info.txt | 3 If monitor-exit is removed, the following threads will get stuck and timeout.
|
/art/tools/jvmti-agents/breakpoint-logger/ |
D | README.md | 47 <normal output removed> 52 <normal output removed>
|
/art/test/522-checker-regression-monitor-exit/smali/ |
D | Test.smali | 35 # Must not get removed by DCE.
|
/art/tools/ahat/etc/ |
D | style.css | 30 span.removed {
|
/art/test/921-hello-failure/ |
D | expected-stdout.txt | 11 …FAILURE TO REDEFINE Unable to perform redefinition of 'LTransform2;': Interfaces added or removed)) 14 …FAILURE TO REDEFINE Unable to perform redefinition of 'LTransform2;': Interfaces added or removed))
|
/art/test/510-checker-try-catch/smali/ |
D | SsaBuilder.smali | 170 # Tests that phi elimination loops until no more phis can be removed. 202 # Tests that dead catch blocks are removed.
|
/art/dexopt_chroot_setup/ |
D | dexopt_chroot_setup.cc | 536 std::uintmax_t removed = std::filesystem::remove_all(CHROOT_DIR, ec); in TearDownChroot() local 540 if (removed > 0) { in TearDownChroot()
|
/art/tools/jvmti-agents/simple-profile/ |
D | README.md | 53 <normal output removed>
|
/art/test/594-checker-irreducible-linorder/smali/ |
D | IrreducibleLoop.smali | 43 # Trivially dead code to ensure linear order verification skips removed blocks (b/28252537).
|
/art/test/563-checker-fakestring/smali/ |
D | TestCase.smali | 102 # The use of v0 is dropped (so HNewInstance(String) ends up having 0 uses and is removed). 113 # Test that a redundant NewInstance is removed if not used and not compiling 132 # therefore the HNewInstance for v0 becomes dead and is removed.
|
/art/test/common/ |
D | runtime_state.cc | 618 bool removed = code_cache->RemoveMethod(method, static_cast<bool>(release_memory)); in Java_Main_removeJitCompiledMethod() local 619 return removed ? JNI_TRUE : JNI_FALSE; in Java_Main_removeJitCompiledMethod()
|
/art/runtime/jni/ |
D | local_reference_table_test.cc | 1007 IndirectRef removed = refs[refs.size() - 2u]; in TEST_F() local 1008 ASSERT_TRUE(lrt.Remove(removed)); in TEST_F() 1023 ASSERT_NE(new_ref, removed); in TEST_F()
|
/art/test/463-checker-boolean-simplifier/smali/ |
D | Main2.smali | 32 # empty branches removed.
|
/art/test/458-checker-instruct-simplification/smali/ |
D | SmaliTests2.smali | 149 # both negations can be removed but we only expect the simplifier to
|
/art/test/543-checker-dce-trycatch/smali/ |
D | TestCase.smali | 118 # throwing into it are removed.
|
/art/libartservice/service/ |
D | README.md | 11 legacy implementation will be removed in Android V. This doc only describes
|