public nothrow | AddressDescriptor(Value* variable_) |
public void | AddLocation(Location* location) |
public void | DebugPrint(CodeFormatter& formatter) |
public nothrow Location* | GetLocation() const |
public nothrow Location* | GetMemoryLocation() const |
public nothrow bool | HasLocation(Location* location) const |
public inline nothrow bool | IsEmpty() const |
public nothrow void | RemoveLocation(Location* location) |
public nothrow void | RemoveRegisterLocations() |
public void | SetLocation(Location* location) |
public List<Location*> | locations |
public Value* | variable |