Searched refs:is_on (Results 1 – 7 of 7) sorted by relevance
212 static bool is_on = false; // If are on as a subsytem. variable243 if (is_on) { in DoGetHeapProfileLocked()273 RAW_DCHECK(is_on, ""); in DumpProfileLocked()384 if (is_on) { in RecordAlloc()393 if (is_on) { in RecordFree()487 if (is_on) return; in HeapProfilerStart()489 is_on = true; in HeapProfilerStart()573 if (!is_on) return; in IterateAllocatedObjects()580 return is_on ? 1 : 0; // return an int, because C code doesn't have bool in IsHeapProfilerRunning()586 if (!is_on) return; in HeapProfilerStop()[all …]
163 static bool is_on = false; // If are on as a subsytem. variable187 if (is_on) { in DoGetHeapProfileLocked()216 RAW_DCHECK(is_on, ""); in DumpProfileLocked()305 if (is_on) { in RecordAlloc()314 if (is_on) { in RecordFree()408 if (is_on) return; in HeapProfilerStart()410 is_on = true; in HeapProfilerStart()471 return is_on ? 1 : 0; // return an int, because C code doesn't have bool in IsHeapProfilerRunning()477 if (!is_on) return; in HeapProfilerStop()512 is_on = false; in HeapProfilerStop()[all …]
107 bool is_on = decision_points_[ind].decision; in RingSum() local117 if (is_on) in RingSum()119 is_on = decision_points_[ind].decision; in RingSum()
42 …constexpr bool is_on() const; // expected-error {{non-literal type 'std_example::debug_flag' canno…
638 bool is_on = false; in TEST() local639 for (int k = 0; !is_on && (k < 2 * kRangeSize); k += 2) in TEST()640 is_on = (range[k] <= p && p <= range[k + 1]); in TEST()641 CHECK_EQ(is_on, outs->Get(j)); in TEST()1436 bool is_on = false; in TEST() local1437 for (int j = 0; !is_on && j < kRangeCount; j++) in TEST()1438 is_on = ranges->at(j).Contains(i); in TEST()1440 CHECK_EQ(is_on, set->Get(0) == false); in TEST()
483 my $is_on = ($auto_annotate ? "on" : "off");484 print("Auto-annotation: $is_on\n");
755 my $is_on = ($auto_annotate ? "on" : "off");756 print("Auto-annotation: $is_on\n");