Home
last modified time | relevance | path

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

/external/v8/src/builtins/
Dbuiltins-constructor.h19 Node* EmitFastNewClosure(Node* shared_info, Node* feedback_vector, Node* slot,
Dbuiltins-constructor.cc20 Node* ConstructorBuiltinsAssembler::EmitFastNewClosure(Node* shared_info, in EmitFastNewClosure() function in v8::internal::ConstructorBuiltinsAssembler
178 Return(EmitFastNewClosure(shared, vector, slot, context)); in TF_BUILTIN()
/external/v8/src/interpreter/
Dinterpreter.cc2899 __ SetAccumulator(constructor_assembler.EmitFastNewClosure( in DoCreateClosure()