Searched refs:FastCloneShallowObject (Results 1 – 5 of 5) sorted by relevance
128 static Callable FastCloneShallowObject(Isolate* isolate, int length);
367 Callable CodeFactory::FastCloneShallowObject(Isolate* isolate, int length) { in FastCloneShallowObject() function in v8::internal::CodeFactory
42 V(FastCloneShallowObject) \
113 V(FastCloneShallowObject) \1009 DEFINE_CALL_INTERFACE_DESCRIPTOR(FastCloneShallowObject);1010 DEFINE_TURBOFAN_CODE_STUB(FastCloneShallowObject, TurboFanCodeStub);
506 CodeFactory::FastCloneShallowObject(isolate(), p.length()); in LowerJSCreateLiteralObject()