Home
last modified time | relevance | path

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

/external/v8/src/
Dcode-factory.h144 static Callable FastCloneRegExp(Isolate* isolate);
Dcode-factory.cc262 TFS_BUILTIN(FastCloneRegExp)
Dinterface-descriptors.h39 V(FastCloneRegExp) \
/external/v8/src/builtins/
Dbuiltins.h109 TFS(FastCloneRegExp, BUILTIN, kNoExtraICState, FastCloneRegExp, 1) \
Dbuiltins-constructor.cc454 TF_BUILTIN(FastCloneRegExp, ConstructorBuiltinsAssembler) { in TF_BUILTIN() argument
/external/v8/src/compiler/
Djs-generic-lowering.cc471 Callable callable = CodeFactory::FastCloneRegExp(isolate()); in LowerJSCreateLiteralRegExp()
/external/v8/src/full-codegen/
Dfull-codegen.cc1295 Callable callable = CodeFactory::FastCloneRegExp(isolate()); in VisitRegExpLiteral()
/external/v8/src/crankshaft/
Dhydrogen.cc5357 Callable callable = CodeFactory::FastCloneRegExp(isolate()); in VisitRegExpLiteral()