Searched refs:AtomicDexRefMap (Results 1 – 4 of 4) sorted by relevance
/art/compiler/utils/ |
D | atomic_dex_ref_map-inl.h | 33 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 …]
|
D | atomic_dex_ref_map.h | 32 class AtomicDexRefMap { 34 AtomicDexRefMap() {} in AtomicDexRefMap() function 35 ~AtomicDexRefMap() {} in ~AtomicDexRefMap()
|
D | atomic_dex_ref_map_test.cc | 35 using Map = AtomicDexRefMap<MethodReference, int>; in TEST_F()
|
/art/dex2oat/driver/ |
D | compiler_driver.h | 301 using ClassStateTable = AtomicDexRefMap<ClassReference, ClassStatus>; 306 using MethodTable = AtomicDexRefMap<MethodReference, CompiledMethod*>;
|