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

  /external/webkit/Source/JavaScriptCore/bytecode/
Opcode.cpp 54 long long OpcodeStats::opcodeCounts[numOpcodeIDs];
63 opcodeCounts[i] = 0;
72 long long leftValue = OpcodeStats::opcodeCounts[*(int*) left];
73 long long rightValue = OpcodeStats::opcodeCounts[*(int*) right];
102 totalInstructions += opcodeCounts[i];
129 printf("%s:%s %lld - %.2f%%\n", opcodeNames[index], padOpcodeName((OpcodeID)index, 28), opcodeCounts[index], ((double) opcodeCounts[index]) / ((double) totalInstructions) * 100.0);
150 long long opcodeCount = opcodeCounts[index];
176 opcodeCounts[opcode]++;
Opcode.h 252 static long long opcodeCounts[numOpcodeIDs];

Completed in 28 milliseconds