Lines Matching refs:Location
52 class Location : public LocationBase<int32_t> {
60 Location() in Location() function
66 ~Location() VIXL_NEGATIVE_TESTING_ALLOW_EXCEPTION { in ~Location()
90 Location::Offset /*pc*/, in Encode()
91 const Location* /*label*/) const { in Encode() argument
112 ForwardRef(const Location::EmitOperator* op,
125 const Location::EmitOperator* op() const { return op_; } in op()
142 const Location::EmitOperator* op_;
172 explicit ForwardRefListIterator(Location* location) in ForwardRefListIterator()
213 const Location::EmitOperator* encoder);
230 Location(uint32_t type, int size, int alignment) in Location() function
234 explicit Location(Offset location) in Location() function
248 class Label : public Location {
261 Label() : Location(kVeneerType, kVeneerSize, kVeneerAlignment) {} in Label()
262 explicit Label(Offset location) : Location(location) {} in Label()
284 class RawLiteral : public Location {
304 : Location(kLiteralType,
315 : Location(kLiteralType, in RawLiteral()
394 aarch32::Location::ForwardRef, aarch32::Location::kNPreallocatedElements, \
395 int32_t, aarch32::Location::kInvalidLinkKey, \
396 aarch32::Location::kReclaimFrom, aarch32::Location::kReclaimFactor
399 const aarch32::Location::ForwardRef& element) { in GetKey()
404 aarch32::Location::ForwardRef* element, int32_t key) { in SetKey()