Home
last modified time | relevance | path

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

/external/v8/src/
Dcode-factory.h89 static Callable FastCloneShallowObject(Isolate* isolate, int length);
Dcode-factory.cc251 Callable CodeFactory::FastCloneShallowObject(Isolate* isolate, int length) { in FastCloneShallowObject() function in v8::internal::CodeFactory
Dinterface-descriptors.h36 V(FastCloneShallowObject) \
Dcode-stubs.h77 V(FastCloneShallowObject) \
770 DEFINE_CALL_INTERFACE_DESCRIPTOR(FastCloneShallowObject);
771 DEFINE_HYDROGEN_CODE_STUB(FastCloneShallowObject, HydrogenCodeStub);
/external/v8/test/unittests/compiler/
Djs-typed-lowering-unittest.cc1105 CodeFactory::FastCloneShallowObject(isolate(), 6).code()), in TEST_F()
/external/v8/src/compiler/
Djs-typed-lowering.cc1921 Callable callable = CodeFactory::FastCloneShallowObject(isolate, length); in ReduceJSCreateLiteralObject()