Searched refs:FastNewClosureStub (Results 1 – 14 of 14) sorted by relevance
/external/v8/src/ |
D | code-stubs.h | 325 class FastNewClosureStub : public CodeStub { 327 explicit FastNewClosureStub(LanguageMode language_mode) in FastNewClosureStub() function
|
/external/v8/src/arm/ |
D | full-codegen-arm.cc | 1172 FastNewClosureStub stub(info->language_mode()); in EmitNewClosure()
|
D | lithium-codegen-arm.cc | 4779 FastNewClosureStub stub(shared_info->language_mode()); in DoFunctionLiteral()
|
D | code-stubs-arm.cc | 85 void FastNewClosureStub::Generate(MacroAssembler* masm) { in Generate()
|
/external/v8/src/ia32/ |
D | full-codegen-ia32.cc | 1126 FastNewClosureStub stub(info->language_mode()); in EmitNewClosure()
|
D | lithium-codegen-ia32.cc | 4632 FastNewClosureStub stub(shared_info->language_mode()); in DoFunctionLiteral()
|
D | code-stubs-ia32.cc | 66 void FastNewClosureStub::Generate(MacroAssembler* masm) { in Generate()
|
/external/v8/src/x64/ |
D | full-codegen-x64.cc | 1080 FastNewClosureStub stub(info->language_mode()); in EmitNewClosure()
|
D | lithium-codegen-x64.cc | 4394 FastNewClosureStub stub(shared_info->language_mode()); in DoFunctionLiteral()
|
D | code-stubs-x64.cc | 62 void FastNewClosureStub::Generate(MacroAssembler* masm) { in Generate()
|
/external/v8/src/mips/ |
D | full-codegen-mips.cc | 1181 FastNewClosureStub stub(info->language_mode()); in EmitNewClosure()
|
D | lithium-codegen-mips.cc | 4676 FastNewClosureStub stub(shared_info->language_mode()); in DoFunctionLiteral()
|
D | code-stubs-mips.cc | 87 void FastNewClosureStub::Generate(MacroAssembler* masm) { in Generate()
|
/external/chromium-trace/trace-viewer/test_data/ |
D | v8.log | 266 code-creation,Stub,2,0x42411160,304,"FastNewClosureStub" 616 code-creation,Stub,2,0x42411160,304,"FastNewClosureStub" 1245 code-creation,Stub,2,0x42428d20,304,"FastNewClosureStub"
|