Home
last modified time | relevance | path

Searched defs:imt_index (Results 1 – 4 of 4) sorted by relevance

/art/runtime/entrypoints/
Dentrypoint_utils-inl.h562 uint32_t imt_index = resolved_method->GetDexMethodIndex() % ImTable::kSize; in FindMethodFromCode() local
/art/runtime/entrypoints/quick/
Dquick_trampoline_entrypoints.cc2173 uint32_t imt_index = interface_method->GetDexMethodIndex(); in artInvokeInterfaceTrampoline() local
2225 uint32_t imt_index = interface_method->GetDexMethodIndex(); in artInvokeInterfaceTrampoline() local
/art/runtime/
Dclass_linker.cc6246 const uint32_t imt_index = GetIMTIndex(interface_method); in FillIMTFromIfTable() local
6300 const uint32_t imt_index = GetIMTIndex(interface_method); in FillIMTFromIfTable() local
6706 uint32_t imt_index = GetIMTIndex(interface_method); in LinkInterfaceMethods() local
/art/compiler/optimizing/
Dnodes.h4150 uint32_t imt_index) in HInvokeInterface()