Searched defs:ScopedContentionRecorder (Results 1 – 2 of 2) sorted by relevance
53 class ScopedContentionRecorder; variable109 friend class ScopedContentionRecorder; variable
103 class ScopedContentionRecorder final : public ValueObject { class105 ScopedContentionRecorder(BaseMutex* mutex, uint64_t blocked_tid, uint64_t owner_tid) in ScopedContentionRecorder() function in art::ScopedContentionRecorder