Home
last modified time | relevance | path

Searched refs:conflict_method (Results 1 – 3 of 3) sorted by relevance

/art/runtime/entrypoints/quick/
Dquick_trampoline_entrypoints.cc2464 ArtMethod* conflict_method = imt->Get(imt_index, kRuntimePointerSize); in artInvokeInterfaceTrampoline() local
2465 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()
/art/runtime/arch/
Dstub_test.cc1775 ArtMethod* conflict_method = Runtime::Current()->CreateImtConflictMethod(linear_alloc); in TEST_F() local
1783 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()
/art/runtime/
Dclass_linker.h717 ArtMethod* conflict_method,