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

/macosx-10.9.5/JavaScriptCore-7537.78.1/bytecode/
H A DOpcode.cpp155 double pairProportion = ((double) pairCount) / ((double) totalInstructionPairs); local
157 if (!pairCount || pairProportion < 0.0001 || pairProportion < opcodeProportion / 100)
163 dataLogF(" %s%s %s:%s %lld - %.2f%%\n", opcodeNames[indexPair.first], padOpcodeName((OpcodeID)indexPair.first, 28), opcodeNames[indexPair.second], padOpcodeName((OpcodeID)indexPair.second, 28), pairCount, pairProportion * 100.0);

Completed in 107 milliseconds