Searched refs:conflict_method (Results 1 – 4 of 4) sorted by relevance
2355 ArtMethod* conflict_method = imt->Get(imt_index, kRuntimePointerSize); in artInvokeInterfaceTrampoline() local2356 DCHECK(conflict_method->IsRuntimeMethod()); in artInvokeInterfaceTrampoline()2360 ImtConflictTable* current_table = conflict_method->GetImtConflictTable(kRuntimePointerSize); in artInvokeInterfaceTrampoline()2388 conflict_method, in artInvokeInterfaceTrampoline()2391 if (new_conflict_method != conflict_method) { in artInvokeInterfaceTrampoline()
1775 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()
6882 ArtMethod* conflict_method, in AddMethodToConflictTable() argument6885 ImtConflictTable* current_table = conflict_method->GetImtConflictTable(kRuntimePointerSize); in AddMethodToConflictTable()6890 ArtMethod* new_conflict_method = (conflict_method == runtime->GetImtConflictMethod()) in AddMethodToConflictTable()6892 : conflict_method; in AddMethodToConflictTable()6901 return conflict_method; in AddMethodToConflictTable()6993 ArtMethod* const conflict_method = runtime->GetImtConflictMethod(); in FillIMTAndConflictTables() local6999 conflict_method, in FillIMTAndConflictTables()7019 method != conflict_method; in FillIMTAndConflictTables()7023 super_method != conflict_method; in FillIMTAndConflictTables()
730 ArtMethod* conflict_method,