Home
last modified time | relevance | path

Searched refs:stored_state_ (Results 1 – 4 of 4) sorted by relevance

/external/v8/src/
Dstore-buffer.h215 stored_state_(store_buffer->store_buffer_rebuilding_enabled_), in StoreBufferRebuildScope()
224 store_buffer_->store_buffer_rebuilding_enabled_ = stored_state_; in ~StoreBufferRebuildScope()
231 bool stored_state_; variable
240 stored_state_(store_buffer->may_move_store_buffer_entries_) { in DontMoveStoreBufferEntriesScope()
245 store_buffer_->may_move_store_buffer_entries_ = stored_state_; in ~DontMoveStoreBufferEntriesScope()
250 bool stored_state_; variable
/external/chromium_org/v8/src/
Dstore-buffer.h232 stored_state_(store_buffer->store_buffer_rebuilding_enabled_), in StoreBufferRebuildScope()
241 store_buffer_->store_buffer_rebuilding_enabled_ = stored_state_; in ~StoreBufferRebuildScope()
246 bool stored_state_; variable
255 stored_state_(store_buffer->may_move_store_buffer_entries_) { in DontMoveStoreBufferEntriesScope()
260 store_buffer_->may_move_store_buffer_entries_ = stored_state_; in ~DontMoveStoreBufferEntriesScope()
265 bool stored_state_; variable
/external/chromium_org/webkit/browser/appcache/
Dappcache_update_job.h243 stored_state_ != UNSTORED; } in IsTerminating()
312 StoredState stored_state_; variable
Dappcache_update_job.cc308 stored_state_(UNSTORED), in AppCacheUpdateJob()
754 DCHECK(stored_state_ == UNSTORED); in StoreGroupAndCache()
755 stored_state_ = STORING; in StoreGroupAndCache()
772 DCHECK(stored_state_ == STORING); in OnGroupAndNewestCacheStored()
774 stored_state_ = STORED; in OnGroupAndNewestCacheStored()
1246 switch (stored_state_) { in MaybeCompleteUpdate()
1266 DCHECK(stored_state_ == STORED); in MaybeCompleteUpdate()