Searched defs:updated (Results 1 – 6 of 6) sorted by relevance
/art/runtime/ |
D | thread_list.cc | 333 bool updated = in RunCheckpoint() local 346 bool updated = in RunCheckpoint() local 383 bool updated = thread->ModifySuspendCount(self, -1, nullptr, SuspendReason::kInternal); in RunCheckpoint() local 563 bool updated = thread->ModifySuspendCount(self, -1, nullptr, SuspendReason::kInternal); in FlipThreadRoots() local 597 bool updated = thread->ModifySuspendCount(self, -1, nullptr, SuspendReason::kInternal); in FlipThreadRoots() local 702 bool updated = thread->ModifySuspendCount(self, +1, &pending_threads, reason); in SuspendAllInternal() local 796 bool updated = thread->ModifySuspendCount(self, -1, nullptr, SuspendReason::kInternal); in ResumeAll() local 903 bool updated = suspended_thread->ModifySuspendCount(soa.Self(), in SuspendThreadByPeer() local 933 bool updated = suspended_thread->ModifySuspendCount(self, +1, nullptr, reason); in SuspendThreadByPeer() local 966 bool updated = suspended_thread->ModifySuspendCount(soa.Self(), in SuspendThreadByPeer() local [all …]
|
D | image-inl.h | 95 ArtMethod* updated = visitor(orig); in VisitPackedImTables() local
|
D | imt_conflict_table.h | 121 std::pair<ArtMethod*, ArtMethod*> updated = visitor(input); in Visit() local
|
D | thread.cc | 1742 bool updated = ModifySuspendCount(self, -1, nullptr, SuspendReason::kInternal); in RequestSynchronousCheckpoint() local
|
/art/tools/dexfuzz/src/dexfuzz/rawdex/ |
D | Offsettable.java | 54 private boolean updated; field in Offsettable
|
/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
|