Lines Matching refs:LocalReferenceTable
141 LocalReferenceTable::LocalReferenceTable(bool check_jni) in LocalReferenceTable() function in art::jni::LocalReferenceTable
152 void LocalReferenceTable::SetCheckJniEnabled(bool enabled) { in SetCheckJniEnabled()
157 bool LocalReferenceTable::Initialize(size_t max_count, std::string* error_msg) { in Initialize()
179 LocalReferenceTable::~LocalReferenceTable() { in ~LocalReferenceTable()
193 bool LocalReferenceTable::Resize(size_t new_size, std::string* error_msg) { in Resize()
239 inline void LocalReferenceTable::PrunePoppedFreeEntries(EntryGetter&& get_entry) { in PrunePoppedFreeEntries()
251 inline uint32_t LocalReferenceTable::IncrementSerialNumber(LrtEntry* serial_number_entry) { in IncrementSerialNumber()
265 IndirectRef LocalReferenceTable::Add(ObjPtr<mirror::Object> obj, std::string* error_msg) { in Add()
373 << MutatorLockedDumpable<LocalReferenceTable>(*this) in Add()
384 << MutatorLockedDumpable<LocalReferenceTable>(*this) in Add()
418 bool LocalReferenceTable::Remove(IndirectRef iref) { in Remove()
596 void LocalReferenceTable::AssertEmpty() { in AssertEmpty()
600 void LocalReferenceTable::Trim() { in Trim()
642 void LocalReferenceTable::VisitRootsInternal(Visitor&& visitor) const { in VisitRootsInternal()
677 void LocalReferenceTable::VisitRoots(RootVisitor* visitor, const RootInfo& root_info) { in VisitRoots()
684 void LocalReferenceTable::Dump(std::ostream& os) const { in Dump()
693 bool LocalReferenceTable::EnsureFreeCapacity(size_t free_capacity, std::string* error_msg) { in EnsureFreeCapacity()
726 << MutatorLockedDumpable<LocalReferenceTable>(*this) in EnsureFreeCapacity()
733 size_t LocalReferenceTable::FreeCapacity() const { in FreeCapacity()