Searched defs:FeedbackVectorSlotKind (Results 1 - 1 of 1) sorted by relevance

/external/v8/src/
H A Dtype-feedback-vector.h18 enum class FeedbackVectorSlotKind { class in namespace:v8::internal
37 std::ostream& operator<<(std::ostream& os, FeedbackVectorSlotKind kind);
43 inline FeedbackVectorSlot AddSlot(FeedbackVectorSlotKind kind);
46 return AddSlot(FeedbackVectorSlotKind::CALL_IC);
50 return AddSlot(FeedbackVectorSlotKind::LOAD_IC);
55 return AddSlot(FeedbackVectorSlotKind::LOAD_GLOBAL_IC);
59 return AddSlot(FeedbackVectorSlotKind::KEYED_LOAD_IC);
63 return AddSlot(FeedbackVectorSlotKind::STORE_IC);
67 return AddSlot(FeedbackVectorSlotKind::KEYED_STORE_IC);
71 return AddSlot(FeedbackVectorSlotKind
[all...]

Completed in 80 milliseconds