Searched refs:conflict_method (Results 1 – 3 of 3) sorted by relevance
2464 ArtMethod* conflict_method = imt->Get(imt_index, kRuntimePointerSize); in artInvokeInterfaceTrampoline() local2465 if (LIKELY(conflict_method->IsRuntimeMethod())) { in artInvokeInterfaceTrampoline()2466 ImtConflictTable* current_table = conflict_method->GetImtConflictTable(kRuntimePointerSize); in artInvokeInterfaceTrampoline()2473 CHECK_EQ(conflict_method, m) in artInvokeInterfaceTrampoline()2474 << interface_method->PrettyMethod() << " / " << conflict_method->PrettyMethod() << " / " in artInvokeInterfaceTrampoline()2477 method = conflict_method; in artInvokeInterfaceTrampoline()2495 DCHECK(conflict_method->IsRuntimeMethod()); in artInvokeInterfaceTrampoline()2498 conflict_method, in artInvokeInterfaceTrampoline()2502 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()
717 ArtMethod* conflict_method,