Searched refs:ForInType (Results 1 – 4 of 4) sorted by relevance
38 byte ForInType(int feedback_vector_slot);
304 stmt->set_for_in_type(static_cast<ForInStatement::ForInType>( in VisitForInStatement()305 oracle()->ForInType(stmt->ForInFeedbackSlot()))); in VisitForInStatement()
109 byte TypeFeedbackOracle::ForInType(int feedback_vector_slot) { in ForInType() function in v8::internal::TypeFeedbackOracle
936 enum ForInType { FAST_FOR_IN, SLOW_FOR_IN }; enum937 ForInType for_in_type() const { return for_in_type_; } in for_in_type()938 void set_for_in_type(ForInType type) { for_in_type_ = type; } in set_for_in_type()954 ForInType for_in_type_;