Home
last modified time | relevance | path

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

/third_party/node/deps/v8/src/compiler/
Djs-heap-broker.cc281 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()
Dprocessed-feedback.h94 int const index_and_immutable_; variable