Home
last modified time | relevance | path

Searched refs:site_ (Results 1 - 3 of 3) sorted by relevance

/third_party/node/deps/v8/src/compiler/
H A Dcompilation-dependencies.cc626 site_(site), in PretenureModeDependency()
630 return allocation_ == site_.object()->GetAllocationType();
634 deps->Register(site_.object(),
641 return base::hash_combine(h(site_), allocation_);
646 return site_.equals(zat->site_) && allocation_ == zat->allocation_;
649 const AllocationSiteRef site_; member in v8::internal::compiler::__anon14333::final
906 : CompilationDependency(kElementsKind), site_(site), kind_(kind) { in ElementsKindDependency()
911 Handle<AllocationSite> site = site_.object();
920 deps->Register(site_
935 const AllocationSiteRef site_; global() member in v8::internal::compiler::__anon14333::final
[all...]
H A Djs-operator.cc402 AddressOrNull(lhs.site_) == AddressOrNull(rhs.site_); in operator ==()
413 return base::hash_combine(p.arity(), AddressOrNull(p.site_)); in hash_value()
419 if (p.site_.has_value()) { in operator <<()
420 os << ", " << Brief(*p.site_->object()); in operator <<()
H A Djs-operator.h570 : arity_(arity), site_(site) {} in CreateArrayParameters()
574 return AllocationSiteTinyRef::AsOptionalRef(broker, site_); in site()
579 base::Optional<AllocationSiteTinyRef> const site_; member in v8::internal::compiler::final::base

Completed in 9 milliseconds