Home
last modified time | relevance | path

Searched refs:FastCloneShallowObject (Results 1 – 5 of 5) sorted by relevance

/external/v8/src/
Dcode-factory.h128 static Callable FastCloneShallowObject(Isolate* isolate, int length);
Dcode-factory.cc367 Callable CodeFactory::FastCloneShallowObject(Isolate* isolate, int length) { in FastCloneShallowObject() function in v8::internal::CodeFactory
Dinterface-descriptors.h42 V(FastCloneShallowObject) \
Dcode-stubs.h113 V(FastCloneShallowObject) \
1009 DEFINE_CALL_INTERFACE_DESCRIPTOR(FastCloneShallowObject);
1010 DEFINE_TURBOFAN_CODE_STUB(FastCloneShallowObject, TurboFanCodeStub);
/external/v8/src/compiler/
Djs-generic-lowering.cc506 CodeFactory::FastCloneShallowObject(isolate(), p.length()); in LowerJSCreateLiteralObject()