Home
last modified time | relevance | path

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

/external/v8/src/
Dcode-factory.h126 static Callable FastCloneRegExp(Isolate* isolate);
Dcode-factory.cc354 Callable CodeFactory::FastCloneRegExp(Isolate* isolate) { in FastCloneRegExp() function in v8::internal::CodeFactory
Dinterface-descriptors.h40 V(FastCloneRegExp) \
Dcode-stubs.h111 V(FastCloneRegExp) \
954 DEFINE_CALL_INTERFACE_DESCRIPTOR(FastCloneRegExp);
955 DEFINE_TURBOFAN_CODE_STUB(FastCloneRegExp, TurboFanCodeStub);
/external/v8/src/compiler/
Djs-generic-lowering.cc517 Callable callable = CodeFactory::FastCloneRegExp(isolate()); in LowerJSCreateLiteralRegExp()
/external/v8/src/full-codegen/
Dfull-codegen.cc1593 Callable callable = CodeFactory::FastCloneRegExp(isolate()); in VisitRegExpLiteral()
/external/v8/src/crankshaft/
Dhydrogen.cc5395 Callable callable = CodeFactory::FastCloneRegExp(isolate()); in VisitRegExpLiteral()