Home
last modified time | relevance | path

Searched refs:MutatorLockedDumpable (Results 1 – 3 of 3) sorted by relevance

/art/runtime/base/
Ddumpable.h55 class MutatorLockedDumpable {
57 explicit MutatorLockedDumpable(T& value) REQUIRES_SHARED(Locks::mutator_lock_) : value_(value) {} in MutatorLockedDumpable() function
66 DISALLOW_COPY_AND_ASSIGN(MutatorLockedDumpable);
70 std::ostream& operator<<(std::ostream& os, const MutatorLockedDumpable<T>& rhs)
Ddumpable-inl.h27 inline std::ostream& operator<<(std::ostream& os, const MutatorLockedDumpable<T>& rhs) {
/art/runtime/
Dindirect_reference_table.cc245 << MutatorLockedDumpable<IndirectReferenceTable>(*this); in Add()
254 << MutatorLockedDumpable<IndirectReferenceTable>(*this) in Add()
300 << MutatorLockedDumpable<IndirectReferenceTable>(*this); in AssertEmpty()