Lines Matching refs:CacheState
113 struct CacheState { struct
115 CacheState() = default;
116 CacheState(CacheState&&) = default;
117 CacheState& operator=(CacheState&&) = default; argument
232 void InitMerge(const CacheState& source, uint32_t num_locals, argument
235 void Steal(CacheState& source);
237 void Split(const CacheState& source);
245 CacheState& operator=(const CacheState&) = default; argument
247 CacheState(const CacheState&) = delete;
301 void MergeFullStackWith(CacheState&);
302 void MergeStackWith(CacheState&, uint32_t arity);
578 CacheState* cache_state() { return &cache_state_; } in cache_state()
579 const CacheState* cache_state() const { return &cache_state_; } in cache_state()
599 CacheState cache_state_;