Searched refs:opcodeCount (Results 1 - 1 of 1) sorted by relevance

/macosx-10.9.5/JavaScriptCore-7537.78.1/bytecode/
H A DOpcode.cpp146 long long opcodeCount = opcodeCounts[index]; local
147 double opcodeProportion = ((double) opcodeCount) / ((double) totalInstructions);
150 dataLogF("\n%s:%s %lld - %.2f%%\n", opcodeNames[index], padOpcodeName((OpcodeID)index, 28), opcodeCount, opcodeProportion * 100.0);

Completed in 178 milliseconds