Searched refs:checked_up_to (Results 1 - 2 of 2) sorted by relevance

/external/v8/src/
H A Djsregexp.cc2422 static void UpdateBoundsCheck(int index, int* checked_up_to) { argument
2423 if (index > *checked_up_to) {
2424 *checked_up_to = index;
2463 int* checked_up_to) {
2505 *checked_up_to < cp_offset + j,
2507 if (bound_checked) UpdateBoundsCheck(cp_offset + j, checked_up_to);
2521 *checked_up_to < cp_offset,
2523 UpdateBoundsCheck(cp_offset, checked_up_to);
2458 TextEmitPass(RegExpCompiler* compiler, TextEmitPassType pass, bool preloaded, Trace* trace, bool first_element_checked, int* checked_up_to) argument
H A Djsregexp.h887 int* checked_up_to);

Completed in 51 milliseconds