Searched refs:last_match (Results 1 – 6 of 6) sorted by relevance
38 int32_t* last_match = in FetchNext() local40 int last_end_index = last_match[1]; in FetchNext()49 int last_start_index = last_match[0]; in FetchNext()
695 int32_t* last_match = in GlobalCache() local697 last_match[0] = -1; in GlobalCache()698 last_match[1] = 0; in GlobalCache()
154 last_match = None157 last_match = line158 if last_match:159 return last_match
1649 Job *j, *last_match; in j_lookup() local1698 last_match = NULL; in j_lookup()1702 if (last_match) { in j_lookup()1707 last_match = j; in j_lookup()1709 if (last_match) in j_lookup()1710 return (last_match); in j_lookup()1716 last_match = NULL; in j_lookup()1719 if (last_match) { in j_lookup()1724 last_match = j; in j_lookup()1726 if (last_match) in j_lookup()[all …]
105 last_match = end119 add_arg(lines[last_match:end])120 last_match = end + 1127 add_arg(lines[last_match:end-1])
949 int32_t* last_match = NewArray<int32_t>(capture_registers); in SearchRegExpMultiple() local951 last_match[i] = Smi::cast(last_match_cache->get(i))->value(); in SearchRegExpMultiple()961 last_match); in SearchRegExpMultiple()962 DeleteArray(last_match); in SearchRegExpMultiple()1058 int32_t* last_match = global_cache.LastSuccessfulMatch(); in SearchRegExpMultiple() local1060 last_match_cache->set(i, Smi::FromInt(last_match[i])); in SearchRegExpMultiple()