Lines Matching refs:destination
117 // A control destination encapsulates a pair of jump targets and a
129 // The labels in the control destination can be extracted and
131 // destination.
147 // or binding the targets will not update the destination's state.
151 // True if the the destination has been jumped to unconditionally or
157 // True if the destination is used and the true target (respectively
229 // Before using the destination: true if the true target is the
231 // using the destination: true if the true target was actually used
258 // state. The new state has its own control destination.
259 CodeGenState(CodeGenerator* owner, ControlDestination* destination);
266 ControlDestination* destination() const { return destination_; }
272 // A control destination in case the expression has a control-flow
352 ControlDestination* destination() const { return state_->destination(); }
411 ControlDestination* destination,
460 // control destination.
461 void ToBoolean(ControlDestination* destination);
493 ControlDestination* destination);