Home | History | Annotate | Download | only in src

Lines Matching refs:REMOVE_TRANSITIONS

1247       old_descriptors->CopyInsert(&new_field, REMOVE_TRANSITIONS);
1303 map()->instance_descriptors()->CopyInsert(&d, REMOVE_TRANSITIONS);
1480 CopyInsert(&new_field, REMOVE_TRANSITIONS);
3239 bool remove_transitions = transition_flag == REMOVE_TRANSITIONS;
3240 ASSERT(remove_transitions == !descriptor->GetDetails().IsTransition());
3249 if (remove_transitions) {
3279 } else if (remove_transitions) {
3314 if (remove_transitions && IsTransition(from_index)) continue;
3323 if (remove_transitions && IsTransition(from_index)) continue;