total 3873 include/v8.h virtual ControlOption ReportProgressValue(int done, int total) = 0;
total 636 src/global-handles.cc int total = 0;
total 643 src/global-handles.cc total++;
total 651 src/global-handles.cc PrintF(" allocated memory = %" V8_PTR_PREFIX "dB\n", sizeof(Node) * total);
total 656 src/global-handles.cc PrintF(" # total = %d\n", total);
total 833 src/handles.cc int total = 0;
total 838 src/handles.cc return total + to - from;
total 851 src/handles.cc total += Utf8LengthHelper(second,
total 870 src/handles.cc total += first_length - from;
total 878 src/handles.cc total += to - first_length;
total 884 src/handles.cc total += Utf8LengthHelper(second,
total 915 src/handles.cc total += unibrow::Utf8::Length(c, previous);
total 921 src/handles.cc total -= unibrow::Utf8::kBytesSavedByCombiningSurrogates;
total 927 src/handles.cc return total;
total 417 src/heap.cc intptr_t total = 0;
total 420 src/heap.cc total += space->SizeOfObjects();
total 422 src/heap.cc return total;
total 9049 src/hydrogen.cc int total = parameter_count + specials_count_ + local_count + stack_height;
total 9050 src/hydrogen.cc values_.Initialize(total + 4, zone());
total 9051 src/hydrogen.cc for (int i = 0; i < total; ++i) values_.Add(NULL, zone());
total 9341 src/hydrogen.cc int total = current->phis()->length();
total 9344 src/hydrogen.cc for (int j = 0; j < total; ++j) {
total 147 src/runtime-profiler.cc int typeinfo, total, percentage;
total 148 src/runtime-profiler.cc GetICCounts(function, &typeinfo, &total, &percentage);
total 149 src/runtime-profiler.cc PrintF(", ICs with typeinfo: %d/%d (%d%%)", typeinfo, total, percentage);
total 320 src/runtime-profiler.cc int typeinfo, total, percentage;
total 321 src/runtime-profiler.cc GetICCounts(function, &typeinfo, &total, &percentage);
total 334 src/runtime-profiler.cc typeinfo, total, percentage);
total 201 src/v8utils.cc int total = 0;
total 202 src/v8utils.cc while (total < size) {
total 203 src/v8utils.cc int write = static_cast<int>(fwrite(str, 1, size - total, f));
total 205 src/v8utils.cc return total;
total 207 src/v8utils.cc total += write;
total 210 src/v8utils.cc return total;
total 209 test/cctest/test-fast-dtoa.cc int total = 0;
total 216 test/cctest/test-fast-dtoa.cc total++;
total 226 test/cctest/test-fast-dtoa.cc CHECK_GT(succeeded*1.0/total, 0.99);
total 238 test/cctest/test-fast-dtoa.cc int total = 0;
total 249 test/cctest/test-fast-dtoa.cc total++;
total 264 test/cctest/test-fast-dtoa.cc CHECK_GT(succeeded*1.0/total, 0.85);
total 922 test/cctest/test-heap-profiler.cc total_ = total;
total 947 test/cctest/test-heap-profiler.cc CHECK_GT(aborting_control.total(), aborting_control.done());
total 956 test/cctest/test-heap-profiler.cc CHECK_EQ(control.total(), control.done());
total 957 test/cctest/test-heap-profiler.cc CHECK_GT(control.total(), 0);