Lines Matching refs:CacheState
201 struct CacheState {
203 CacheState() = default;
204 CacheState(CacheState&&) V8_NOEXCEPT = default;
205 CacheState& operator=(CacheState&&) V8_NOEXCEPT = default;
207 CacheState(const CacheState&) = delete;
432 void InitMerge(const CacheState& source, uint32_t num_locals,
435 void Steal(const CacheState& source);
437 void Split(const CacheState& source);
445 CacheState& operator=(const CacheState&) V8_NOEXCEPT = default;
594 void MergeFullStackWith(CacheState& target, const CacheState& source);
595 void MergeStackWith(CacheState& target, uint32_t arity, JumpDirection);
1528 CacheState* cache_state() { return &cache_state_; }
1529 const CacheState* cache_state() const { return &cache_state_; }
1558 CacheState cache_state_;