HomeSort by relevance Sort by last modified time
    Searched full:conflict_method (Results 1 - 4 of 4) sorted by null

  /art/runtime/entrypoints/quick/
quick_trampoline_entrypoints.cc 2174 ArtMethod* conflict_method = imt->Get(imt_index % ImTable::kSize, sizeof(void*)); local
2226 ArtMethod* conflict_method = imt->Get(imt_index % ImTable::kSize, sizeof(void*)); local
    [all...]
  /art/runtime/arch/
stub_test.cc 2012 ArtMethod* conflict_method = Runtime::Current()->CreateImtConflictMethod(linear_alloc); local
    [all...]
  /art/runtime/
class_linker.cc 6134 ArtMethod* const conflict_method = runtime->GetImtConflictMethod(); local
    [all...]
class_linker.h 620 ArtMethod* conflict_method,
    [all...]

Completed in 286 milliseconds