Searched refs:FastCloneShallowObject (Results 1 – 6 of 6) sorted by relevance
89 static Callable FastCloneShallowObject(Isolate* isolate, int length);
251 Callable CodeFactory::FastCloneShallowObject(Isolate* isolate, int length) { in FastCloneShallowObject() function in v8::internal::CodeFactory
36 V(FastCloneShallowObject) \
77 V(FastCloneShallowObject) \770 DEFINE_CALL_INTERFACE_DESCRIPTOR(FastCloneShallowObject);771 DEFINE_HYDROGEN_CODE_STUB(FastCloneShallowObject, HydrogenCodeStub);
1105 CodeFactory::FastCloneShallowObject(isolate(), 6).code()), in TEST_F()
1921 Callable callable = CodeFactory::FastCloneShallowObject(isolate, length); in ReduceJSCreateLiteralObject()