HomeSort by relevance Sort by last modified time
    Searched full:new_target_index (Results 1 - 1 of 1) sorted by null

  /external/v8/src/
transitions.cc 504 int new_target_index; local
506 new_target_index = new_transitions->SearchSpecial(Symbol::cast(key));
510 new_target_index =
513 DCHECK_NE(TransitionArray::kNotFound, new_target_index);
514 DCHECK_EQ(target, new_transitions->GetTarget(new_target_index));

Completed in 419 milliseconds