Lines Matching refs:IndirectReferenceTable
54 void IndirectReferenceTable::AbortIfNoCheckJNI(const std::string& msg) { in AbortIfNoCheckJNI()
65 IndirectReferenceTable::IndirectReferenceTable(size_t max_count, in IndirectReferenceTable() function in art::IndirectReferenceTable
96 IndirectReferenceTable::~IndirectReferenceTable() { in ~IndirectReferenceTable()
99 void IndirectReferenceTable::ConstexprChecks() { in ConstexprChecks()
127 bool IndirectReferenceTable::IsValid() const { in IsValid()
176 void IndirectReferenceTable::RecoverHoles(IRTSegmentState prev_state) { in RecoverHoles()
209 bool IndirectReferenceTable::Resize(size_t new_size, std::string* error_msg) { in Resize()
239 IndirectRef IndirectReferenceTable::Add(IRTSegmentState previous_state, in Add()
260 << MutatorLockedDumpable<IndirectReferenceTable>(*this); in Add()
270 << MutatorLockedDumpable<IndirectReferenceTable>(*this) in Add()
281 << MutatorLockedDumpable<IndirectReferenceTable>(*this) in Add()
324 void IndirectReferenceTable::AssertEmpty() { in AssertEmpty()
328 << MutatorLockedDumpable<IndirectReferenceTable>(*this); in AssertEmpty()
342 bool IndirectReferenceTable::Remove(IRTSegmentState previous_state, IndirectRef iref) { in Remove()
443 void IndirectReferenceTable::Trim() { in Trim()
451 void IndirectReferenceTable::VisitRoots(RootVisitor* visitor, const RootInfo& root_info) { in VisitRoots()
461 void IndirectReferenceTable::Dump(std::ostream& os) const { in Dump()
474 void IndirectReferenceTable::SetSegmentState(IRTSegmentState new_state) { in SetSegmentState()
484 bool IndirectReferenceTable::EnsureFreeCapacity(size_t free_capacity, std::string* error_msg) { in EnsureFreeCapacity()
507 << MutatorLockedDumpable<IndirectReferenceTable>(*this) in EnsureFreeCapacity()
514 size_t IndirectReferenceTable::FreeCapacity() const { in FreeCapacity()