Lines Matching refs:ImtConflictTable
6648 ImtConflictTable* current_table = conflict_method->GetImtConflictTable(kRuntimePointerSize); in AddMethodToConflictTable()
6661 Thread::Current(), ImtConflictTable::ComputeSizeWithOneMoreEntry(current_table, in AddMethodToConflictTable()
6667 ImtConflictTable* new_table = new (data) ImtConflictTable(current_table, in AddMethodToConflictTable()
6792 ImtConflictTable* table1 = method->GetImtConflictTable(image_pointer_size_); in FillIMTAndConflictTables()
6793 ImtConflictTable* table2 = super_method->GetImtConflictTable(image_pointer_size_); in FillIMTAndConflictTables()
6811 ImtConflictTable* ClassLinker::CreateImtConflictTable(size_t count, in CreateImtConflictTable()
6815 ImtConflictTable::ComputeSize(count, in CreateImtConflictTable()
6817 return (data != nullptr) ? new (data) ImtConflictTable(count, image_pointer_size) : nullptr; in CreateImtConflictTable()
6820 ImtConflictTable* ClassLinker::CreateImtConflictTable(size_t count, LinearAlloc* linear_alloc) { in CreateImtConflictTable()
6885 ImtConflictTable* new_table = CreateImtConflictTable(conflicts, linear_alloc); in FillIMTFromIfTable()
6922 ImtConflictTable* table = imt[imt_index]->GetImtConflictTable(image_pointer_size_); in FillIMTFromIfTable()