Home
last modified time | relevance | path

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

/external/v8/src/
Dtype-info.h39 byte ForInType(FeedbackVectorSlot feedback_vector_slot);
Dtype-info.cc128 byte TypeFeedbackOracle::ForInType(FeedbackVectorSlot feedback_vector_slot) { in ForInType() function in v8::internal::TypeFeedbackOracle
/external/v8/src/crankshaft/
Dtyping.cc299 stmt->set_for_in_type(static_cast<ForInStatement::ForInType>( in VisitForInStatement()
300 oracle()->ForInType(stmt->ForInFeedbackSlot()))); in VisitForInStatement()
/external/v8/src/ast/
Dast.h745 enum ForInType { FAST_FOR_IN, SLOW_FOR_IN }; enum
746 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> {};