Searched refs:FastCloneShallowObject (Results 1 – 5 of 5) sorted by relevance
120 static Callable FastCloneShallowObject(Isolate* isolate, int length);
449 Callable CodeFactory::FastCloneShallowObject(Isolate* isolate, int length) { in FastCloneShallowObject() function in v8::internal::CodeFactory
46 V(FastCloneShallowObject) \
120 V(FastCloneShallowObject) \1215 DEFINE_CALL_INTERFACE_DESCRIPTOR(FastCloneShallowObject);1216 DEFINE_TURBOFAN_CODE_STUB(FastCloneShallowObject, TurboFanCodeStub);
530 CodeFactory::FastCloneShallowObject(isolate(), p.length()); in LowerJSCreateLiteralObject()