Home
last modified time | relevance | path

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

/external/v8/src/regexp/
Djsregexp.h1296 bound_checked_up_to_(0), in Trace()
1319 characters_preloaded_ == 0 && bound_checked_up_to_ == 0 && in is_trivial()
1328 int bound_checked_up_to() { return bound_checked_up_to_; } in bound_checked_up_to()
1347 void set_bound_checked_up_to(int to) { bound_checked_up_to_ = to; } in set_bound_checked_up_to()
1373 int bound_checked_up_to_; variable
Djsregexp.cc3350 bound_checked_up_to_ = Max(0, bound_checked_up_to_ - by); in AdvanceCurrentPositionInTrace()