Searched defs:imt_index (Results 1 – 4 of 4) sorted by relevance
562 uint32_t imt_index = resolved_method->GetDexMethodIndex() % ImTable::kSize; in FindMethodFromCode() local
2173 uint32_t imt_index = interface_method->GetDexMethodIndex(); in artInvokeInterfaceTrampoline() local2225 uint32_t imt_index = interface_method->GetDexMethodIndex(); in artInvokeInterfaceTrampoline() local
6246 const uint32_t imt_index = GetIMTIndex(interface_method); in FillIMTFromIfTable() local6300 const uint32_t imt_index = GetIMTIndex(interface_method); in FillIMTFromIfTable() local6706 uint32_t imt_index = GetIMTIndex(interface_method); in LinkInterfaceMethods() local
4150 uint32_t imt_index) in HInvokeInterface()