Home | History | Annotate | Download | only in src

Lines Matching refs:destination

355 void BreakTarget::CopyTo(BreakTarget* destination) {
356 ASSERT(destination != NULL);
357 destination->direction_ = direction_;
358 destination->reaching_frames_.Rewind(0);
359 destination->reaching_frames_.AddAll(reaching_frames_);
360 destination->merge_labels_.Rewind(0);
361 destination->merge_labels_.AddAll(merge_labels_);
362 destination->entry_frame_ = entry_frame_;
363 destination->entry_label_ = entry_label_;
364 destination->expected_height_ = expected_height_;