Lines Matching refs:Node

18   void BranchIfFastRegExp(Node* const context, Node* const object,
19 Node* const map, Label* const if_isunmodified,
53 void FastStoreLastIndex(Node* regexp, Node* value);
54 void SlowStoreLastIndex(Node* context, Node* regexp, Node* value);
55 void StoreLastIndex(Node* context, Node* regexp, Node* value,
60 void GetStringPointers(Node* const string_data, Node* const offset,
61 Node* const last_index, Node* const string_length,
84 Node* ThrowIfNotJSReceiver(Node* context, Node* maybe_receiver,
92 void BranchIfFastRegExp(Node* const context, Node* const object,
98 Node* IsFastRegExpNoPrototype(Node* const context, Node* const object);
101 Node* IsFastRegExpNoPrototype(Node* const context, Node* const object,
102 Node* const map);
104 void BranchIfFastRegExpResult(Node* const context, Node* const object,
107 Node* FlagsGetter(Node* const context, Node* const regexp, bool is_fastpath);
109 Node* FastFlagGetter(Node* const regexp, JSRegExp::Flag flag);
110 Node* SlowFlagGetter(Node* const context, Node* const regexp,
112 Node* FlagGetter(Node* const context, Node* const regexp, JSRegExp::Flag flag,
114 void FlagGetter(Node* context, Node* receiver, JSRegExp::Flag flag,
117 Node* IsRegExp(Node* const context, Node* const maybe_receiver);
119 Node* RegExpInitialize(Node* const context, Node* const regexp,
120 Node* const maybe_pattern, Node* const maybe_flags);
122 Node* RegExpExec(Node* context, Node* regexp, Node* string);
124 Node* AdvanceStringIndex(Node* const string, Node* const index,
125 Node* const is_unicode, bool is_fastpath);
127 void RegExpPrototypeMatchBody(Node* const context, Node* const regexp,
131 void RegExpPrototypeSearchBodyFast(Node* const context, Node* const regexp,
132 Node* const string);
133 void RegExpPrototypeSearchBodySlow(Node* const context, Node* const regexp,
134 Node* const string);
136 void RegExpPrototypeSplitBody(Node* const context, Node* const regexp,
140 Node* ReplaceGlobalCallableFastPath(Node* context, Node* regexp, Node* string,
141 Node* replace_callable);
142 Node* ReplaceSimpleStringFastPath(Node* context, Node* regexp,