Searched refs:AtomicDexRefMap (Results 1 – 6 of 6) sorted by relevance
/art/compiler/utils/ |
D | atomic_dex_ref_map-inl.h | 32 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 | 31 class AtomicDexRefMap { 33 AtomicDexRefMap() {} in AtomicDexRefMap() function 34 ~AtomicDexRefMap() {} in ~AtomicDexRefMap()
|
D | atomic_dex_ref_map_test.cc | 34 using Map = AtomicDexRefMap<MethodReference, int>; in TEST_F()
|
/art/compiler/dex/ |
D | verification_results.h | 67 using AtomicMap = AtomicDexRefMap<MethodReference, const VerifiedMethod*>;
|
/art/dex2oat/driver/ |
D | compiler_driver.h | 313 using ClassStateTable = AtomicDexRefMap<ClassReference, ClassStatus>; 318 typedef AtomicDexRefMap<MethodReference, CompiledMethod*> MethodTable;
|
/art/dex2oat/ |
D | verifier_deps_test.cc | 100 AtomicDexRefMap<MethodReference, const VerifiedMethod*>* map = in VerifyWithCompilerDriver()
|