Lines Matching refs:first
35 // element from the first array and element from the second array.
554 // furthest (i.e. largest) end position to be first.
558 // If they also end in the same position, we want the first in order of
559 // literal ids to be first.
564 // nearest (i.e. largest) start position to be first.
569 // literal ids to be first.
621 DCHECK_EQ(literal_stack.top().first, event.literal);
636 literal_stack.empty() ? nullptr : literal_stack.top().first)));
704 FunctionLiteral* literal = change_pair.first;
728 if (change_state[mapping.first] == ChangeState::UNCHANGED) {
729 (*unchanged)[mapping.first] = mapping.second;
730 } else if (change_state[mapping.first] == ChangeState::CHANGED) {
731 (*changed)[mapping.first] = mapping.second;
916 function_data_map.Lookup(script, mapping.first, &data);
1021 function_data_map.AddInterestingLiteral(script->id(), mapping.first);
1025 function_data_map.AddInterestingLiteral(script->id(), mapping.first);
1048 if (!function_data_map.Lookup(script, mapping.first, &data)) continue;
1113 if (!function_data_map.Lookup(script, mapping.first, &data)) continue;