Lines Matching refs:FeedbackSlotKind
58 int FeedbackMetadata::GetSlotSize(FeedbackSlotKind kind) { in GetSlotSize()
60 case FeedbackSlotKind::kForIn: in GetSlotSize()
61 case FeedbackSlotKind::kInstanceOf: in GetSlotSize()
62 case FeedbackSlotKind::kCompareOp: in GetSlotSize()
63 case FeedbackSlotKind::kBinaryOp: in GetSlotSize()
64 case FeedbackSlotKind::kLiteral: in GetSlotSize()
65 case FeedbackSlotKind::kCreateClosure: in GetSlotSize()
66 case FeedbackSlotKind::kTypeProfile: in GetSlotSize()
69 case FeedbackSlotKind::kCall: in GetSlotSize()
70 case FeedbackSlotKind::kCloneObject: in GetSlotSize()
71 case FeedbackSlotKind::kLoadProperty: in GetSlotSize()
72 case FeedbackSlotKind::kLoadGlobalInsideTypeof: in GetSlotSize()
73 case FeedbackSlotKind::kLoadGlobalNotInsideTypeof: in GetSlotSize()
74 case FeedbackSlotKind::kLoadKeyed: in GetSlotSize()
75 case FeedbackSlotKind::kStoreNamedSloppy: in GetSlotSize()
76 case FeedbackSlotKind::kStoreNamedStrict: in GetSlotSize()
77 case FeedbackSlotKind::kStoreOwnNamed: in GetSlotSize()
78 case FeedbackSlotKind::kStoreGlobalSloppy: in GetSlotSize()
79 case FeedbackSlotKind::kStoreGlobalStrict: in GetSlotSize()
80 case FeedbackSlotKind::kStoreKeyedSloppy: in GetSlotSize()
81 case FeedbackSlotKind::kStoreKeyedStrict: in GetSlotSize()
82 case FeedbackSlotKind::kStoreInArrayLiteral: in GetSlotSize()
83 case FeedbackSlotKind::kStoreDataPropertyInLiteral: in GetSlotSize()
86 case FeedbackSlotKind::kInvalid: in GetSlotSize()
87 case FeedbackSlotKind::kKindsNumber: in GetSlotSize()
261 FeedbackSlotKind kind = iter.kind(); in ComputeCounts()
266 case FeedbackSlotKind::kCall: in ComputeCounts()
267 case FeedbackSlotKind::kLoadProperty: in ComputeCounts()
268 case FeedbackSlotKind::kLoadGlobalInsideTypeof: in ComputeCounts()
269 case FeedbackSlotKind::kLoadGlobalNotInsideTypeof: in ComputeCounts()
270 case FeedbackSlotKind::kLoadKeyed: in ComputeCounts()
271 case FeedbackSlotKind::kStoreNamedSloppy: in ComputeCounts()
272 case FeedbackSlotKind::kStoreNamedStrict: in ComputeCounts()
273 case FeedbackSlotKind::kStoreOwnNamed: in ComputeCounts()
274 case FeedbackSlotKind::kStoreGlobalSloppy: in ComputeCounts()
275 case FeedbackSlotKind::kStoreGlobalStrict: in ComputeCounts()
276 case FeedbackSlotKind::kStoreKeyedSloppy: in ComputeCounts()
277 case FeedbackSlotKind::kStoreKeyedStrict: in ComputeCounts()
278 case FeedbackSlotKind::kStoreInArrayLiteral: in ComputeCounts()
279 case FeedbackSlotKind::kStoreDataPropertyInLiteral: in ComputeCounts()
280 case FeedbackSlotKind::kTypeProfile: { in ComputeCounts()
293 case FeedbackSlotKind::kBinaryOp: { in ComputeCounts()
305 case FeedbackSlotKind::kCompareOp: { in ComputeCounts()
317 case FeedbackSlotKind::kForIn: { in ComputeCounts()
329 case FeedbackSlotKind::kInstanceOf: { in ComputeCounts()
339 case FeedbackSlotKind::kCreateClosure: in ComputeCounts()
340 case FeedbackSlotKind::kLiteral: in ComputeCounts()
341 case FeedbackSlotKind::kCloneObject: in ComputeCounts()
343 case FeedbackSlotKind::kInvalid: in ComputeCounts()
344 case FeedbackSlotKind::kKindsNumber: in ComputeCounts()
399 FeedbackSlotKind kind = vector()->GetKind(slot()); in GetFeedbackExtra()
418 FeedbackSlotKind kind = vector()->GetKind(slot()); in SetFeedbackExtra()