Home
last modified time | relevance | path

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

/external/v8/src/
Dcode-factory.h120 static Callable FastCloneShallowObject(Isolate* isolate, int length);
Dcode-factory.cc449 Callable CodeFactory::FastCloneShallowObject(Isolate* isolate, int length) { in FastCloneShallowObject() function in v8::internal::CodeFactory
Dinterface-descriptors.h46 V(FastCloneShallowObject) \
Dcode-stubs.h120 V(FastCloneShallowObject) \
1215 DEFINE_CALL_INTERFACE_DESCRIPTOR(FastCloneShallowObject);
1216 DEFINE_TURBOFAN_CODE_STUB(FastCloneShallowObject, TurboFanCodeStub);
/external/v8/src/compiler/
Djs-generic-lowering.cc530 CodeFactory::FastCloneShallowObject(isolate(), p.length()); in LowerJSCreateLiteralObject()