|
virtual void | Accept (NodeVisitor *visitor) |
|
virtual void | Emit (RegExpCompiler *compiler, Trace *trace) |
|
virtual intptr_t | EatsAtLeast (intptr_t still_to_find, intptr_t budget, bool not_at_start) |
|
virtual void | GetQuickCheckDetails (QuickCheckDetails *details, RegExpCompiler *compiler, intptr_t filled_in, bool not_at_start) |
|
virtual void | FillInBMInfo (intptr_t offset, intptr_t budget, BoyerMooreLookahead *bm, bool not_at_start) |
|
AssertionType | assertion_type () |
|
| SeqRegExpNode (RegExpNode *on_success) |
|
RegExpNode * | on_success () |
|
void | set_on_success (RegExpNode *node) |
|
virtual RegExpNode * | FilterOneByte (intptr_t depth) |
|
virtual void | FillInBMInfo (intptr_t offset, intptr_t budget, BoyerMooreLookahead *bm, bool not_at_start) |
|
| RegExpNode (Zone *zone) |
|
virtual | ~RegExpNode () |
|
virtual void | Accept (NodeVisitor *visitor)=0 |
|
virtual void | Emit (RegExpCompiler *compiler, Trace *trace)=0 |
|
virtual intptr_t | EatsAtLeast (intptr_t still_to_find, intptr_t budget, bool not_at_start)=0 |
|
bool | EmitQuickCheck (RegExpCompiler *compiler, Trace *bounds_check_trace, Trace *trace, bool preload_has_checked_bounds, BlockLabel *on_possible_success, QuickCheckDetails *details_return, bool fall_through_on_failure) |
|
virtual void | GetQuickCheckDetails (QuickCheckDetails *details, RegExpCompiler *compiler, intptr_t characters_filled_in, bool not_at_start)=0 |
|
virtual intptr_t | GreedyLoopTextLength () |
|
virtual RegExpNode * | GetSuccessorOfOmnivorousTextNode (RegExpCompiler *compiler) |
|
virtual void | FillInBMInfo (intptr_t offset, intptr_t budget, BoyerMooreLookahead *bm, bool not_at_start) |
|
virtual RegExpNode * | FilterOneByte (intptr_t depth) |
|
RegExpNode * | replacement () |
|
RegExpNode * | set_replacement (RegExpNode *replacement) |
|
void | SaveBMInfo (BoyerMooreLookahead *bm, bool not_at_start, intptr_t offset) |
|
BlockLabel * | label () |
|
NodeInfo * | info () |
|
BoyerMooreLookahead * | bm_info (bool not_at_start) |
|
Zone * | zone () const |
|
| ZoneAllocated () |
|
void * | operator new (size_t size) |
|
void * | operator new (size_t size, Zone *zone) |
|
void | operator delete (void *pointer) |
|
Definition at line 721 of file regexp.h.