Searched refs:conflict_method (Results 1 – 4 of 4) sorted by relevance
2278 ArtMethod* conflict_method = imt->Get(imt_index, kRuntimePointerSize); in artInvokeInterfaceTrampoline() local2279 DCHECK(conflict_method->IsRuntimeMethod()); in artInvokeInterfaceTrampoline()2283 ImtConflictTable* current_table = conflict_method->GetImtConflictTable(kRuntimePointerSize); in artInvokeInterfaceTrampoline()2311 conflict_method, in artInvokeInterfaceTrampoline()2314 if (new_conflict_method != conflict_method) { in artInvokeInterfaceTrampoline()
1774 ArtMethod* conflict_method = Runtime::Current()->CreateImtConflictMethod(linear_alloc); in TEST_F() local1783 conflict_method->SetImtConflictTable(new_table, kRuntimePointerSize); in TEST_F()1786 Invoke3WithReferrerAndHidden(reinterpret_cast<size_t>(conflict_method), in TEST_F()1806 Invoke3WithReferrerAndHidden(reinterpret_cast<size_t>(conflict_method), in TEST_F()
6650 ArtMethod* conflict_method, in AddMethodToConflictTable() argument6653 ImtConflictTable* current_table = conflict_method->GetImtConflictTable(kRuntimePointerSize); in AddMethodToConflictTable()6670 ArtMethod* new_conflict_method = (conflict_method == runtime->GetImtConflictMethod()) in AddMethodToConflictTable()6672 : conflict_method; in AddMethodToConflictTable()6682 return conflict_method; in AddMethodToConflictTable()6736 ArtMethod* const conflict_method = runtime->GetImtConflictMethod(); in FillIMTAndConflictTables() local6742 conflict_method, in FillIMTAndConflictTables()6761 method != conflict_method; in FillIMTAndConflictTables()6765 super_method != conflict_method; in FillIMTAndConflictTables()
745 ArtMethod* conflict_method,