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

  /external/webkit/Source/JavaScriptCore/bytecode/
SamplingTool.cpp 55 s_flagCounts[32 - index]++;
61 s_flagCounts[i] = 0;
67 total += s_flagCounts[i];
72 if (s_flagCounts[i])
73 printf(" [ %02d ] : %lld\t\t(%03.2f%%)\n", i, s_flagCounts[i], (100.0 * s_flagCounts[i]) / total);
79 uint64_t SamplingFlags::s_flagCounts[33];
SamplingTool.h 87 static uint64_t s_flagCounts[33];

Completed in 131 milliseconds