Searched refs:InvalSet (Results 1 – 5 of 5) sorted by relevance
/external/vixl/src/ |
D | invalset-vixl.h | 91 class InvalSet { 93 InvalSet(); 94 ~InvalSet() VIXL_NEGATIVE_TESTING_ALLOW_EXCEPTION; 100 typedef InvalSetIterator<InvalSet<TEMPLATE_INVALSET_P_DEF> > iterator; 235 InvalSet(const InvalSet& other) = delete; 236 InvalSet operator=(const InvalSet& other) = delete; 238 InvalSet(const InvalSet& other); 239 InvalSet operator=(const InvalSet& other); 242 friend class InvalSetIterator<InvalSet<TEMPLATE_INVALSET_P_DEF> >; 317 InvalSet<TEMPLATE_INVALSET_P_DEF>::InvalSet() in InvalSet() function [all …]
|
/external/vixl/src/aarch32/ |
D | location-aarch32.h | 153 typedef InvalSet<ForwardRef, 182 friend class InvalSet<ForwardRef, variable 398 inline int32_t InvalSet<INVAL_SET_TEMPLATE_PARAMETERS>::GetKey( in GetKey() 403 inline void InvalSet<INVAL_SET_TEMPLATE_PARAMETERS>::SetKey( in SetKey()
|
/external/vixl/test/ |
D | test-invalset.cc | 67 typedef InvalSet<Obj, 76 inline KeyType InvalSet<Obj, 85 inline void InvalSet<Obj,
|
/external/vixl/src/aarch64/ |
D | assembler-aarch64.h | 65 typedef InvalSet<ptrdiff_t, 7050 inline ptrdiff_t InvalSet<INVAL_SET_TEMPLATE_PARAMETERS>::GetKey( in GetKey() 7055 inline void InvalSet<INVAL_SET_TEMPLATE_PARAMETERS>::SetKey(ptrdiff_t* element, in SetKey()
|
D | macro-assembler-aarch64.h | 303 typedef InvalSet<BranchInfo, 7328 inline ptrdiff_t InvalSet<aarch64::VeneerPool::BranchInfo, 7338 inline void InvalSet<aarch64::VeneerPool::BranchInfo,
|