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

/external/v8/src/regexp/
H A Djsregexp.h1314 bound_checked_up_to_(0),
1340 bound_checked_up_to_ == 0 &&
1350 int bound_checked_up_to() { return bound_checked_up_to_; }
1369 void set_bound_checked_up_to(int to) { bound_checked_up_to_ = to; }
1395 int bound_checked_up_to_; member in class:v8::internal::Trace
H A Djsregexp.cc3435 bound_checked_up_to_ = Max(0, bound_checked_up_to_ - by);

Completed in 54 milliseconds