Searched refs:indices (Results 1 – 5 of 5) sorted by relevance
1 Tests changing from SwapablePointer to indices for JniIdType3 Also tests that WellKnownClasses jmethodIDs are indices after swap.
1 Tests changing from SwapablePointer to indices for JniIdType
146 std::multimap<uint64_t, size_t> indices; // bitmap -> row. in TEST() local149 indices.emplace(bitmap, builder.Dedup(&bitmap, MinimumBitsToStore(bitmap))); in TEST()157 for (auto it : indices) { in TEST()
459 const MethodReferenceCollection::IndexVector& indices = pair.second; in FetchAndCacheResolvedClassesAndMethods() local463 << " indices size=" << indices.size(); in FetchAndCacheResolvedClassesAndMethods()470 indices.begin(), in FetchAndCacheResolvedClassesAndMethods()471 indices.end(), in FetchAndCacheResolvedClassesAndMethods()478 const MethodReferenceCollection::IndexVector& indices = pair.second; in FetchAndCacheResolvedClassesAndMethods() local481 << " indices size=" << indices.size(); in FetchAndCacheResolvedClassesAndMethods()486 indices.begin(), in FetchAndCacheResolvedClassesAndMethods()487 indices.end(), in FetchAndCacheResolvedClassesAndMethods()
596 "1972-jni-id-swap-indices/jni_id.cc",