Home
last modified time | relevance | path

Searched refs:EmitFastCloneShallowArray (Results 1 – 3 of 3) sorted by relevance

/external/v8/src/builtins/
Dbuiltins-constructor.h27 Node* EmitFastCloneShallowArray(Node* closure, Node* literal_index,
Dbuiltins-constructor.cc498 Node* ConstructorBuiltinsAssembler::EmitFastCloneShallowArray( in EmitFastCloneShallowArray() function in v8::internal::ConstructorBuiltinsAssembler
615 Return(EmitFastCloneShallowArray(closure, literal_index, context, in CreateFastCloneShallowArrayBuiltin()
/external/v8/src/interpreter/
Dinterpreter.cc2811 Node* result = constructor_assembler.EmitFastCloneShallowArray( in DoCreateArrayLiteral()