Searched defs:allocation_site_mode (Results 1 - 9 of 9) sorted by relevance

/external/v8/src/full-codegen/arm/
H A Dfull-codegen-arm.cc1597 AllocationSiteMode allocation_site_mode = TRACK_ALLOCATION_SITE; local
1601 allocation_site_mode = DONT_TRACK_ALLOCATION_SITE;
1612 FastCloneShallowArrayStub stub(isolate(), allocation_site_mode); local
/external/v8/src/full-codegen/arm64/
H A Dfull-codegen-arm64.cc1578 AllocationSiteMode allocation_site_mode = TRACK_ALLOCATION_SITE; local
1582 allocation_site_mode = DONT_TRACK_ALLOCATION_SITE;
1593 FastCloneShallowArrayStub stub(isolate(), allocation_site_mode); local
/external/v8/src/full-codegen/ia32/
H A Dfull-codegen-ia32.cc1513 AllocationSiteMode allocation_site_mode = TRACK_ALLOCATION_SITE; local
1517 allocation_site_mode = DONT_TRACK_ALLOCATION_SITE;
1530 FastCloneShallowArrayStub stub(isolate(), allocation_site_mode); local
/external/v8/src/full-codegen/mips/
H A Dfull-codegen-mips.cc1589 AllocationSiteMode allocation_site_mode = TRACK_ALLOCATION_SITE; local
1593 allocation_site_mode = DONT_TRACK_ALLOCATION_SITE;
1605 FastCloneShallowArrayStub stub(isolate(), allocation_site_mode); local
/external/v8/src/full-codegen/mips64/
H A Dfull-codegen-mips64.cc1590 AllocationSiteMode allocation_site_mode = TRACK_ALLOCATION_SITE; local
1594 allocation_site_mode = DONT_TRACK_ALLOCATION_SITE;
1606 FastCloneShallowArrayStub stub(isolate(), allocation_site_mode); local
/external/v8/src/full-codegen/ppc/
H A Dfull-codegen-ppc.cc1557 AllocationSiteMode allocation_site_mode = TRACK_ALLOCATION_SITE; local
1561 allocation_site_mode = DONT_TRACK_ALLOCATION_SITE;
1572 FastCloneShallowArrayStub stub(isolate(), allocation_site_mode); local
/external/v8/src/full-codegen/s390/
H A Dfull-codegen-s390.cc1517 AllocationSiteMode allocation_site_mode = TRACK_ALLOCATION_SITE; local
1521 allocation_site_mode = DONT_TRACK_ALLOCATION_SITE;
1532 FastCloneShallowArrayStub stub(isolate(), allocation_site_mode); local
/external/v8/src/full-codegen/x64/
H A Dfull-codegen-x64.cc1541 AllocationSiteMode allocation_site_mode = TRACK_ALLOCATION_SITE; local
1545 allocation_site_mode = DONT_TRACK_ALLOCATION_SITE;
1558 FastCloneShallowArrayStub stub(isolate(), allocation_site_mode); local
/external/v8/src/full-codegen/x87/
H A Dfull-codegen-x87.cc1505 AllocationSiteMode allocation_site_mode = TRACK_ALLOCATION_SITE; local
1509 allocation_site_mode = DONT_TRACK_ALLOCATION_SITE;
1522 FastCloneShallowArrayStub stub(isolate(), allocation_site_mode); local

Completed in 149 milliseconds