Home
last modified time | relevance | path

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

/art/runtime/
Dindirect_reference_table.cc36 class MutatorLockedDumpable { class
38 explicit MutatorLockedDumpable(T& value)
49 DISALLOW_COPY_AND_ASSIGN(MutatorLockedDumpable);
53 std::ostream& operator<<(std::ostream& os, const MutatorLockedDumpable<T>& rhs) in operator <<()
118 << MutatorLockedDumpable<IndirectReferenceTable>(*this); in Add()
160 << MutatorLockedDumpable<IndirectReferenceTable>(*this); in AssertEmpty()