Home
last modified time | relevance | path

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

/art/runtime/
Dindirect_reference_table.cc35 class MutatorLockedDumpable { class
37 explicit MutatorLockedDumpable(T& value)
48 DISALLOW_COPY_AND_ASSIGN(MutatorLockedDumpable);
52 std::ostream& operator<<(std::ostream& os, const MutatorLockedDumpable<T>& rhs) in operator <<()
117 << MutatorLockedDumpable<IndirectReferenceTable>(*this); in Add()
159 << MutatorLockedDumpable<IndirectReferenceTable>(*this); in AssertEmpty()