Home | History | Annotate | Download | only in runtime

Lines Matching defs:Table

389   // Attempts to insert a class into a class table.  Returns NULL if
662 // in the table to make it resolved. The thread doing resolution must notify on the class' lock
664 // retire a class, the version of the class in the table is returned and this may differ from
683 typedef AllocationTrackingMultiMap<size_t, GcRoot<mirror::Class>, kAllocatorTagClassTable> Table;
685 // the class table, be careful to use a read barrier when accessing this.
686 Table class_table_ GUARDED_BY(Locks::classlinker_classes_lock_);
750 // The interface table used by all arrays.