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

  /external/v8/src/compiler/
compilation-dependencies.h 52 PretenureFlag DependOnPretenureMode(const AllocationSiteRef& site);
66 void DependOnElementsKind(const AllocationSiteRef& site);
76 void DependOnElementsKinds(const AllocationSiteRef& site);
compilation-dependencies.cc 126 PretenureModeDependency(const AllocationSiteRef& site, PretenureFlag mode)
143 AllocationSiteRef site_;
236 ElementsKindDependency(const AllocationSiteRef& site, ElementsKind kind)
260 AllocationSiteRef site_;
323 const AllocationSiteRef& site) {
351 const AllocationSiteRef& site) {
425 const AllocationSiteRef& site) {
426 AllocationSiteRef current = site;
js-heap-copy-reducer.cc 34 if (p.site().ToHandle(&site)) AllocationSiteRef(broker(), site);
js-create-lowering.h 113 base::Optional<AllocationSiteRef> site);
js-heap-broker.h 283 class AllocationSiteRef : public HeapObjectRef {
js-create-lowering.cc 629 Node* node, base::Optional<AllocationSiteRef> site) {
694 base::Optional<AllocationSiteRef> site_ref;
698 site_ref = AllocationSiteRef(js_heap_broker(), site);
    [all...]
js-heap-broker.cc 811 bool AllocationSiteRef::IsFastLiteral() const {
    [all...]

Completed in 1188 milliseconds