Searched refs:EmitNewClosure (Results 1 – 10 of 10) sorted by relevance
/external/v8/src/full-codegen/ |
D | full-codegen.cc | 1300 EmitNewClosure(function_info, expr->pretenure()); in VisitFunctionLiteral() 1375 EmitNewClosure(shared, false); in VisitNativeFunctionLiteral()
|
D | full-codegen.h | 547 void EmitNewClosure(Handle<SharedFunctionInfo> info, bool pretenure);
|
/external/v8/src/full-codegen/x64/ |
D | full-codegen-x64.cc | 1160 void FullCodeGenerator::EmitNewClosure(Handle<SharedFunctionInfo> info, in EmitNewClosure() function in v8::internal::FullCodeGenerator
|
/external/v8/src/full-codegen/arm64/ |
D | full-codegen-arm64.cc | 1205 void FullCodeGenerator::EmitNewClosure(Handle<SharedFunctionInfo> info, in EmitNewClosure() function in v8::internal::FullCodeGenerator
|
/external/v8/src/full-codegen/mips/ |
D | full-codegen-mips.cc | 1204 void FullCodeGenerator::EmitNewClosure(Handle<SharedFunctionInfo> info, in EmitNewClosure() function in v8::internal::FullCodeGenerator
|
/external/v8/src/full-codegen/ppc/ |
D | full-codegen-ppc.cc | 1173 void FullCodeGenerator::EmitNewClosure(Handle<SharedFunctionInfo> info, in EmitNewClosure() function in v8::internal::FullCodeGenerator
|
/external/v8/src/full-codegen/arm/ |
D | full-codegen-arm.cc | 1212 void FullCodeGenerator::EmitNewClosure(Handle<SharedFunctionInfo> info, in EmitNewClosure() function in v8::internal::FullCodeGenerator
|
/external/v8/src/full-codegen/x87/ |
D | full-codegen-x87.cc | 1124 void FullCodeGenerator::EmitNewClosure(Handle<SharedFunctionInfo> info, in EmitNewClosure() function in v8::internal::FullCodeGenerator
|
/external/v8/src/full-codegen/ia32/ |
D | full-codegen-ia32.cc | 1132 void FullCodeGenerator::EmitNewClosure(Handle<SharedFunctionInfo> info, in EmitNewClosure() function in v8::internal::FullCodeGenerator
|
/external/v8/src/full-codegen/mips64/ |
D | full-codegen-mips64.cc | 1203 void FullCodeGenerator::EmitNewClosure(Handle<SharedFunctionInfo> info, in EmitNewClosure() function in v8::internal::FullCodeGenerator
|