Searched defs:Location (Results 1 - 1 of 1) sorted by relevance

/art/compiler/optimizing/
H A Dlocations.h31 * A Location is an abstraction over the potential location
34 class Location : public ValueObject { class in namespace:art
55 Location() : value_(kInvalid) { function in class:art::Location
68 Location(const Location& other) : ValueObject(), value_(other.value_) {} function in class:art::Location
70 Location& operator=(const Location& other) {
79 static Location ConstantLocation(HConstant* constant) {
81 return Location(kConstant | reinterpret_cast<uword>(constant));
98 static Location NoLocatio
[all...]

Completed in 25 milliseconds