Lines Matching defs:IndirectRefTable
243 struct IndirectRefTable { struct
245 typedef iref_iterator iterator;
248 IRTSegmentState segmentState;
257 Object** table_;
259 IndirectRefKind kind_;
261 IndirectRefSlot* slot_data_;
263 size_t alloc_entries_;
265 size_t max_entries_;
307 * Initialize an IndirectRefTable. argument
341 size_t capacity() const { in capacity()
345 iterator begin() { in begin()
349 iterator end() { in end()
357 static u4 extractIndex(IndirectRef iref) { in extractIndex()
366 IndirectRef toIndirectRef(Object* obj, u4 tableIndex) const { in toIndirectRef()
379 void updateSlotAdd(Object* obj, int slot) { in updateSlotAdd()