Home
last modified time | relevance | path

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

/external/webkit/V8Binding/v8/src/
Djsregexp.h1070 bound_checked_up_to_(0), in Trace()
1096 bound_checked_up_to_ == 0 && in is_trivial()
1106 int bound_checked_up_to() { return bound_checked_up_to_; } in bound_checked_up_to()
1125 void set_bound_checked_up_to(int to) { bound_checked_up_to_ = to; } in set_bound_checked_up_to()
1149 int bound_checked_up_to_; variable
Djsregexp.cc2434 bound_checked_up_to_ = Max(0, bound_checked_up_to_ - by); in AdvanceCurrentPositionInTrace()