/art/runtime/ |
D | class_table-inl.h | 98 const uint32_t before = data_.load(std::memory_order_relaxed); in Read() local 99 const ObjPtr<mirror::Class> before_ptr(ExtractPtr(before)); in Read() 105 data_.CompareAndSetStrongRelease(before, Encode(after_ptr, MaskHash(before))); in Read() 112 const uint32_t before = data_.load(std::memory_order_relaxed); in VisitRoot() local 113 ObjPtr<mirror::Class> before_ptr(ExtractPtr(before)); in VisitRoot() 120 data_.CompareAndSetStrongRelease(before, Encode(after_ptr, MaskHash(before))); in VisitRoot()
|
D | monitor_pool.cc | 78 Monitor* before = reinterpret_cast<Monitor*>(reinterpret_cast<uintptr_t>(last) - in AllocateChunk() local 80 before->next_free_ = last; in AllocateChunk() 82 before->monitor_id_ = OffsetToMonitorId(MonitorIdToOffset(last->monitor_id_) - in AllocateChunk() 85 last = before; in AllocateChunk()
|
/art/test/1934-jvmti-signal-thread/ |
D | expected.txt | 1 Interrupt before start 2 interrupting other thread before starting 4 Stop before start 5 stopping other thread before starting
|
/art/tools/dexfuzz/src/dexfuzz/program/ |
D | MutatableCode.java | 174 private void updateTryBlocksWithReplacementInsn(MInsn before, MInsn after, in updateTryBlocksWithReplacementInsn() argument 178 if (mTryBlock.startInsn == before) { in updateTryBlocksWithReplacementInsn() 183 mTryBlock.startInsn = before; in updateTryBlocksWithReplacementInsn() 185 if (mTryBlock.endInsn == before) { in updateTryBlocksWithReplacementInsn() 190 mTryBlock.endInsn = before; in updateTryBlocksWithReplacementInsn() 192 if (mTryBlock.catchAllHandler == before) { in updateTryBlocksWithReplacementInsn() 197 mTryBlock.catchAllHandler = before; in updateTryBlocksWithReplacementInsn() 208 if (handler == before) { in updateTryBlocksWithReplacementInsn() 224 mTryBlock.handlers.set(idxToChange, before); in updateTryBlocksWithReplacementInsn()
|
/art/test/098-ddmc/ |
D | expected.txt | 7 before > 0=true 9 before < overflowAllocations=true 10 after > before=true
|
/art/test/458-checker-instruct-simplification/smali/ |
D | SmaliTests.smali | 18 ## CHECK-START: int SmaliTests.EqualTrueRhs(boolean) instruction_simplifier (before) 40 ## CHECK-START: int SmaliTests.EqualTrueLhs(boolean) instruction_simplifier (before) 62 ## CHECK-START: int SmaliTests.EqualFalseRhs(boolean) instruction_simplifier (before) 84 ## CHECK-START: int SmaliTests.EqualFalseLhs(boolean) instruction_simplifier (before) 106 ## CHECK-START: int SmaliTests.NotEqualTrueRhs(boolean) instruction_simplifier (before) 128 ## CHECK-START: int SmaliTests.NotEqualTrueLhs(boolean) instruction_simplifier (before) 150 ## CHECK-START: int SmaliTests.NotEqualFalseRhs(boolean) instruction_simplifier (before) 172 ## CHECK-START: int SmaliTests.NotEqualFalseLhs(boolean) instruction_simplifier (before) 194 ## CHECK-START: int SmaliTests.AddSubConst(int) instruction_simplifier (before) 221 ## CHECK-START: int SmaliTests.SubAddConst(int) instruction_simplifier (before) [all …]
|
D | SmaliTests2.smali | 18 ## CHECK-START: int SmaliTests2.$noinline$XorAllOnes(int) instruction_simplifier (before) 50 ## CHECK-START: long SmaliTests2.$noinline$NotNot1(long) instruction_simplifier (before) 82 ## CHECK-START: int SmaliTests2.$noinline$NotNot2(int) instruction_simplifier (before) 152 ## CHECK-START: boolean SmaliTests2.$noinline$NotNotBool(boolean) instruction_simplifier (before) 170 …T: boolean SmaliTests2.$noinline$NotNotBool(boolean) instruction_simplifier$after_inlining (before) 209 ## CHECK-START: int SmaliTests2.$noinline$bug68142795Short(short) instruction_simplifier (before) 256 …nt SmaliTests2.$noinline$bug68142795Boolean(boolean) instruction_simplifier$after_inlining (before)
|
/art/test/1963-add-to-dex-classloader-in-memory/ |
D | expected.txt | 2 -- Running sayHi before redefinition 12 -- Running sayHi before redefinition
|
/art/test/442-checker-constant-folding/smali/ |
D | TestCmp.smali | 20 ## CHECK-START: int TestCmp.$opt$CmpLongConstants() constant_folding (before) 43 ## CHECK-START: int TestCmp.$opt$CmpGtFloatConstants() constant_folding (before) 66 ## CHECK-START: int TestCmp.$opt$CmpLtFloatConstants() constant_folding (before) 89 ## CHECK-START: int TestCmp.$opt$CmpGtDoubleConstants() constant_folding (before) 112 ## CHECK-START: int TestCmp.$opt$CmpLtDoubleConstants() constant_folding (before) 136 ## CHECK-START: int TestCmp.$opt$CmpLongSameConstant() constant_folding (before) 157 ## CHECK-START: int TestCmp.$opt$CmpGtFloatSameConstant() constant_folding (before) 178 ## CHECK-START: int TestCmp.$opt$CmpLtFloatSameConstant() constant_folding (before) 199 ## CHECK-START: int TestCmp.$opt$CmpGtDoubleSameConstant() constant_folding (before) 220 ## CHECK-START: int TestCmp.$opt$CmpLtDoubleSameConstant() constant_folding (before) [all …]
|
/art/test/974-verify-interface-super/ |
D | expected.txt | 1 OK. No exception before invoke!
|
/art/test/1906-suspend-list-me-first/ |
D | expected.txt | 1 Second thread suspended before first thread suspended self!
|
/art/test/098-ddmc/src/ |
D | Main.java | 46 Allocations before = new Allocations(DdmVmInternal.getRecentAllocations()); in testRecentAllocationTracking() local 47 System.out.println("before > 0=" + (before.numberOfEntries > 0)); in testRecentAllocationTracking() 55 …System.out.println("before < overflowAllocations=" + (before.numberOfEntries < overflowAllocations… in testRecentAllocationTracking() 56 System.out.println("after > before=" + (after.numberOfEntries > before.numberOfEntries)); in testRecentAllocationTracking()
|
/art/test/471-uninitialized-locals/ |
D | info.txt | 2 use values before initializing them.
|
/art/test/1964-add-to-dex-classloader-file/ |
D | expected.txt | 2 -- Running sayHi before redefinition 16 -- Running sayHi before redefinition
|
/art/test/563-checker-fakestring/ |
D | info.txt | 2 it cannot be used before a call to StringFactory.
|
/art/test/138-duplicate-classes-check2/ |
D | info.txt | 2 it before creating the dex file).
|
/art/test/1989-transform-bad-monitor/ |
D | expected.txt | 2 Goodbye before unlock
|
/art/test/2031-zygote-compiled-frame-deopt/ |
D | info.txt | 5 We would hit DCHECKS before (part of) the fix to this bug.
|
/art/test/180-native-default-method/ |
D | info.txt | 3 should result in ClassFormatError before we reach that DCHECK().
|
/art/test/565-checker-doublenegbitwise/smali/ |
D | SmaliTests.smali | 22 ## CHECK-START: int SmaliTests.$opt$noinline$andToOr(int, int) instruction_simplifier (before) 65 # Note that the graph before this instruction simplification pass does not 70 …: boolean SmaliTests.$opt$noinline$booleanAndToOr(boolean, boolean) instruction_simplifier (before) 114 ## CHECK-START: long SmaliTests.$opt$noinline$orToAnd(long, long) instruction_simplifier (before) 156 # Note that the graph before this instruction simplification pass does not 161 …: boolean SmaliTests.$opt$noinline$booleanOrToAnd(boolean, boolean) instruction_simplifier (before) 208 …ECK-START: int SmaliTests.$opt$noinline$regressInputsAway(int, int) instruction_simplifier (before) 265 ## CHECK-START: int SmaliTests.$opt$noinline$notXorToXor(int, int) instruction_simplifier (before) 302 # Note that the graph before this instruction simplification pass does not 307 …olean SmaliTests.$opt$noinline$booleanNotXorToXor(boolean, boolean) instruction_simplifier (before) [all …]
|
/art/test/980-redefine-object/ |
D | expected.txt | 2 Allocating an j.l.Object before redefining Object class 3 Allocating a Transform before redefining Object class
|
/art/test/543-checker-dce-trycatch/smali/ |
D | TestCase.smali | 29 …START: int TestCase.testDeadEntry(int, int, int, int) dead_code_elimination$after_inlining (before) 32 …START: int TestCase.testDeadEntry(int, int, int, int) dead_code_elimination$after_inlining (before) 74 …-START: int TestCase.testDeadExit(int, int, int, int) dead_code_elimination$after_inlining (before) 77 …-START: int TestCase.testDeadExit(int, int, int, int) dead_code_elimination$after_inlining (before) 120 … int TestCase.testOneTryBlockDead(int, int, int, int) dead_code_elimination$after_inlining (before) 125 … int TestCase.testOneTryBlockDead(int, int, int, int) dead_code_elimination$after_inlining (before) 206 …tCatchPhiInputs_DefinedInTryBlock(int, int, int, int) dead_code_elimination$after_inlining (before) 280 …hPhiInputs_DefinedOutsideTryBlock(int, int, int, int) dead_code_elimination$after_inlining (before)
|
/art/test/530-checker-lse/smali/ |
D | Main.smali | 21 ## CHECK-START: int Main2.test4(TestClass, boolean) load_store_elimination (before) 74 ## CHECK-START: int Main2.test5(TestClass, boolean) load_store_elimination (before) 127 ## CHECK-START: int Main2.test10(TestClass) load_store_elimination (before) 159 ## CHECK-START: int Main2.test23(boolean) load_store_elimination (before) 237 ## CHECK-START: float Main2.test24() load_store_elimination (before)
|
/art/test/564-checker-irreducible-loop/smali/ |
D | IrreducibleLoop.smali | 19 ## CHECK-START-X86: int IrreducibleLoop.simpleLoop(int) dead_code_elimination$initial (before) 38 # ArtMethod was a live_in of the last block before the loop, but did not have
|
/art/test/593-checker-shift-and-simplifier/smali/ |
D | SmaliTests.smali | 21 ## CHECK-START-ARM: int SmaliTests.operations() instruction_simplifier_arm (before) 32 ## CHECK-START-ARM64: int SmaliTests.operations() instruction_simplifier_arm64 (before)
|