Searched refs:index_and_immutable_ (Results 1 – 2 of 2) sorted by relevance
281 index_and_immutable_(0 /* doesn't matter */) { in GlobalAccessFeedback()287 index_and_immutable_(0 /* doesn't matter */) { in GlobalAccessFeedback()296 index_and_immutable_(FeedbackNexus::SlotIndexBits::encode(slot_index) | in GlobalAccessFeedback()322 return FeedbackNexus::SlotIndexBits::decode(index_and_immutable_); in slot_index()326 return FeedbackNexus::ImmutabilityBit::decode(index_and_immutable_); in immutable()
94 int const index_and_immutable_; variable