Home
last modified time | relevance | path

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

/external/v8/src/
Dcode-factory.h88 static Callable FastCloneShallowArray(Isolate* isolate);
Dcode-factory.cc243 Callable CodeFactory::FastCloneShallowArray(Isolate* isolate) { in FastCloneShallowArray() function in v8::internal::CodeFactory
Dinterface-descriptors.h35 V(FastCloneShallowArray) \
Dcode-stubs.h76 V(FastCloneShallowArray) \
748 DEFINE_CALL_INTERFACE_DESCRIPTOR(FastCloneShallowArray);
749 DEFINE_HYDROGEN_CODE_STUB(FastCloneShallowArray, HydrogenCodeStub);
/external/v8/test/unittests/compiler/
Djs-typed-lowering-unittest.cc1076 CodeFactory::FastCloneShallowArray(isolate()).code()), in TEST_F()
/external/v8/src/compiler/
Djs-typed-lowering.cc1887 Callable callable = CodeFactory::FastCloneShallowArray(isolate); in ReduceJSCreateLiteralArray()