Searched refs:GetFeedbackSlotKind (Results 1 – 3 of 3) sorted by relevance
193 FeedbackSlotKind GetFeedbackSlotKind(FeedbackSource const& source) const; in DEFINE_OPERATORS_FOR_FLAGS()
1538 DCHECK(IsLoadGlobalICKind(broker()->GetFeedbackSlotKind(feedback))); in BuildLoadGlobal()1569 GetLanguageModeFromSlotKind(broker()->GetFeedbackSlotKind(feedback)); in VisitStaGlobal()2043 broker()->GetFeedbackSlotKind(feedback)); in BuildNamedStore()2049 GetLanguageModeFromSlotKind(broker()->GetFeedbackSlotKind(feedback)); in BuildNamedStore()2086 GetLanguageModeFromSlotKind(broker()->GetFeedbackSlotKind(source)); in VisitSetKeyedProperty()2119 GetLanguageModeFromSlotKind(broker()->GetFeedbackSlotKind(source)); in VisitDefineKeyedOwnProperty()
460 FeedbackSlotKind JSHeapBroker::GetFeedbackSlotKind( in GetFeedbackSlotKind() function in v8::internal::compiler::JSHeapBroker