Home
last modified time | relevance | path

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

/third_party/node/deps/v8/src/builtins/
Dbuiltins-string-gen.cc906 RegExpBuiltinsAssembler regexp_asm(state()); in MaybeCallFunctionAtSymbol() local
907 regexp_asm.BranchIfFastRegExp( in MaybeCallFunctionAtSymbol()
1158 RegExpMatchAllAssembler regexp_asm(state()); in TF_BUILTIN() local
1173 regexp_asm.BranchIfFastRegExpForMatch(context, heap_maybe_regexp, &fast, in TF_BUILTIN()
1178 TNode<BoolT> is_global = regexp_asm.FlagGetter(context, heap_maybe_regexp, in TF_BUILTIN()
1185 GotoIfNot(regexp_asm.IsRegExp(native_context, heap_maybe_regexp), &next); in TF_BUILTIN()
1236 TNode<Object> rx = regexp_asm.RegExpCreate(context, native_context, in TF_BUILTIN()