Home
last modified time | relevance | path

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

/external/v8/src/
Dtransitions.cc542 int new_target_index; in CheckNewTransitionsAreConsistent() local
544 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()
/external/v8/src/compiler/
Djs-generic-lowering.cc641 int const new_target_index = arg_count + 1; in LowerJSConstructWithSpread() local
648 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()
Dbytecode-graph-builder.cc181 int new_target_index = in Environment() local
183 const Operator* op = common()->Parameter(new_target_index, "%new.target"); in Environment()