Home
last modified time | relevance | path

Searched refs:slot_kind_ (Results 1 – 14 of 14) sorted by relevance

/dports/www/node10/node-v10.24.1/deps/v8/src/
H A Dfeedback-vector.h520 slot_kind_(FeedbackSlotKind::kInvalid) {} in FeedbackMetadataIterator()
525 slot_kind_(FeedbackSlotKind::kInvalid) {} in FeedbackMetadataIterator()
533 DCHECK_NE(FeedbackSlotKind::kInvalid, slot_kind_); in kind()
534 DCHECK_NE(FeedbackSlotKind::kKindsNumber, slot_kind_); in kind()
535 return slot_kind_; in kind()
553 FeedbackSlotKind slot_kind_; variable
H A Dfeedback-vector-inl.h378 slot_kind_ = metadata()->GetKind(cur_slot_); in Next()
/dports/www/qt5-webengine/qtwebengine-everywhere-src-5.15.2/src/3rdparty/chromium/v8/src/objects/
H A Dfeedback-vector.h578 slot_kind_(FeedbackSlotKind::kInvalid) {} in FeedbackMetadataIterator()
583 slot_kind_(FeedbackSlotKind::kInvalid) {} in FeedbackMetadataIterator()
591 DCHECK_NE(FeedbackSlotKind::kInvalid, slot_kind_); in kind()
592 DCHECK_NE(FeedbackSlotKind::kKindsNumber, slot_kind_); in kind()
593 return slot_kind_; in kind()
611 FeedbackSlotKind slot_kind_; variable
H A Dfeedback-vector-inl.h302 slot_kind_ = metadata().GetKind(cur_slot_); in Next()
/dports/www/chromium-legacy/chromium-88.0.4324.182/v8/src/objects/
H A Dfeedback-vector.h584 slot_kind_(FeedbackSlotKind::kInvalid) {} in FeedbackMetadataIterator()
589 slot_kind_(FeedbackSlotKind::kInvalid) {} in FeedbackMetadataIterator()
597 DCHECK_NE(FeedbackSlotKind::kInvalid, slot_kind_); in kind()
598 DCHECK_NE(FeedbackSlotKind::kKindsNumber, slot_kind_); in kind()
599 return slot_kind_; in kind()
617 FeedbackSlotKind slot_kind_; variable
H A Dfeedback-vector-inl.h328 slot_kind_ = metadata().GetKind(cur_slot_); in Next()
/dports/lang/v8/v8-9.6.180.12/src/objects/
H A Dfeedback-vector.h609 slot_kind_(FeedbackSlotKind::kInvalid) {} in FeedbackMetadataIterator()
614 slot_kind_(FeedbackSlotKind::kInvalid) {} in FeedbackMetadataIterator()
622 DCHECK_NE(FeedbackSlotKind::kInvalid, slot_kind_); in kind()
623 DCHECK_NE(FeedbackSlotKind::kKindsNumber, slot_kind_); in kind()
624 return slot_kind_; in kind()
642 FeedbackSlotKind slot_kind_; variable
H A Dfeedback-vector-inl.h354 slot_kind_ = metadata().GetKind(cur_slot_); in Next()
/dports/www/qt5-webengine/qtwebengine-everywhere-src-5.15.2/src/3rdparty/chromium/v8/src/compiler/
H A Dprocessed-feedback.h44 FeedbackSlotKind slot_kind() const { return slot_kind_; } in slot_kind()
64 FeedbackSlotKind const slot_kind_; variable
H A Djs-heap-broker.cc4432 : kind_(kind), slot_kind_(slot_kind) {} in ProcessedFeedback()
/dports/lang/v8/v8-9.6.180.12/src/compiler/
H A Dprocessed-feedback.h47 FeedbackSlotKind slot_kind() const { return slot_kind_; } in slot_kind()
69 FeedbackSlotKind const slot_kind_; variable
H A Djs-heap-broker.cc222 : kind_(kind), slot_kind_(slot_kind) {} in ProcessedFeedback()
/dports/www/chromium-legacy/chromium-88.0.4324.182/v8/src/compiler/
H A Dprocessed-feedback.h47 FeedbackSlotKind slot_kind() const { return slot_kind_; } in slot_kind()
69 FeedbackSlotKind const slot_kind_; variable
H A Djs-heap-broker.cc4447 : kind_(kind), slot_kind_(slot_kind) {} in ProcessedFeedback()