Searched refs:IndexVector (Results 1 – 1 of 1) 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()