#include <jsregexp.h>
|
| NegativeLookaheadChoiceNode (GuardedAlternative this_must_fail, GuardedAlternative then_do_this, Zone *zone) |
|
virtual int | EatsAtLeast (int still_to_find, int budget, bool not_at_start) |
|
virtual void | GetQuickCheckDetails (QuickCheckDetails *details, RegExpCompiler *compiler, int characters_filled_in, bool not_at_start) |
|
virtual void | FillInBMInfo (int offset, int budget, BoyerMooreLookahead *bm, bool not_at_start) |
|
virtual bool | try_to_emit_quick_check_for_alternative (bool is_first) |
|
virtual RegExpNode * | FilterOneByte (int depth, bool ignore_case) |
|
| ChoiceNode (int expected_size, Zone *zone) |
|
virtual void | Accept (NodeVisitor *visitor) |
|
void | AddAlternative (GuardedAlternative node) |
|
ZoneList< GuardedAlternative > * | alternatives () |
|
DispatchTable * | GetTable (bool ignore_case) |
|
virtual void | Emit (RegExpCompiler *compiler, Trace *trace) |
|
int | EatsAtLeastHelper (int still_to_find, int budget, RegExpNode *ignore_this_node, bool not_at_start) |
|
bool | being_calculated () |
|
bool | not_at_start () |
|
void | set_not_at_start () |
|
void | set_being_calculated (bool b) |
|
| RegExpNode (Zone *zone) |
|
virtual | ~RegExpNode () |
|
bool | EmitQuickCheck (RegExpCompiler *compiler, Trace *bounds_check_trace, Trace *trace, bool preload_has_checked_bounds, Label *on_possible_success, QuickCheckDetails *details_return, bool fall_through_on_failure) |
|
virtual int | GreedyLoopTextLength () |
|
virtual RegExpNode * | GetSuccessorOfOmnivorousTextNode (RegExpCompiler *compiler) |
|
RegExpNode * | replacement () |
|
RegExpNode * | set_replacement (RegExpNode *replacement) |
|
void | SaveBMInfo (BoyerMooreLookahead *bm, bool not_at_start, int offset) |
|
Label * | label () |
|
NodeInfo * | info () |
|
BoyerMooreLookahead * | bm_info (bool not_at_start) |
|
Zone * | zone () const |
|
| INLINE (void *operator new(size_t size, Zone *zone)) |
|
void | operator delete (void *, size_t) |
|
void | operator delete (void *pointer, Zone *zone) |
|
Definition at line 1131 of file jsregexp.h.
◆ NegativeLookaheadChoiceNode()
◆ EatsAtLeast()
int v8::internal::NegativeLookaheadChoiceNode::EatsAtLeast |
( |
int |
still_to_find, |
|
|
int |
budget, |
|
|
bool |
not_at_start |
|
) |
| |
|
virtual |
◆ FillInBMInfo()
◆ FilterOneByte()
RegExpNode * v8::internal::NegativeLookaheadChoiceNode::FilterOneByte |
( |
int |
depth, |
|
|
bool |
ignore_case |
|
) |
| |
|
virtual |
Reimplemented from v8::internal::ChoiceNode.
Definition at line 2912 of file jsregexp.cc.
2915 if (depth < 0)
return this;
2916 if (
info()->visited)
return this;
2917 VisitMarker marker(
info());
2926 RegExpNode* neg_replacement = neg_node->FilterOneByte(depth - 1, ignore_case);
RegExpNode * replacement()
RegExpNode * set_replacement(RegExpNode *replacement)
virtual RegExpNode * FilterOneByte(int depth, bool ignore_case)
enable harmony numeric enable harmony object literal extensions Optimize object Array DOM strings and string trace pretenuring decisions of HAllocate instructions Enables optimizations which favor memory size over execution speed maximum source size in bytes considered for a single inlining maximum cumulative number of AST nodes considered for inlining trace the tracking of allocation sites deoptimize every n garbage collections perform array bounds checks elimination analyze liveness of environment slots and zap dead values flushes the cache of optimized code for closures on every GC allow uint32 values on optimize frames if they are used only in safe operations track concurrent recompilation artificial compilation delay in ms do not emit check maps for constant values that have a leaf deoptimize the optimized code if the layout of the maps changes enable context specialization in TurboFan execution budget before interrupt is triggered max percentage of megamorphic generic ICs to allow optimization enable use of SAHF instruction if enable use of VFP3 instructions if available enable use of NEON instructions if enable use of SDIV and UDIV instructions if enable use of MLS instructions if enable loading bit constant by means of movw movt instruction enable unaligned accesses for enable use of d16 d31 registers on ARM this requires VFP3 force all emitted branches to be in long enable alignment of csp to bytes on platforms which prefer the register to always be NULL
References v8::internal::RegExpNode::FilterOneByte(), and NULL.
◆ GetQuickCheckDetails()
◆ try_to_emit_quick_check_for_alternative()
virtual bool v8::internal::NegativeLookaheadChoiceNode::try_to_emit_quick_check_for_alternative |
( |
bool |
is_first | ) |
|
|
inlinevirtual |
The documentation for this class was generated from the following files: