Searched defs:conflict_method (Results 1 - 3 of 3) sorted by relevance

/art/runtime/arch/
H A Dstub_test.cc1898 ArtMethod* conflict_method = Runtime::Current()->CreateImtConflictMethod(linear_alloc); local
1906 conflict_method->SetImtConflictTable(new_table, kRuntimePointerSize);
1909 Invoke3WithReferrerAndHidden(reinterpret_cast<size_t>(conflict_method),
1929 Invoke3WithReferrerAndHidden(reinterpret_cast<size_t>(conflict_method),
/art/runtime/entrypoints/quick/
H A Dquick_trampoline_entrypoints.cc2375 ArtMethod* conflict_method = imt->Get(ImTable::GetImtIndex(interface_method), local
2377 if (LIKELY(conflict_method->IsRuntimeMethod())) {
2378 ImtConflictTable* current_table = conflict_method->GetImtConflictTable(kRuntimePointerSize);
2448 ArtMethod* conflict_method = imt->Get(imt_index, kRuntimePointerSize); local
2449 if (conflict_method->IsRuntimeMethod()) {
2452 conflict_method,
2456 if (new_conflict_method != conflict_method) {
/art/runtime/
H A Dclass_linker.cc6228 ArtMethod* conflict_method,
6232 ImtConflictTable* current_table = conflict_method->GetImtConflictTable(kRuntimePointerSize);
6235 bool new_entry = conflict_method == runtime->GetImtConflictMethod() || force_new_conflict_method;
6240 : conflict_method;
6249 return conflict_method;
6338 ArtMethod* const conflict_method = runtime->GetImtConflictMethod(); local
6344 conflict_method,
6367 method != conflict_method;
6371 super_method != conflict_method;
6227 AddMethodToConflictTable(ObjPtr<mirror::Class> klass, ArtMethod* conflict_method, ArtMethod* interface_method, ArtMethod* method, bool force_new_conflict_method) argument

Completed in 110 milliseconds