Searched defs:MutatorLockedDumpable (Results 1 - 1 of 1) sorted by relevance

/art/runtime/
H A Dindirect_reference_table.cc32 class MutatorLockedDumpable { class in namespace:art
34 explicit MutatorLockedDumpable(T& value)
45 DISALLOW_COPY_AND_ASSIGN(MutatorLockedDumpable);
49 std::ostream& operator<<(std::ostream& os, const MutatorLockedDumpable<T>& rhs)
100 << MutatorLockedDumpable<IndirectReferenceTable>(*this);
141 << MutatorLockedDumpable<IndirectReferenceTable>(*this);

Completed in 38 milliseconds