Searched refs:regexp_asm (Results 1 – 1 of 1) sorted by relevance
906 RegExpBuiltinsAssembler regexp_asm(state()); in MaybeCallFunctionAtSymbol() local907 regexp_asm.BranchIfFastRegExp( in MaybeCallFunctionAtSymbol()1158 RegExpMatchAllAssembler regexp_asm(state()); in TF_BUILTIN() local1173 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()