Searched refs:GetImtConflictTable (Results 1 – 4 of 4) sorted by relevance
467 ImtConflictTable* GetImtConflictTable(PointerSize pointer_size) { in GetImtConflictTable() function
2373 ImtConflictTable* table = method->GetImtConflictTable(image_header_.GetPointerSize()); in DumpMethod()3066 ImtConflictTable* current_table = ptr->GetImtConflictTable(pointer_size); in DumpImtStats()3219 ImtConflictTable* current_table = ptr->GetImtConflictTable(pointer_size); in DumpIMTForClass()3278 ImtConflictTable* current_table = ptr->GetImtConflictTable(pointer_size); in DumpIMTForMethod()
2178 TryAssignConflictTableOffset(method->GetImtConflictTable(target_ptr_size_), oat_index); in AssignMethodOffset()3433 ImtConflictTable* orig_table = orig->GetImtConflictTable(target_ptr_size_); in CopyAndFixupMethod()
2693 ImtConflictTable* current_table = conflict_method->GetImtConflictTable(kRuntimePointerSize); in artInvokeInterfaceTrampoline()