HomeSort by relevance Sort by last modified time
    Searched full:opcodeproportion (Results 1 - 1 of 1) sorted by null

  /external/webkit/Source/JavaScriptCore/bytecode/
Opcode.cpp 151 double opcodeProportion = ((double) opcodeCount) / ((double) totalInstructions);
152 if (opcodeProportion < 0.0001)
154 printf("\n%s:%s %lld - %.2f%%\n", opcodeNames[index], padOpcodeName((OpcodeID)index, 28), opcodeCount, opcodeProportion * 100.0);
161 if (!pairCount || pairProportion < 0.0001 || pairProportion < opcodeProportion / 100)

Completed in 255 milliseconds