Searched defs:new_start_index (Results 1 - 2 of 2) sorted by relevance

/external/chromium_org/v8/src/heap/
H A Dheap.cc3293 int new_start_index = elements_to_trim * (element_size / kPointerSize); local
3294 former_start[new_start_index] = map;
3295 former_start[new_start_index + 1] = Smi::FromInt(len - elements_to_trim);
/external/chromium_org/v8/src/
H A Djsregexp.cc1896 int* new_start_index,
1905 *new_start_index = start_index;
1907 while (*new_start_index < end_index) {
1908 if (ranges->at(*new_start_index) > *border) break;
1909 (*new_start_index)++;
1911 // new_start_index is the index of the first edge that is beyond the
1928 end_index - start_index > (*new_start_index - start_index) * 2 &&
1929 last - first > kSize * 2 && binary_chop_index > *new_start_index &&
1936 *new_start_index = scan_forward_for_section_border;
1944 DCHECK(*new_start_index > start_inde
1893 SplitSearchSpace(ZoneList<int>* ranges, int start_index, int end_index, int* new_start_index, int* new_end_index, int* border) argument
2051 int new_start_index = 0; local
[all...]

Completed in 94 milliseconds