Home
last modified time | relevance | path

Searched defs:updated (Results 1 – 5 of 5) sorted by relevance

/art/runtime/
Dthread_list.cc342 bool updated = in RunCheckpoint() local
355 bool updated = in RunCheckpoint() local
392 bool updated = thread->ModifySuspendCount(self, -1, nullptr, SuspendReason::kInternal); in RunCheckpoint() local
572 bool updated = thread->ModifySuspendCount(self, -1, nullptr, SuspendReason::kInternal); in FlipThreadRoots() local
606 bool updated = thread->ModifySuspendCount(self, -1, nullptr, SuspendReason::kInternal); in FlipThreadRoots() local
711 bool updated = thread->ModifySuspendCount(self, +1, &pending_threads, reason); in SuspendAllInternal() local
805 bool updated = thread->ModifySuspendCount(self, -1, nullptr, SuspendReason::kInternal); in ResumeAll() local
912 bool updated = suspended_thread->ModifySuspendCount(soa.Self(), in SuspendThreadByPeer() local
942 bool updated = suspended_thread->ModifySuspendCount(self, +1, nullptr, reason); in SuspendThreadByPeer() local
975 bool updated = suspended_thread->ModifySuspendCount(soa.Self(), in SuspendThreadByPeer() local
[all …]
Dimage-inl.h95 ArtMethod* updated = visitor(orig); in VisitPackedImTables() local
Dimt_conflict_table.h121 std::pair<ArtMethod*, ArtMethod*> updated = visitor(input); in Visit() local
/art/tools/dexfuzz/src/dexfuzz/rawdex/
DOffsettable.java54 private boolean updated; field in Offsettable
/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