Searched refs:table_slot (Results 1 - 2 of 2) sorted by relevance

/art/runtime/
H A Dclass_table-inl.h31 for (TableSlot& table_slot : class_set) {
32 table_slot.VisitRoot(visitor);
49 for (TableSlot& table_slot : class_set) {
50 table_slot.VisitRoot(visitor);
67 for (TableSlot& table_slot : class_set) {
68 if (!visitor(table_slot.Read<kReadBarrierOption>())) {
80 for (TableSlot& table_slot : class_set) {
81 if (!visitor(table_slot.Read<kReadBarrierOption>())) {
/art/dex2oat/linker/
H A Doat_writer.cc2062 const uint8_t* table_slot = local
2064 DCHECK(table_slot != nullptr);
2065 return GetBootImageTableEntryOffset(table_slot);

Completed in 67 milliseconds