Home
last modified time | relevance | path

Searched refs:IsTypeProfileKind (Results 1 – 2 of 2) sorted by relevance

/external/v8/src/
Dfeedback-vector.cc1172 DCHECK(IsTypeProfileKind(kind())); in Collect()
1211 DCHECK(IsTypeProfileKind(kind())); in GetSourcePositions()
1239 DCHECK(IsTypeProfileKind(kind())); in GetTypesForSourcePositions()
1298 DCHECK(IsTypeProfileKind(kind())); in GetTypeProfile()
1315 DCHECK(IsTypeProfileKind(kind())); in ResetTypeProfile()
Dfeedback-vector.h107 inline bool IsTypeProfileKind(FeedbackSlotKind kind) { in IsTypeProfileKind() function