Searched refs:updated (Results 1 – 13 of 13) sorted by relevance
/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 | 347 bool updated = thread->ModifySuspendCount(self, +1, nullptr, SuspendReason::kInternal); in RunCheckpoint() local 348 DCHECK(updated); in RunCheckpoint() 389 bool updated = thread->ModifySuspendCount(self, -1, nullptr, SuspendReason::kInternal); in RunCheckpoint() local 390 DCHECK(updated); in RunCheckpoint() 597 bool updated = thread->ModifySuspendCount(self, -1, nullptr, SuspendReason::kInternal); in FlipThreadRoots() local 598 DCHECK(updated); in FlipThreadRoots() 631 bool updated = thread->ModifySuspendCount(self, -1, nullptr, SuspendReason::kInternal); in FlipThreadRoots() local 632 DCHECK(updated); in FlipThreadRoots() 742 bool updated = thread->ModifySuspendCount(self, +1, &pending_threads, reason); in SuspendAllInternal() local 743 DCHECK(updated); in SuspendAllInternal() [all …]
|
D | image-inl.h | 59 ArtMethod* updated = visitor(orig); in VisitPackedImTables() local 60 if (updated != orig) { in VisitPackedImTables() 61 imt->Set(i, updated, pointer_size); in VisitPackedImTables()
|
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 | thread.cc | 1543 bool updated = ModifySuspendCount(self, -1, nullptr, SuspendReason::kInternal); in RequestSynchronousCheckpoint() local 1544 DCHECK(updated); in RequestSynchronousCheckpoint()
|
/art/test/616-cha-unloading/ |
D | info.txt | 1 Test that class unloading updated single implementations.
|
/art/test/478-checker-inliner-nested-loop/ |
D | info.txt | 2 loop information was updated correctly.
|
/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/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/tools/checker/ |
D | README | 72 after the 'CHECK-START' keyword. The previous example can be updated to run for
|
/art/test/563-checker-fakestring/smali/ |
D | TestCase.smali | 18 # Test that all vregs holding the new-instance are updated after the
|
/art/tools/ |
D | libcore_failures.txt | 4 * libcore expectation files get properly updated. The script that uses this file
|