Home
last modified time | relevance | path

Searched refs:remove_transitions (Results 1 – 1 of 1) sorted by relevance

/external/v8/src/
Dobjects.cc4253 bool remove_transitions = transition_flag == REMOVE_TRANSITIONS; in CopyInsert() local
4254 ASSERT(remove_transitions == !descriptor->GetDetails().IsTransition()); in CopyInsert()
4265 if (remove_transitions) { in CopyInsert()
4295 } else if (remove_transitions) { in CopyInsert()
4331 if (remove_transitions && IsTransition(from_index)) continue; in CopyInsert()
4340 if (remove_transitions && IsTransition(from_index)) continue; in CopyInsert()