Home | History | Annotate | Download | only in src

Lines Matching refs:REMOVE_TRANSITIONS

1543         old_descriptors->CopyInsert(&new_field, REMOVE_TRANSITIONS);
1620 map()->instance_descriptors()->CopyInsert(&d, REMOVE_TRANSITIONS);
1848 CopyInsert(&new_field, REMOVE_TRANSITIONS);
5720 bool remove_transitions = transition_flag == REMOVE_TRANSITIONS;
5721 ASSERT(remove_transitions == !descriptor->ContainsTransition());
5732 if (remove_transitions && IsTransitionOnly(i)) continue;
5750 } else if (remove_transitions) {
5792 (remove_transitions && IsTransitionOnly(from_index)))) {