Home
last modified time | relevance | path

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

/art/compiler/utils/
Datomic_dex_ref_map-inl.h32 inline size_t AtomicDexRefMap<DexFileReferenceType, Value>::NumberOfDexIndices( in NumberOfDexIndices()
52 inline typename AtomicDexRefMap<DexFileReferenceType, Value>::InsertResult
53 AtomicDexRefMap<DexFileReferenceType, Value>::Insert(const DexFileReferenceType& ref, in Insert()
67 inline bool AtomicDexRefMap<DexFileReferenceType, Value>::Get(const DexFileReferenceType& ref, in Get()
78 inline bool AtomicDexRefMap<DexFileReferenceType, Value>::Remove(const DexFileReferenceType& ref, in Remove()
89 inline void AtomicDexRefMap<DexFileReferenceType, Value>::AddDexFile(const DexFile* dex_file) { in AddDexFile()
94 inline void AtomicDexRefMap<DexFileReferenceType, Value>::AddDexFiles( in AddDexFiles()
104 inline typename AtomicDexRefMap<DexFileReferenceType, Value>::ElementArray*
105 AtomicDexRefMap<DexFileReferenceType, Value>::GetArray(const DexFile* dex_file) { in GetArray()
111 inline const typename AtomicDexRefMap<DexFileReferenceType, Value>::ElementArray*
[all …]
Datomic_dex_ref_map.h31 class AtomicDexRefMap {
33 AtomicDexRefMap() {} in AtomicDexRefMap() function
34 ~AtomicDexRefMap() {} in ~AtomicDexRefMap()
Datomic_dex_ref_map_test.cc34 using Map = AtomicDexRefMap<MethodReference, int>; in TEST_F()
/art/compiler/dex/
Dverification_results.h67 using AtomicMap = AtomicDexRefMap<MethodReference, const VerifiedMethod*>;
/art/dex2oat/driver/
Dcompiler_driver.h313 using ClassStateTable = AtomicDexRefMap<ClassReference, ClassStatus>;
318 typedef AtomicDexRefMap<MethodReference, CompiledMethod*> MethodTable;
/art/dex2oat/
Dverifier_deps_test.cc100 AtomicDexRefMap<MethodReference, const VerifiedMethod*>* map = in VerifyWithCompilerDriver()