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

  /external/webkit/JavaScriptCore/bytecode/
Opcode.cpp 49 long long OpcodeStats::opcodeCounts[numOpcodeIDs];
58 opcodeCounts[i] = 0;
67 long long leftValue = OpcodeStats::opcodeCounts[*(int*) left];
68 long long rightValue = OpcodeStats::opcodeCounts[*(int*) right];
97 totalInstructions += opcodeCounts[i];
124 printf("%s:%s %lld - %.2f%%\n", opcodeNames[index], padOpcodeName((OpcodeID)index, 28), opcodeCounts[index], ((double) opcodeCounts[index]) / ((double) totalInstructions) * 100.0);
145 long long opcodeCount = opcodeCounts[index];
171 opcodeCounts[opcode]++;
Opcode.h 232 static long long opcodeCounts[numOpcodeIDs];

Completed in 193 milliseconds