Home
last modified time | relevance | path

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

/aosp12/art/runtime/entrypoints/
H A Dentrypoint_utils-inl.h530 size_t imt_index = resolved_method->GetImtIndex(); in FindMethodToCall() local
/aosp12/art/runtime/entrypoints/quick/
H A Dquick_trampoline_entrypoints.cc2353 uint32_t imt_index = interface_method->GetImtIndex(); in artInvokeInterfaceTrampoline() local
/aosp12/art/runtime/
H A Dclass_linker.cc7097 const uint32_t imt_index = interface_method->GetImtIndex(); in FillIMTFromIfTable() local
7151 const uint32_t imt_index = interface_method->GetImtIndex(); in FillIMTFromIfTable() local
8234 uint32_t imt_index = interface_method->GetImtIndex(); in LinkInterfaceMethods() local
/aosp12/art/oatdump/
H A Doatdump.cc2726 for (size_t imt_index = 0; imt_index != ImTable::kSize; ++imt_index) { in DumpImtStats() local