Searched refs:FastCloneShallowArray (Results 1 – 6 of 6) sorted by relevance
88 static Callable FastCloneShallowArray(Isolate* isolate);
243 Callable CodeFactory::FastCloneShallowArray(Isolate* isolate) { in FastCloneShallowArray() function in v8::internal::CodeFactory
35 V(FastCloneShallowArray) \
76 V(FastCloneShallowArray) \748 DEFINE_CALL_INTERFACE_DESCRIPTOR(FastCloneShallowArray);749 DEFINE_HYDROGEN_CODE_STUB(FastCloneShallowArray, HydrogenCodeStub);
1076 CodeFactory::FastCloneShallowArray(isolate()).code()), in TEST_F()
1887 Callable callable = CodeFactory::FastCloneShallowArray(isolate); in ReduceJSCreateLiteralArray()