Home
last modified time | relevance | path

Searched defs:TableSlot (Results 1 – 3 of 3) sorted by relevance

/art/runtime/
Dclass_table.h54 TableSlot() : data_(0u) {} in TableSlot() function
56 TableSlot(const TableSlot& copy) : data_(copy.data_.load(std::memory_order_relaxed)) {} in TableSlot() function
Dclass_table-inl.h133 inline ClassTable::TableSlot::TableSlot(ObjPtr<mirror::Class> klass, uint32_t descriptor_hash) in TableSlot() function
Dclass_table.cc295 ClassTable::TableSlot::TableSlot(ObjPtr<mirror::Class> klass) in TableSlot() function in art::ClassTable::TableSlot