Searched refs:slot_ (Results 1 - 8 of 8) sorted by relevance
/third_party/node/deps/v8/src/compiler/ |
H A D | feedback-source.cc | 12 FeedbackSlot slot_) in FeedbackSource() 13 : vector(vector_), slot(slot_) { in FeedbackSource() 17 FeedbackSource::FeedbackSource(FeedbackVectorRef vector_, FeedbackSlot slot_) in FeedbackSource() argument 18 : FeedbackSource(vector_.object(), slot_) {} in FeedbackSource() 11 FeedbackSource(Handle<FeedbackVector> vector_, FeedbackSlot slot_) FeedbackSource() argument
|
H A D | feedback-source.h | 18 FeedbackSlot slot_); 19 FeedbackSource(FeedbackVectorRef vector_, FeedbackSlot slot_);
|
H A D | js-type-hint-lowering.cc | 76 slot_(slot) {} in JSSpeculativeBinopBuilder() 239 return lowering_->GetBinaryOperationHint(slot_); in GetBinaryOperationHint() 243 return lowering_->GetCompareOperationHint(slot_); in GetCompareOperationHint() 252 FeedbackSlot const slot_; member in v8::internal::compiler::final
|
/third_party/node/deps/v8/src/ic/ |
H A D | accessor-assembler.h | 98 slot_(slot), in LoadICParameters() 107 slot_(p->slot_), in LoadICParameters() 114 TNode<TaggedIndex> slot() const { return slot_; } in slot() 132 TNode<TaggedIndex> slot_; member 146 slot_(slot), in LazyLoadICParameters() 155 slot_ = [=] { return p->slot(); }; in LazyLoadICParameters() 163 TNode<TaggedIndex> slot() const { return slot_(); } in slot() 179 LazyNode<TaggedIndex> slot_; member 216 slot_(slo in StoreICParameters() 246 TNode<TaggedIndex> slot_; global() member [all...] |
/third_party/skia/third_party/externals/abseil-cpp/absl/container/internal/ |
H A D | raw_hash_set.h | 762 return PolicyTraits::element(slot_); 772 ++slot_; 793 iterator(ctrl_t* ctrl, slot_type* slot) : ctrl_(ctrl), slot_(slot) { 803 slot_ += shift; 809 // To avoid uninitialized member warnings, put slot_ in an anonymous union. 812 slot_type* slot_; 1256 assert(*slot_); 1257 PolicyTraits::construct(alloc_, *slot_, std::forward<Args>(args)...); 1258 *slot_ = nullptr; 1262 constructor(allocator_type* a, slot_type** slot) : alloc_(a), slot_(slo [all...] |
/third_party/node/deps/v8/src/objects/ |
H A D | feedback-vector.h | 500 if (slot_.IsInvalid()) slot_ = spec_->AddSlot(kind_); in Get() 501 return slot_; in Get() 506 FeedbackSlot slot_; member in v8::internal::SharedFeedbackSlot 725 FeedbackSlot slot() const { return slot_; } in slot() 878 FeedbackSlot slot_; member in v8::internal::final
|
H A D | feedback-vector.cc | 519 slot_(slot), in FeedbackNexus() 527 slot_(slot), in FeedbackNexus() 536 slot_(slot), in FeedbackNexus()
|
/third_party/node/deps/v8/src/snapshot/ |
H A D | deserializer.cc | 118 explicit SlotAccessorForRootSlots(FullMaybeObjectSlot slot) : slot_(slot) {} in SlotAccessorForRootSlots() 120 FullMaybeObjectSlot slot() const { return slot_; } in slot() 152 const FullMaybeObjectSlot slot_; member in v8::internal::SlotAccessorForRootSlots
|
Completed in 10 milliseconds