Home
last modified time | relevance | path

Searched refs:GetFeedbackSlotKind (Results 1 – 3 of 3) sorted by relevance

/third_party/node/deps/v8/src/compiler/
Djs-heap-broker.h193 FeedbackSlotKind GetFeedbackSlotKind(FeedbackSource const& source) const; in DEFINE_OPERATORS_FOR_FLAGS()
Dbytecode-graph-builder.cc1538 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()
Djs-heap-broker.cc460 FeedbackSlotKind JSHeapBroker::GetFeedbackSlotKind( in GetFeedbackSlotKind() function in v8::internal::compiler::JSHeapBroker