Lines Matching refs:IndirectReferenceTable

55 void IndirectReferenceTable::AbortIfNoCheckJNI(const std::string& msg) {  in AbortIfNoCheckJNI()
66 IndirectReferenceTable::IndirectReferenceTable(size_t max_count, in IndirectReferenceTable() function in art::IndirectReferenceTable
100 IndirectReferenceTable::~IndirectReferenceTable() { in ~IndirectReferenceTable()
103 void IndirectReferenceTable::ConstexprChecks() { in ConstexprChecks()
131 bool IndirectReferenceTable::IsValid() const { in IsValid()
180 void IndirectReferenceTable::RecoverHoles(IRTSegmentState prev_state) { in RecoverHoles()
213 bool IndirectReferenceTable::Resize(size_t new_size, std::string* error_msg) { in Resize()
241 IndirectRef IndirectReferenceTable::Add(IRTSegmentState previous_state, in Add()
262 << MutatorLockedDumpable<IndirectReferenceTable>(*this); in Add()
272 << MutatorLockedDumpable<IndirectReferenceTable>(*this) in Add()
283 << MutatorLockedDumpable<IndirectReferenceTable>(*this) in Add()
326 void IndirectReferenceTable::AssertEmpty() { in AssertEmpty()
330 << MutatorLockedDumpable<IndirectReferenceTable>(*this); in AssertEmpty()
344 bool IndirectReferenceTable::Remove(IRTSegmentState previous_state, IndirectRef iref) { in Remove()
445 void IndirectReferenceTable::Trim() { in Trim()
453 void IndirectReferenceTable::VisitRoots(RootVisitor* visitor, const RootInfo& root_info) { in VisitRoots()
463 void IndirectReferenceTable::Dump(std::ostream& os) const { in Dump()
476 void IndirectReferenceTable::SetSegmentState(IRTSegmentState new_state) { in SetSegmentState()
486 bool IndirectReferenceTable::EnsureFreeCapacity(size_t free_capacity, std::string* error_msg) { in EnsureFreeCapacity()
509 << MutatorLockedDumpable<IndirectReferenceTable>(*this) in EnsureFreeCapacity()
516 size_t IndirectReferenceTable::FreeCapacity() const { in FreeCapacity()