Home
last modified time | relevance | path

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

/art/compiler/utils/
Datomic_dex_ref_map.h78 static size_t NumberOfDexIndices(const DexFile* dex_file);
Datomic_dex_ref_map-inl.h32 inline size_t AtomicDexRefMap<DexFileReferenceType, Value>::NumberOfDexIndices( in NumberOfDexIndices() function
90 arrays_.Put(dex_file, std::move(ElementArray(NumberOfDexIndices(dex_file)))); in AddDexFile()