Searched refs:allocation_site_mode (Results 1 - 7 of 7) sorted by relevance

/external/chromium_org/v8/src/
H A Dcode-stubs.h610 AllocationSiteMode allocation_site_mode,
613 allocation_site_mode_(allocation_site_mode),
621 AllocationSiteMode allocation_site_mode() const { function in class:v8::internal::FastCloneShallowArrayStub
609 FastCloneShallowArrayStub(Mode mode, AllocationSiteMode allocation_site_mode, int length) argument
H A Dcode-stubs-hydrogen.cc339 AllocationSiteMode alloc_site_mode = casted_stub()->allocation_site_mode();
H A Dhydrogen-instructions.h6472 AllocationSiteMode allocation_site_mode() const { function in class:v8::HMaterializedLiteral
/external/chromium_org/v8/src/arm/
H A Dfull-codegen-arm.cc1813 AllocationSiteMode allocation_site_mode = FLAG_track_allocation_sites local
1818 allocation_site_mode = DONT_TRACK_ALLOCATION_SITE;
1821 FastCloneShallowArrayStub stub(mode, allocation_site_mode, length);
/external/chromium_org/v8/src/ia32/
H A Dfull-codegen-ia32.cc1760 AllocationSiteMode allocation_site_mode = FLAG_track_allocation_sites local
1767 allocation_site_mode = DONT_TRACK_ALLOCATION_SITE;
1774 FastCloneShallowArrayStub stub(mode, allocation_site_mode, length);
/external/chromium_org/v8/src/mips/
H A Dfull-codegen-mips.cc1818 AllocationSiteMode allocation_site_mode = FLAG_track_allocation_sites local
1823 allocation_site_mode = DONT_TRACK_ALLOCATION_SITE;
1826 FastCloneShallowArrayStub stub(mode, allocation_site_mode, length);
/external/chromium_org/v8/src/x64/
H A Dfull-codegen-x64.cc1783 AllocationSiteMode allocation_site_mode = FLAG_track_allocation_sites local
1790 allocation_site_mode = DONT_TRACK_ALLOCATION_SITE;
1797 FastCloneShallowArrayStub stub(mode, allocation_site_mode, length);

Completed in 186 milliseconds