Home
last modified time | relevance | path

Searched refs:IndexVector (Results 1 – 1 of 1) sorted by relevance

/art/runtime/
Ddex_reference_collection.h35 using IndexVector = std::vector<IndexType, VectorAllocator>; variable
36 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()