/art/tools/dexfuzz/src/dexfuzz/rawdex/ |
D | Offsettable.java | 54 private boolean updated; field in Offsettable 96 if (!updated) { in getNewPosition() 106 if (!updated) { in setNewPosition() 108 updated = true; in setNewPosition() 115 return (originalPositionKnown && updated); in readyForFinalOffsetToBeWritten()
|
/art/runtime/ |
D | thread_list.cc | 333 bool updated = in RunCheckpoint() local 335 DCHECK(updated); in RunCheckpoint() 346 bool updated = in RunCheckpoint() local 348 DCHECK(updated); in RunCheckpoint() 383 bool updated = thread->ModifySuspendCount(self, -1, nullptr, SuspendReason::kInternal); in RunCheckpoint() local 384 DCHECK(updated); in RunCheckpoint() 563 bool updated = thread->ModifySuspendCount(self, -1, nullptr, SuspendReason::kInternal); in FlipThreadRoots() local 564 DCHECK(updated); in FlipThreadRoots() 597 bool updated = thread->ModifySuspendCount(self, -1, nullptr, SuspendReason::kInternal); in FlipThreadRoots() local 598 DCHECK(updated); in FlipThreadRoots() [all …]
|
D | imt_conflict_table.h | 121 std::pair<ArtMethod*, ArtMethod*> updated = visitor(input); in Visit() local 122 if (input.first != updated.first) { in Visit() 123 SetInterfaceMethod(table_index, pointer_size, updated.first); in Visit() 125 if (input.second != updated.second) { in Visit() 126 SetImplementationMethod(table_index, pointer_size, updated.second); in Visit()
|
D | image-inl.h | 95 ArtMethod* updated = visitor(orig); in VisitPackedImTables() local 96 if (updated != orig) { in VisitPackedImTables() 97 imt->Set(i, updated, pointer_size); in VisitPackedImTables()
|
D | alloc_instrumentation.md | 23 Mutual exclusion in the dispatch table is thus ensured by the fact that it is only updated while
|
D | thread.cc | 1742 bool updated = ModifySuspendCount(self, -1, nullptr, SuspendReason::kInternal); in RequestSynchronousCheckpoint() local 1743 DCHECK(updated); in RequestSynchronousCheckpoint()
|
/art/test/616-cha-unloading/ |
D | info.txt | 1 Test that class unloading updated single implementations.
|
/art/test/2011-stack-walk-concurrent-instrument/ |
D | stack_walk_concurrent.cc | 90 …bool updated = other->ModifySuspendCount(Thread::Current(), -1, nullptr, SuspendReason::kInternal); in Java_Main_waitAndDeopt() local 91 CHECK(updated); in Java_Main_waitAndDeopt()
|
/art/test/712-varhandle-invocations/src/ |
D | VarHandleAccessorExceptionTests.java | 146 boolean updated = false; in doTest() 148 updated = (boolean) vh.compareAndSet(this, 44); in doTest() 152 assertFalse(updated); // Should have failed too few arguments in doTest()
|
/art/test/478-checker-inliner-nested-loop/ |
D | info.txt | 2 loop information was updated correctly.
|
/art/test/471-deopt-environment/ |
D | info.txt | 3 HEnvironment that does not have the uses lists updated.
|
/art/test/1945-proxy-method-arguments/ |
D | info.txt | 7 reference would not have been updated.
|
/art/libnativeloader/ |
D | README.md | 27 platform. In case of the unbundled, i.e., downloaded or updated APK, only the
|
/art/test/ |
D | README.atest.md | 52 partition, or an updated package, present in the "data" partition).
|
/art/tools/checker/ |
D | README | 73 after the 'CHECK-START' keyword. The previous example can be updated to run for
|
/art/tools/ |
D | libcore_failures.txt | 4 * libcore expectation files get properly updated. The script that uses this file
|
/art/test/563-checker-fakestring/smali/ |
D | TestCase.smali | 18 # Test that all vregs holding the new-instance are updated after the
|