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

/external/chromium_org/v8/src/
H A Djsregexp.h1426 bound_checked_up_to_(0),
1452 bound_checked_up_to_ == 0 &&
1464 int bound_checked_up_to() { return bound_checked_up_to_; }
1483 void set_bound_checked_up_to(int to) { bound_checked_up_to_ = to; }
1509 int bound_checked_up_to_; member in class:v8::internal::Trace
H A Djsregexp.cc3389 bound_checked_up_to_ = Max(0, bound_checked_up_to_ - by);

Completed in 222 milliseconds