/art/compiler/optimizing/ |
D | constant_folding_test.cc | 118 { " 3: Neg(2) [4]\n", removed }, in TEST_F() 132 { " 2: IntConstant\n", removed }, in TEST_F() 179 { " 3: Neg(2) [4]\n", removed }, in TEST_F() 193 { " 2: LongConstant\n", removed }, in TEST_F() 240 { " 4: Add(2, 3) [5]\n", removed }, in TEST_F() 254 { " 2: IntConstant\n", removed }, in TEST_F() 255 { " 3: IntConstant\n", removed } in TEST_F() 317 { " 4: Add(2, 3) [8]\n", removed }, in TEST_F() 318 { " 7: Add(5, 6) [8]\n", removed }, in TEST_F() 319 { " 8: Add(4, 7) [9]\n", removed }, in TEST_F() [all …]
|
D | dead_code_elimination_test.cc | 103 { " 9: Add(8, 3)\n", removed } in TEST_F()
|
D | optimizing_unit_test.h | 267 static const std::string removed = ""; // NOLINT [runtime/string] [4] variable
|
D | load_store_elimination.cc | 251 size_t removed = HConstructorFence::RemoveConstructorFences(new_instance); in RemoveInstructions() local 254 removed); in RemoveInstructions()
|
/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("%+,14d", 0 - baseline))); in appendDelta() 171 append(removed(format("%+,14d", 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/test/708-jit-cache-churn/ |
D | jit.cc | 52 bool removed = code_cache->RemoveMethod(method, static_cast<bool>(releaseMemory)); in Java_JitCacheChurnTest_removeJitCompiledMethod() local 53 return removed ? JNI_TRUE : JNI_FALSE; in Java_JitCacheChurnTest_removeJitCompiledMethod()
|
/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/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/tools/ahat/etc/ |
D | style.css | 25 span.removed {
|
/art/dexdump/ |
D | Android.bp | 15 // TODO(ajcbik): rename dexdump2 into dexdump when Dalvik version is removed
|
/art/test/522-checker-regression-monitor-exit/smali/ |
D | Test.smali | 35 # Must not get removed by DCE.
|
/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.
|
D | Builder.smali | 1341 # removed by DCE but needs to pass post-builder GraphChecker.
|
/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/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
|
D | SmaliTests.smali | 391 # 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.
|