Home
last modified time | relevance | path

Searched refs:first_range (Results 1 – 2 of 2) sorted by relevance

/third_party/node/deps/v8/src/regexp/
Dregexp-compiler.cc1675 int first_range = 0; in GetQuickCheckDetails() local
1676 while (ranges->at(first_range).from() > char_mask) { in GetQuickCheckDetails()
1677 first_range++; in GetQuickCheckDetails()
1678 if (first_range == ranges->length()) { in GetQuickCheckDetails()
1684 CharacterRange range = ranges->at(first_range); in GetQuickCheckDetails()
1697 for (int i = first_range + 1; i < ranges->length(); i++) { in GetQuickCheckDetails()
/third_party/node/deps/v8/src/compiler/backend/
Dregister-allocator.cc5016 LiveRange* first_range = top_range; in ConnectRanges() local
5017 for (LiveRange *second_range = first_range->next(); second_range != nullptr; in ConnectRanges()
5018 first_range = second_range, second_range = second_range->next()) { in ConnectRanges()
5023 if (first_range->End() != pos) continue; in ConnectRanges()
5028 InstructionOperand prev_operand = first_range->GetAssignedOperand(); in ConnectRanges()