HomeSort by relevance Sort by last modified time
    Searched defs:imt_index (Results 1 - 3 of 3) sorted by null

  /art/runtime/entrypoints/
entrypoint_utils-inl.h 555 uint32_t imt_index = ImTable::GetImtIndex(resolved_method); local
558 ArtMethod* imt_method = klass->GetImt(pointer_size)->Get(imt_index, pointer_size);
    [all...]
  /art/runtime/entrypoints/quick/
quick_trampoline_entrypoints.cc 2499 uint32_t imt_index = ImTable::GetImtIndex(interface_method); local
    [all...]
  /art/runtime/
class_linker.cc 6459 const uint32_t imt_index = ImTable::GetImtIndex(interface_method); local
6513 const uint32_t imt_index = ImTable::GetImtIndex(interface_method); local
7434 uint32_t imt_index = ImTable::GetImtIndex(interface_method); local
    [all...]

Completed in 710 milliseconds