Home
last modified time | relevance | path

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

/art/runtime/entrypoints/quick/
Dquick_trampoline_entrypoints.cc2174 ArtMethod* conflict_method = imt->Get(imt_index % ImTable::kSize, sizeof(void*)); in artInvokeInterfaceTrampoline() local
2226 ArtMethod* conflict_method = imt->Get(imt_index % ImTable::kSize, sizeof(void*)); in artInvokeInterfaceTrampoline() local
/art/runtime/arch/
Dstub_test.cc2012 ArtMethod* conflict_method = Runtime::Current()->CreateImtConflictMethod(linear_alloc); in TEST_F() local
/art/runtime/
Dclass_linker.cc6059 ArtMethod* conflict_method, in AddMethodToConflictTable()
6134 ArtMethod* const conflict_method = runtime->GetImtConflictMethod(); in FillIMTAndConflictTables() local