Home
last modified time | relevance | path

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

/external/v8/src/
Dcode-factory.h87 static Callable FastCloneRegExp(Isolate* isolate);
Dcode-factory.cc236 Callable CodeFactory::FastCloneRegExp(Isolate* isolate) { in FastCloneRegExp() function in v8::internal::CodeFactory
Dinterface-descriptors.h34 V(FastCloneRegExp) \
Dcode-stubs.h75 V(FastCloneRegExp) \
728 DEFINE_CALL_INTERFACE_DESCRIPTOR(FastCloneRegExp);
729 DEFINE_HYDROGEN_CODE_STUB(FastCloneRegExp, HydrogenCodeStub);
/external/v8/src/compiler/
Djs-generic-lowering.cc528 Callable callable = CodeFactory::FastCloneRegExp(isolate()); in LowerJSCreateLiteralRegExp()
/external/v8/src/crankshaft/
Dhydrogen.cc5769 Callable callable = CodeFactory::FastCloneRegExp(isolate()); in VisitRegExpLiteral()