Home
last modified time | relevance | path

Searched refs:InstanceOfFeedback (Results 1 – 2 of 2) sorted by relevance

/third_party/node/deps/v8/src/compiler/
Dprocessed-feedback.h21 class InstanceOfFeedback; variable
54 InstanceOfFeedback const& AsInstanceOf() const;
215 class InstanceOfFeedback
Djs-heap-broker.cc622 return *zone()->New<InstanceOfFeedback>(optional_constructor, nexus.kind()); in ReadFeedbackForInstanceOf()
929 InstanceOfFeedback const& ProcessedFeedback::AsInstanceOf() const { in AsInstanceOf()
931 return *static_cast<InstanceOfFeedback const*>(this); in AsInstanceOf()