Home
last modified time | relevance | path

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

/external/v8/src/
Dfeedback-vector.cc29 CHECK_EQ(FeedbackVectorSpec::kTypeProfileSlotIndex, in AddTypeProfileSlot()
36 FeedbackVector::ToSlot(FeedbackVectorSpec::kTypeProfileSlotIndex); in HasTypeProfileSlot()
184 FeedbackVector::ToSlot(FeedbackVectorSpec::kTypeProfileSlotIndex); in HasTypeProfileSlot()
197 FeedbackVector::ToSlot(FeedbackVectorSpec::kTypeProfileSlotIndex); in GetTypeProfileSlot()
Dfeedback-vector.h333 static const int kTypeProfileSlotIndex = 0; variable