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

/art/runtime/
H A Dimt_conflict_table.h35 class ImtConflictTable { class in namespace:art
45 ImtConflictTable(ImtConflictTable* other, function in class:art::ImtConflictTable
62 ImtConflictTable(size_t num_entries, PointerSize pointer_size) { function in class:art::ImtConflictTable
93 bool Equals(ImtConflictTable* other, PointerSize pointer_size) const {
166 static size_t ComputeSizeWithOneMoreEntry(ImtConflictTable* table, PointerSize pointer_size) {
206 // of ImtConflictTable.
212 DISALLOW_COPY_AND_ASSIGN(ImtConflictTable);

Completed in 81 milliseconds