Searched defs:StoreElement (Results 1 – 1 of 1) sorted by relevance
138 struct StoreElement { struct141 store_index: VectorIdx,144 is_seqcst: bool,147 timestamp: VTimestamp,152 val: Scalar<Provenance>,156 load_info: RefCell<LoadInfo>,334 ) -> (&StoreElement, LoadRecency) { in fetch_store()450 impl StoreElement { impl