Home
last modified time | relevance | path

Searched refs:IndexVector (Results 1 – 2 of 2) 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()
/art/runtime/jit/
Dprofile_saver.cc459 const MethodReferenceCollection::IndexVector& indices = pair.second; in FetchAndCacheResolvedClassesAndMethods()
478 const MethodReferenceCollection::IndexVector& indices = pair.second; in FetchAndCacheResolvedClassesAndMethods()
495 const TypeReferenceCollection::IndexVector& classes = pair.second; in FetchAndCacheResolvedClassesAndMethods()