HomeSort by relevance Sort by last modified time
    Searched refs:allocation_site_mode (Results 1 - 9 of 9) sorted by null

  /external/chromium_org/v8/src/
code-stubs.h 590 AllocationSiteMode allocation_site_mode)
592 allocation_site_mode_(allocation_site_mode) {}
594 AllocationSiteMode allocation_site_mode() const {
    [all...]
code-stubs-hydrogen.cc 331 AllocationSiteMode alloc_site_mode = casted_stub()->allocation_site_mode();
    [all...]
hydrogen-instructions.h 7321 AllocationSiteMode allocation_site_mode() const { function in class:HMaterializedLiteral
    [all...]
  /external/chromium_org/v8/src/arm64/
full-codegen-arm64.cc 1776 AllocationSiteMode allocation_site_mode = TRACK_ALLOCATION_SITE; local
1792 FastCloneShallowArrayStub stub(isolate(), allocation_site_mode); local
    [all...]
  /external/chromium_org/v8/src/x64/
full-codegen-x64.cc 1754 AllocationSiteMode allocation_site_mode = TRACK_ALLOCATION_SITE; local
1773 FastCloneShallowArrayStub stub(isolate(), allocation_site_mode); local
    [all...]
  /external/chromium_org/v8/src/arm/
full-codegen-arm.cc 1775 AllocationSiteMode allocation_site_mode = TRACK_ALLOCATION_SITE; local
1791 FastCloneShallowArrayStub stub(isolate(), allocation_site_mode); local
    [all...]
  /external/chromium_org/v8/src/ia32/
full-codegen-ia32.cc 1721 AllocationSiteMode allocation_site_mode = TRACK_ALLOCATION_SITE; local
1740 FastCloneShallowArrayStub stub(isolate(), allocation_site_mode); local
    [all...]
  /external/chromium_org/v8/src/mips/
full-codegen-mips.cc 1787 AllocationSiteMode allocation_site_mode = TRACK_ALLOCATION_SITE; local
1804 FastCloneShallowArrayStub stub(isolate(), allocation_site_mode); local
    [all...]
  /external/chromium_org/v8/src/x87/
full-codegen-x87.cc 1718 AllocationSiteMode allocation_site_mode = TRACK_ALLOCATION_SITE; local
1737 FastCloneShallowArrayStub stub(isolate(), allocation_site_mode); local
    [all...]

Completed in 431 milliseconds