Searched defs:IrtEntry (Results 1 - 1 of 1) sorted by relevance

/art/runtime/
H A Dindirect_reference_table.h153 // Try to choose kIRTPrevCount so that sizeof(IrtEntry) is a power of 2.
158 class IrtEntry { class in namespace:art
182 static_assert(sizeof(IrtEntry) == (1 + kIRTPrevCount) * sizeof(uint32_t),
183 "Unexpected sizeof(IrtEntry)");
184 static_assert(IsPowerOfTwo(sizeof(IrtEntry)), "Unexpected sizeof(IrtEntry)");
188 IrtIterator(IrtEntry* table, size_t i, size_t capacity) REQUIRES_SHARED(Locks::mutator_lock_)
209 IrtEntry* const table_;
404 IrtEntry* table_;

Completed in 43 milliseconds