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 562 uint32_t imt_index = resolved_method->GetDexMethodIndex() % mirror::Class::kImtSize; local
564 imt_index, class_linker->GetImagePointerSize());
    [all...]
  /art/runtime/entrypoints/quick/
quick_trampoline_entrypoints.cc 2172 uint32_t imt_index = interface_method->GetDexMethodIndex(); local
2225 uint32_t imt_index = interface_method->GetDexMethodIndex(); local
    [all...]
  /art/runtime/
class_linker.cc 6152 const uint32_t imt_index = GetIMTIndex(interface_method); local
6205 const uint32_t imt_index = GetIMTIndex(interface_method); local
6606 uint32_t imt_index = GetIMTIndex(interface_method); variable
    [all...]

Completed in 586 milliseconds