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

  /external/chromium_org/v8/src/
code-stubs.h 619 AllocationSiteMode allocation_site_mode)
621 set_sub_minor_key(AllocationSiteModeBits::encode(allocation_site_mode));
624 AllocationSiteMode allocation_site_mode() const {
    [all...]
code-stubs-hydrogen.cc 333 AllocationSiteMode alloc_site_mode = casted_stub()->allocation_site_mode();
    [all...]
hydrogen-instructions.h 7416 AllocationSiteMode allocation_site_mode() const { function in class:v8::FINAL::HMaterializedLiteral
    [all...]
  /external/chromium_org/v8/src/arm/
full-codegen-arm.cc 1817 AllocationSiteMode allocation_site_mode = TRACK_ALLOCATION_SITE; local
1833 FastCloneShallowArrayStub stub(isolate(), allocation_site_mode); local
    [all...]
  /external/chromium_org/v8/src/arm64/
full-codegen-arm64.cc 1796 AllocationSiteMode allocation_site_mode = TRACK_ALLOCATION_SITE; local
1812 FastCloneShallowArrayStub stub(isolate(), allocation_site_mode); local
    [all...]
  /external/chromium_org/v8/src/ia32/
full-codegen-ia32.cc 1740 AllocationSiteMode allocation_site_mode = TRACK_ALLOCATION_SITE; local
1759 FastCloneShallowArrayStub stub(isolate(), allocation_site_mode); local
    [all...]
  /external/chromium_org/v8/src/mips/
full-codegen-mips.cc 1804 AllocationSiteMode allocation_site_mode = TRACK_ALLOCATION_SITE; local
1821 FastCloneShallowArrayStub stub(isolate(), allocation_site_mode); local
    [all...]
  /external/chromium_org/v8/src/mips64/
full-codegen-mips64.cc 1801 AllocationSiteMode allocation_site_mode = TRACK_ALLOCATION_SITE; local
1818 FastCloneShallowArrayStub stub(isolate(), allocation_site_mode); local
    [all...]
  /external/chromium_org/v8/src/x64/
full-codegen-x64.cc 1773 AllocationSiteMode allocation_site_mode = TRACK_ALLOCATION_SITE; local
1792 FastCloneShallowArrayStub stub(isolate(), allocation_site_mode); local
    [all...]
  /external/chromium_org/v8/src/x87/
full-codegen-x87.cc 1729 AllocationSiteMode allocation_site_mode = TRACK_ALLOCATION_SITE; local
1748 FastCloneShallowArrayStub stub(isolate(), allocation_site_mode); local
    [all...]

Completed in 1297 milliseconds