Home
last modified time | relevance | path

Searched refs:ForInType (Results 1 – 4 of 4) sorted by relevance

/external/v8/src/
Dtype-info.h38 byte ForInType(int feedback_vector_slot);
Dtyping.cc304 stmt->set_for_in_type(static_cast<ForInStatement::ForInType>( in VisitForInStatement()
305 oracle()->ForInType(stmt->ForInFeedbackSlot()))); in VisitForInStatement()
Dtype-info.cc109 byte TypeFeedbackOracle::ForInType(int feedback_vector_slot) { in ForInType() function in v8::internal::TypeFeedbackOracle
Dast.h936 enum ForInType { FAST_FOR_IN, SLOW_FOR_IN }; enum
937 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_;