Searched defs:TableSlot (Results 1 – 3 of 3) sorted by relevance
54 TableSlot() : data_(0u) {} in TableSlot() function56 TableSlot(const TableSlot& copy) : data_(copy.data_.load(std::memory_order_relaxed)) {} in TableSlot() function
133 inline ClassTable::TableSlot::TableSlot(ObjPtr<mirror::Class> klass, uint32_t descriptor_hash) in TableSlot() function
295 ClassTable::TableSlot::TableSlot(ObjPtr<mirror::Class> klass) in TableSlot() function in art::ClassTable::TableSlot