Searched refs:IsStopped (Results 1 - 21 of 21) sorted by relevance

/external/chromium_org/media/audio/
H A Daudio_device_thread.h96 bool IsStopped();
H A Dfake_audio_consumer.cc28 bool IsStopped();
70 DCHECK(worker_->IsStopped());
74 DCHECK(worker_->IsStopped());
101 bool FakeAudioConsumer::Worker::IsStopped() { function in class:media::FakeAudioConsumer::Worker
H A Daudio_input_device.cc140 DCHECK(audio_thread_.IsStopped());
179 if (!audio_thread_.IsStopped())
197 DCHECK(audio_thread_.IsStopped());
H A Daudio_output_device.cc79 DCHECK(audio_thread_.IsStopped());
201 if (!audio_thread_.IsStopped())
243 DCHECK(audio_thread_.IsStopped());
H A Daudio_device_thread.cc89 bool AudioDeviceThread::IsStopped() { function in class:media::AudioDeviceThread
/external/chromium_org/chrome/browser/sync/glue/
H A Dbrowser_thread_model_worker.cc67 if (!IsStopped())
/external/chromium_org/sync/internal_api/public/engine/
H A Dmodel_safe_worker.h110 bool IsStopped();
H A Dmodel_safe_worker.cc106 bool ModelSafeWorker::IsStopped() { function in class:syncer::ModelSafeWorker
/external/chromium_org/v8/src/
H A Dincremental-marking.h68 inline bool IsStopped() { return state() == STOPPED; } function in class:v8::internal::IncrementalMarking
H A Dincremental-marking.cc825 if (IsStopped()) return;
886 if (IsStopped() && WorthActivating() && heap_->NextGCIsLikelyToBeFull()) {
H A Dheap.cc737 if (collector == SCAVENGER && !incremental_marking()->IsStopped()) {
745 !incremental_marking()->IsStopped() &&
788 incremental_marking()->IsStopped() &&
811 if (incremental_marking()->IsStopped()) {
1109 ASSERT(collector == SCAVENGER || incremental_marking()->IsStopped());
5797 incremental_marking()->IsStopped()) {
5825 if (incremental_marking()->IsStopped()) {
5844 if (incremental_marking()->IsStopped()) {
5858 if (!incremental_marking()->IsStopped() &&
H A Dheap-inl.h349 if (!incremental_marking()->IsStopped()) return false;
H A Dmark-compact.cc410 ASSERT(heap_->incremental_marking()->IsStopped());
/external/v8/src/
H A Dincremental-marking.h66 inline bool IsStopped() { return state() == STOPPED; } function in class:v8::internal::IncrementalMarking
H A Dheap-inl.h317 if (!incremental_marking()->IsStopped()) return false;
H A Dheap.cc500 if (collector == SCAVENGER && !incremental_marking()->IsStopped()) {
508 !incremental_marking()->IsStopped() &&
546 ASSERT(collector == SCAVENGER || incremental_marking()->IsStopped());
547 if (incremental_marking()->IsStopped()) {
559 if (incremental_marking()->IsStopped()) {
4865 incremental_marking()->IsStopped()) {
4876 ASSERT((contexts_disposed_ == 0) || !incremental_marking()->IsStopped());
4895 if (incremental_marking()->IsStopped()) {
4919 if (incremental_marking()->IsStopped()) {
H A Dincremental-marking.cc709 if (IsStopped()) return;
H A Dspaces.cc2233 (!heap()->incremental_marking()->IsStopped() ||
H A Dmark-compact.cc283 ASSERT(heap_->incremental_marking()->IsStopped());
/external/chromium_org/v8/test/cctest/
H A Dtest-heap.cc50 CHECK(marking->IsMarking() || marking->IsStopped());
51 if (marking->IsStopped()) {
1974 !marking->IsStopped()) {
2093 while (!marking->IsStopped() && !marking->IsComplete()) {
2096 if (!marking->IsStopped() || marking->should_hurry()) {
3525 if (marking->IsStopped()) marking->Start();
/external/v8/test/cctest/
H A Dtest-heap.cc1523 !marking->IsStopped()) {
1634 while (!marking->IsStopped() && !marking->IsComplete()) {

Completed in 1028 milliseconds