Home | History | Annotate | Download | only in src

Lines Matching defs:TypeFeedbackInfo

447   V(TYPE_FEEDBACK_INFO, TypeFeedbackInfo, type_feedback_info)                  \
4102 class TypeFeedbackInfo;
4175 // Will contain either a TypeFeedbackInfo object, or undefined.
6575 class TypeFeedbackInfo: public Struct {
6585 static inline TypeFeedbackInfo* cast(Object* obj);
6605 DISALLOW_IMPLICIT_CONSTRUCTORS(TypeFeedbackInfo);