Searched refs:ForInType (Results 1 – 4 of 4) sorted by relevance
39 byte ForInType(FeedbackVectorSlot feedback_vector_slot);
128 byte TypeFeedbackOracle::ForInType(FeedbackVectorSlot feedback_vector_slot) { in ForInType() function in v8::internal::TypeFeedbackOracle
299 stmt->set_for_in_type(static_cast<ForInStatement::ForInType>( in VisitForInStatement()300 oracle()->ForInType(stmt->ForInFeedbackSlot()))); in VisitForInStatement()
745 enum ForInType { FAST_FOR_IN, SLOW_FOR_IN }; enum746 ForInType for_in_type() const { return ForInTypeField::decode(bit_field_); } in for_in_type()747 void set_for_in_type(ForInType type) { in set_for_in_type()780 : public BitField<ForInType, ForEachStatement::kNextBitFieldIndex, 1> {};