Home
last modified time | relevance | path

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

/art/runtime/base/
Dmutator_locked_dumpable.h26 class MutatorLockedDumpable {
28 explicit MutatorLockedDumpable(T& value) REQUIRES_SHARED(Locks::mutator_lock_) : value_(value) {} in MutatorLockedDumpable() function
37 DISALLOW_COPY_AND_ASSIGN(MutatorLockedDumpable);
47 inline std::ostream& operator<<(std::ostream& os, const MutatorLockedDumpable<T>& rhs)
/art/runtime/
Dindirect_reference_table.cc262 << MutatorLockedDumpable<IndirectReferenceTable>(*this); in Add()
272 << MutatorLockedDumpable<IndirectReferenceTable>(*this) in Add()
283 << MutatorLockedDumpable<IndirectReferenceTable>(*this) in Add()
330 << MutatorLockedDumpable<IndirectReferenceTable>(*this); in AssertEmpty()
509 << MutatorLockedDumpable<IndirectReferenceTable>(*this) in EnsureFreeCapacity()