Searched refs:IndexVector (Results 1 – 2 of 2) sorted by relevance
35 using IndexVector = std::vector<IndexType, VectorAllocator>; variable36 using MapAllocator = Allocator<std::pair<const DexFile*, IndexVector>>;39 IndexVector,41 Allocator<std::pair<const DexFile* const, IndexVector>>>;67 IndexVector* current_vector_ = nullptr;70 ALWAYS_INLINE IndexVector* GetOrInsertVector(const DexFile* dex) { in GetOrInsertVector()76 current_vector_ = &map_.emplace(dex, IndexVector(vector_allocator_)).first->second; in GetOrInsertVector()
433 const MethodReferenceCollection::IndexVector& indices = pair.second; in FetchAndCacheResolvedClassesAndMethods()447 const MethodReferenceCollection::IndexVector& indices = pair.second; in FetchAndCacheResolvedClassesAndMethods()458 const TypeReferenceCollection::IndexVector& classes = pair.second; in FetchAndCacheResolvedClassesAndMethods()