Searched refs:proto_trans (Results 1 – 1 of 1) sorted by relevance
470 FixedArray* proto_trans = transitions->GetPrototypeTransitions(); in TraverseTransitionTreeInternal() local471 for (int i = 0; i < NumberOfPrototypeTransitions(proto_trans); ++i) { in TraverseTransitionTreeInternal()473 WeakCell* cell = WeakCell::cast(proto_trans->get(index)); in TraverseTransitionTreeInternal()