HomeSort by relevance Sort by last modified time
    Searched refs:AllocationSite (Results 26 - 50 of 67) sorted by null

12 3

  /external/chromium_org/v8/src/
objects.h 531 V(ALLOCATION_SITE, AllocationSite, allocation_site) \
    [all...]
heap-snapshot-generator.cc     [all...]
hydrogen.cc     [all...]
heap-snapshot-generator.h 383 void ExtractAllocationSiteReferences(int entry, AllocationSite* site);
serialize.h 275 void RelinkAllocationSite(AllocationSite* site);
hydrogen.h 1014 explicit HAllocationMode(Handle<AllocationSite> feedback_site)
1025 Handle<AllocationSite> feedback_site() const { return feedback_site_; }
1038 Handle<AllocationSite> feedback_site_;
    [all...]
hydrogen-instructions.cc     [all...]
runtime.cc 467 Handle<AllocationSite> site;
491 site = Handle<AllocationSite>::cast(literal_site);
507 MUST_USE_RESULT static MaybeHandle<AllocationSite> GetLiteralAllocationSite(
514 Handle<AllocationSite> site;
521 AllocationSite);
527 return Handle<AllocationSite>::null();
533 site = Handle<AllocationSite>::cast(literal_site);
547 Handle<AllocationSite> site;
    [all...]
hydrogen-instructions.h     [all...]
  /external/chromium_org/v8/src/heap/
mark-compact.h 661 void MarkAllocationSite(AllocationSite* site);
mark-compact.cc     [all...]
  /external/chromium_org/v8/src/ic/
ic.h 610 MaybeHandle<Object> Transition(Handle<AllocationSite> allocation_site,
ic.cc     [all...]
  /external/chromium_org/v8/src/arm/
code-stubs-arm.cc     [all...]
builtins-arm.cc 467 // Load the AllocationSite
603 // r2 is an AllocationSite. We are creating a memento from it, so we
606 AllocationSite::kPretenureCreateCountOffset));
609 AllocationSite::kPretenureCreateCountOffset));
    [all...]
  /external/chromium_org/v8/src/arm64/
code-stubs-arm64.cc     [all...]
builtins-arm64.cc 469 // Load the AllocationSite
563 // r2 is an AllocationSite. We are creating a memento from it, so we
566 AllocationSite::kPretenureCreateCountOffset));
569 AllocationSite::kPretenureCreateCountOffset));
    [all...]
  /external/chromium_org/v8/src/ia32/
code-stubs-ia32.cc     [all...]
  /external/chromium_org/v8/src/x64/
code-stubs-x64.cc     [all...]
  /external/chromium_org/v8/src/x87/
code-stubs-x87.cc     [all...]
  /external/chromium_org/v8/src/mips/
builtins-mips.cc 482 // Load the AllocationSite.
625 // a2 is an AllocationSite. We are creating a memento from it, so we
628 AllocationSite::kPretenureCreateCountOffset));
631 AllocationSite::kPretenureCreateCountOffset));
    [all...]
code-stubs-mips.cc     [all...]
  /external/chromium_org/v8/src/mips64/
builtins-mips64.cc 489 // Load the AllocationSite.
636 // a2 is an AllocationSite. We are creating a memento from it, so we
639 AllocationSite::kPretenureCreateCountOffset));
642 AllocationSite::kPretenureCreateCountOffset));
    [all...]
code-stubs-mips64.cc     [all...]
  /external/chromium_org/v8/test/mjsunit/
allocation-site-info.js 328 // that state "Array" implies an AllocationSite is present, and code is

Completed in 758 milliseconds

12 3