Searched refs:new_target_index (Results 1 – 3 of 3) sorted by relevance
542 int new_target_index; in CheckNewTransitionsAreConsistent() local544 new_target_index = new_transitions->SearchSpecial(Symbol::cast(key)); in CheckNewTransitionsAreConsistent()547 new_target_index = in CheckNewTransitionsAreConsistent()550 DCHECK_NE(TransitionArray::kNotFound, new_target_index); in CheckNewTransitionsAreConsistent()551 DCHECK_EQ(target, new_transitions->GetTarget(new_target_index)); in CheckNewTransitionsAreConsistent()
641 int const new_target_index = arg_count + 1; in LowerJSConstructWithSpread() local648 Node* new_target = node->InputAt(new_target_index); in LowerJSConstructWithSpread()651 DCHECK(new_target_index > spread_index); in LowerJSConstructWithSpread()652 node->RemoveInput(new_target_index); // Drop new target. in LowerJSConstructWithSpread()
181 int new_target_index = in Environment() local183 const Operator* op = common()->Parameter(new_target_index, "%new.target"); in Environment()