Searched refs:FastNewClosureStub (Results 1 – 6 of 6) sorted by relevance
381 FastNewClosureStub stub(isolate); in FastNewClosure()
835 class FastNewClosureStub : public TurboFanCodeStub {837 explicit FastNewClosureStub(Isolate* isolate) : TurboFanCodeStub(isolate) {} in FastNewClosureStub() function
2492 compiler::Node* FastNewClosureStub::Generate(CodeStubAssembler* assembler, in Generate()2642 void FastNewClosureStub::GenerateAssembly(CodeStubAssembler* assembler) const { in GenerateAssembly()
1093 FastNewClosureStub stub(isolate()); in EmitNewClosure()
2206 __ SetAccumulator(FastNewClosureStub::Generate(assembler, shared, context)); in DoCreateClosure()
5103 FastNewClosureStub stub(isolate()); in VisitFunctionLiteral()