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 19 DCHECK(!heap->incremental_marking()->IsStopped());
71 if (incremental_marking->IsStopped()) {
86 return incremental_marking->IsStopped() ? kDone : kMoreWork;
133 if (!incremental_marking->IsStopped()) {
138 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 68 inline bool IsStopped() { return state() == STOPPED; }
incremental-marking.cc 937 if (IsStopped()) return;
    [all...]
heap.cc 851 if (!incremental_marking()->IsStopped()) {
911 if (incremental_marking()->IsStopped()) {
    [all...]
heap-inl.h 385 if (!incremental_marking()->IsStopped()) return false;
mark-compact.cc 370 DCHECK(heap_->incremental_marking()->IsStopped());
    [all...]
  /external/v8/test/cctest/heap/
test-incremental-marking.cc 137 CHECK(marking->IsStopped());
163 CHECK(marking->IsStopped());
189 while (!marking->IsStopped() && platform.PendingDelayedTask()) {
193 CHECK(marking->IsStopped());
utils-inl.h 118 CHECK(marking->IsMarking() || marking->IsStopped());
119 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 1288 milliseconds