Home
last modified time | relevance | path

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

/external/v8/src/
Dcode-factory.h119 static Callable FastCloneShallowArray(Isolate* isolate);
Dcode-factory.cc441 Callable CodeFactory::FastCloneShallowArray(Isolate* isolate) { in FastCloneShallowArray() function in v8::internal::CodeFactory
Dinterface-descriptors.h45 V(FastCloneShallowArray) \
Dcode-stubs.h64 V(FastCloneShallowArray) \
1186 DEFINE_CALL_INTERFACE_DESCRIPTOR(FastCloneShallowArray);
1187 DEFINE_HYDROGEN_CODE_STUB(FastCloneShallowArray, HydrogenCodeStub);
/external/v8/src/compiler/
Djs-generic-lowering.cc509 Callable callable = CodeFactory::FastCloneShallowArray(isolate()); in LowerJSCreateLiteralArray()