Searched refs:FastCloneShallowArrayStub (Results 1 – 12 of 12) sorted by relevance
/external/chromium_org/v8/src/ |
D | code-stubs.cc | 660 void FastCloneShallowArrayStub::InitializeDescriptor( in InitializeDescriptor()
|
D | code-stubs-hydrogen.cc | 330 HValue* CodeStubGraphBuilder<FastCloneShallowArrayStub>::BuildCodeStub() { in BuildCodeStub() 394 Handle<Code> FastCloneShallowArrayStub::GenerateCode() { in GenerateCode()
|
D | code-stubs.h | 616 class FastCloneShallowArrayStub : public HydrogenCodeStub { 618 FastCloneShallowArrayStub(Isolate* isolate, in FastCloneShallowArrayStub() function
|
/external/chromium_org/v8/test/mjsunit/tools/ |
D | profviz-test.log | 74 code-creation,Stub,2,0x2b811260,261,"FastCloneShallowArrayStub" 468 code-creation,Stub,2,0x2b811260,261,"FastCloneShallowArrayStub" 851 code-creation,Stub,2,0x2b82c9c0,587,"FastCloneShallowArrayStub" 967 code-creation,Stub,2,0x2b82f520,631,"FastCloneShallowArrayStub" 1593 code-creation,Stub,2,0x2b83e1c0,647,"FastCloneShallowArrayStub" 1768 code-creation,Stub,2,0x2b846ae0,683,"FastCloneShallowArrayStub" 1797 code-creation,Stub,2,0x2b848740,663,"FastCloneShallowArrayStub"
|
/external/chromium_org/v8/src/arm64/ |
D | full-codegen-arm64.cc | 1812 FastCloneShallowArrayStub stub(isolate(), allocation_site_mode); in VisitArrayLiteral()
|
/external/chromium_org/v8/src/x87/ |
D | full-codegen-x87.cc | 1748 FastCloneShallowArrayStub stub(isolate(), allocation_site_mode); in VisitArrayLiteral()
|
/external/chromium_org/v8/src/ia32/ |
D | full-codegen-ia32.cc | 1759 FastCloneShallowArrayStub stub(isolate(), allocation_site_mode); in VisitArrayLiteral()
|
/external/chromium_org/v8/src/x64/ |
D | full-codegen-x64.cc | 1792 FastCloneShallowArrayStub stub(isolate(), allocation_site_mode); in VisitArrayLiteral()
|
/external/chromium_org/v8/src/mips/ |
D | full-codegen-mips.cc | 1821 FastCloneShallowArrayStub stub(isolate(), allocation_site_mode); in VisitArrayLiteral()
|
/external/chromium_org/v8/src/arm/ |
D | full-codegen-arm.cc | 1833 FastCloneShallowArrayStub stub(isolate(), allocation_site_mode); in VisitArrayLiteral()
|
/external/chromium_org/v8/src/mips64/ |
D | full-codegen-mips64.cc | 1818 FastCloneShallowArrayStub stub(isolate(), allocation_site_mode); in VisitArrayLiteral()
|
/external/chromium-trace/trace-viewer/test_data/ |
D | v8.log | 206 code-creation,Stub,2,0x4240a000,409,"FastCloneShallowArrayStub" 232 code-creation,Stub,2,0x4240c960,190,"FastCloneShallowArrayStub" 236 code-creation,Stub,2,0x4240d560,163,"FastCloneShallowArrayStub" 254 code-creation,Stub,2,0x4240f960,355,"FastCloneShallowArrayStub" 274 code-creation,Stub,2,0x424127a0,397,"FastCloneShallowArrayStub" 556 code-creation,Stub,2,0x4240a000,409,"FastCloneShallowArrayStub" 582 code-creation,Stub,2,0x4240c960,190,"FastCloneShallowArrayStub" 586 code-creation,Stub,2,0x4240d560,163,"FastCloneShallowArrayStub" 604 code-creation,Stub,2,0x4240f960,355,"FastCloneShallowArrayStub" 624 code-creation,Stub,2,0x424127a0,397,"FastCloneShallowArrayStub" [all …]
|