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

  /art/runtime/entrypoints/
entrypoint_utils-inl.h 444 uint32_t imt_index = resolved_method->GetDexMethodIndex() % mirror::Class::kImtSize; local
446 imt_index, class_linker->GetImagePointerSize());
  /art/runtime/
class_linker.cc 4813 uint32_t imt_index = interface_method->GetDexMethodIndex() % mirror::Class::kImtSize; local
4912 uint32_t imt_index = interface_method->GetDexMethodIndex() % mirror::Class::kImtSize; variable
    [all...]

Completed in 970 milliseconds