Searched refs:referenced_ (Results 1 - 2 of 2) sorted by relevance
/third_party/vixl/src/aarch32/ |
H A D | location-aarch32.h | 63 referenced_(false) {} in Location() 68 referenced_(false), in Location() 83 bool IsReferenced() const { return referenced_; } in IsReferenced() 206 void SetReferenced() { referenced_ = true; } in SetReferenced() 229 bool referenced_; member in vixl::aarch32::Location 245 : LocationBase<int32_t>(type, size, alignment), referenced_(false) {} in Location() 248 : LocationBase<int32_t>(type, size, alignment), referenced_(false), forward_(allocator){} in Location() 254 : LocationBase<int32_t>(location), referenced_(false) {} in Location() 258 : LocationBase<int32_t>(location), referenced_(false), forward_(allocator) {} in Location()
|
H A D | location-aarch32.cc | 90 VIXL_ASSERT(referenced_); in AddForwardRef()
|
Completed in 2 milliseconds