Home
last modified time | relevance | path

Searched refs:updated (Results 1 – 17 of 17) sorted by relevance

/art/tools/dexfuzz/src/dexfuzz/rawdex/
DOffsettable.java54 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/
Dthread_list.cc333 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 …]
Dimt_conflict_table.h121 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()
Dimage-inl.h95 ArtMethod* updated = visitor(orig); in VisitPackedImTables() local
96 if (updated != orig) { in VisitPackedImTables()
97 imt->Set(i, updated, pointer_size); in VisitPackedImTables()
Dalloc_instrumentation.md23 Mutual exclusion in the dispatch table is thus ensured by the fact that it is only updated while
Dthread.cc1742 bool updated = ModifySuspendCount(self, -1, nullptr, SuspendReason::kInternal); in RequestSynchronousCheckpoint() local
1743 DCHECK(updated); in RequestSynchronousCheckpoint()
/art/test/616-cha-unloading/
Dinfo.txt1 Test that class unloading updated single implementations.
/art/test/2011-stack-walk-concurrent-instrument/
Dstack_walk_concurrent.cc90 …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/
DVarHandleAccessorExceptionTests.java146 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/
Dinfo.txt2 loop information was updated correctly.
/art/test/471-deopt-environment/
Dinfo.txt3 HEnvironment that does not have the uses lists updated.
/art/test/1945-proxy-method-arguments/
Dinfo.txt7 reference would not have been updated.
/art/libnativeloader/
DREADME.md27 platform. In case of the unbundled, i.e., downloaded or updated APK, only the
/art/test/
DREADME.atest.md52 partition, or an updated package, present in the "data" partition).
/art/tools/checker/
DREADME73 after the 'CHECK-START' keyword. The previous example can be updated to run for
/art/tools/
Dlibcore_failures.txt4 * libcore expectation files get properly updated. The script that uses this file
/art/test/563-checker-fakestring/smali/
DTestCase.smali18 # Test that all vregs holding the new-instance are updated after the