Lines Matching refs:ImTable
2718 ImTable* im_table = PrepareAndGetImTable(runtime, h_klass, pointer_size, &prepared); in DumpImtStats()
2726 for (size_t imt_index = 0; imt_index != ImTable::kSize; ++imt_index) { in DumpImtStats()
2813 static ImTable* PrepareAndGetImTable(Runtime* runtime, in PrepareAndGetImTable()
2845 ImTable* ret = PrepareAndGetImTable(runtime, h_klass, pointer_size, prepared); in PrepareAndGetImTable()
2850 static ImTable* PrepareAndGetImTable(Runtime* runtime, in PrepareAndGetImTable()
2866 ImTable* imt = PrepareAndGetImTable(runtime, in DumpIMTForClass()
2878 for (size_t index = 0; index < ImTable::kSize; ++index) { in DumpIMTForClass()
2903 ImTable::GetImtHashComponents(&iface_method, &class_hash, &name_hash, &signature_hash); in DumpIMTForClass()
2904 uint32_t imt_slot = ImTable::GetImtIndex(&iface_method); in DumpIMTForClass()
2925 ImTable* imt = PrepareAndGetImTable(runtime, in DumpIMTForMethod()
2937 for (size_t index = 0; index < ImTable::kSize; ++index) { in DumpIMTForMethod()
2982 if (ImTable::GetImtIndex(&iface_method) == index) { in DumpIMTForMethod()