Searched refs:FastCloneShallowArray (Results 1 – 5 of 5) sorted by relevance
119 static Callable FastCloneShallowArray(Isolate* isolate);
441 Callable CodeFactory::FastCloneShallowArray(Isolate* isolate) { in FastCloneShallowArray() function in v8::internal::CodeFactory
45 V(FastCloneShallowArray) \
64 V(FastCloneShallowArray) \1186 DEFINE_CALL_INTERFACE_DESCRIPTOR(FastCloneShallowArray);1187 DEFINE_HYDROGEN_CODE_STUB(FastCloneShallowArray, HydrogenCodeStub);
509 Callable callable = CodeFactory::FastCloneShallowArray(isolate()); in LowerJSCreateLiteralArray()