Home
last modified time | relevance | path

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

/art/compiler/utils/
Datomic_dex_ref_map-inl.h33 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.h32 class AtomicDexRefMap {
34 AtomicDexRefMap() {} in AtomicDexRefMap() function
35 ~AtomicDexRefMap() {} in ~AtomicDexRefMap()
Datomic_dex_ref_map_test.cc35 using Map = AtomicDexRefMap<MethodReference, int>; in TEST_F()
/art/dex2oat/driver/
Dcompiler_driver.h301 using ClassStateTable = AtomicDexRefMap<ClassReference, ClassStatus>;
306 using MethodTable = AtomicDexRefMap<MethodReference, CompiledMethod*>;