Home
last modified time | relevance | path

Searched defs:ScopedContentionRecorder (Results 1 – 2 of 2) sorted by relevance

/art/runtime/base/
Dmutex.h53 class ScopedContentionRecorder; variable
113 friend class ScopedContentionRecorder; variable
Dmutex.cc155 class ScopedContentionRecorder final : public ValueObject { class
157 ScopedContentionRecorder(BaseMutex* mutex, uint64_t blocked_tid, uint64_t owner_tid) in ScopedContentionRecorder() function in art::ScopedContentionRecorder