Home
last modified time | relevance | path

Searched refs:RegExpBuiltinsAssembler (Results 1 – 3 of 3) sorted by relevance

/external/v8/src/builtins/
Dbuiltins-regexp.cc28 Node* RegExpBuiltinsAssembler::FastLoadLastIndex(Node* regexp) { in FastLoadLastIndex()
35 Node* RegExpBuiltinsAssembler::SlowLoadLastIndex(Node* context, Node* regexp) { in SlowLoadLastIndex()
42 Node* RegExpBuiltinsAssembler::LoadLastIndex(Node* context, Node* regexp, in LoadLastIndex()
50 void RegExpBuiltinsAssembler::FastStoreLastIndex(Node* regexp, Node* value) { in FastStoreLastIndex()
57 void RegExpBuiltinsAssembler::SlowStoreLastIndex(Node* context, Node* regexp, in SlowStoreLastIndex()
67 void RegExpBuiltinsAssembler::StoreLastIndex(Node* context, Node* regexp, in StoreLastIndex()
76 Node* RegExpBuiltinsAssembler::ConstructNewResultFromMatchInfo( in ConstructNewResultFromMatchInfo()
224 Node* RegExpBuiltinsAssembler::RegExpPrototypeExecBodyWithoutResult( in RegExpPrototypeExecBodyWithoutResult()
352 Node* RegExpBuiltinsAssembler::RegExpPrototypeExecBody(Node* const context, in RegExpPrototypeExecBody()
383 Node* RegExpBuiltinsAssembler::ThrowIfNotJSReceiver( in ThrowIfNotJSReceiver()
[all …]
Dbuiltins-regexp.h17 class RegExpBuiltinsAssembler : public CodeStubAssembler {
19 explicit RegExpBuiltinsAssembler(CodeAssemblerState* state) in RegExpBuiltinsAssembler() function
Dbuiltins-string.cc1234 RegExpBuiltinsAssembler regexp_asm(state()); in MaybeCallFunctionAtSymbol()