Searched refs:InvalSet (Results 1 – 5 of 5) sorted by relevance
/third_party/vixl/src/ |
D | invalset-vixl.h | 92 class InvalSet { 95 InvalSet(); 97 InvalSet() = delete; 98 InvalSet(AllocatorWrapper alocator); 99 InvalSet(InvalSet&&) = default; 101 ~InvalSet() VIXL_NEGATIVE_TESTING_ALLOW_EXCEPTION; 107 typedef InvalSetIterator<InvalSet<TEMPLATE_INVALSET_P_DEF> > iterator; 247 InvalSet(const InvalSet& other) = delete; 248 InvalSet operator=(const InvalSet& other) = delete; 250 InvalSet(const InvalSet& other); [all …]
|
/third_party/vixl/src/aarch32/ |
D | location-aarch32.h | 162 typedef InvalSet<ForwardRef, 195 friend class InvalSet<ForwardRef, variable 495 inline int32_t InvalSet<INVAL_SET_TEMPLATE_PARAMETERS>::GetKey( in GetKey() 500 inline void InvalSet<INVAL_SET_TEMPLATE_PARAMETERS>::SetKey( in SetKey()
|
/third_party/vixl/test/ |
D | test-invalset.cc | 67 typedef InvalSet<Obj, 76 inline KeyType InvalSet<Obj, 85 inline void InvalSet<Obj,
|
/third_party/vixl/src/aarch64/ |
D | assembler-aarch64.h | 74 typedef InvalSet<ptrdiff_t, 8172 inline ptrdiff_t InvalSet<INVAL_SET_TEMPLATE_PARAMETERS>::GetKey( in GetKey() 8177 inline void InvalSet<INVAL_SET_TEMPLATE_PARAMETERS>::SetKey(ptrdiff_t* element, in SetKey()
|
D | macro-assembler-aarch64.h | 321 typedef InvalSet<BranchInfo, 8624 inline ptrdiff_t InvalSet<aarch64::VeneerPool::BranchInfo, 8634 inline void InvalSet<aarch64::VeneerPool::BranchInfo,
|