HomeSort by relevance Sort by last modified time
    Searched refs:IsStopped (Results 1 - 12 of 12) sorted by null

  /external/v8/src/heap/
incremental-marking-job.cc 21 DCHECK(!heap->incremental_marking()->IsStopped());
74 if (incremental_marking->IsStopped()) {
88 return incremental_marking->IsStopped() ? kDone : kMoreWork;
135 if (!incremental_marking->IsStopped()) {
140 if (!incremental_marking->IsStopped()) {
memory-reducer.cc 49 heap->incremental_marking()->IsStopped() &&
70 DCHECK(heap()->incremental_marking()->IsStopped());
78 if (!heap()->incremental_marking()->IsStopped() &&
incremental-marking.h 69 inline bool IsStopped() { return state() == STOPPED; }
incremental-marking.cc     [all...]
heap.cc 852 if (!incremental_marking()->IsStopped()) {
911 if (incremental_marking()->IsStopped()) {
    [all...]
heap-inl.h 392 if (!incremental_marking()->IsStopped()) return false;
mark-compact.cc 337 DCHECK(heap_->incremental_marking()->IsStopped());
    [all...]
  /external/v8/test/cctest/heap/
test-incremental-marking.cc 136 CHECK(marking->IsStopped());
162 CHECK(marking->IsStopped());
188 while (!marking->IsStopped() && platform.PendingDelayedTask()) {
192 CHECK(marking->IsStopped());
heap-utils.cc 120 CHECK(marking->IsMarking() || marking->IsStopped());
121 if (marking->IsStopped()) {
test-heap.cc     [all...]
  /system/connectivity/shill/wifi/
mac80211_monitor_unittest.cc 114 bool IsStopped() const {
204 EXPECT_TRUE(IsStopped());
223 EXPECT_TRUE(IsStopped());
  /external/v8/test/cctest/
test-api.cc     [all...]

Completed in 288 milliseconds