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

  /external/webkit/Source/JavaScriptCore/bytecode/
Opcode.cpp 55 long long OpcodeStats::opcodePairCounts[numOpcodeIDs][numOpcodeIDs];
67 opcodePairCounts[i][j] = 0;
86 long long leftValue = OpcodeStats::opcodePairCounts[leftPair.first][leftPair.second];
88 long long rightValue = OpcodeStats::opcodePairCounts[rightPair.first][rightPair.second];
107 totalInstructionPairs += opcodePairCounts[i][j];
137 long long count = opcodePairCounts[indexPair.first][indexPair.second];
158 long long pairCount = opcodePairCounts[indexPair.first][indexPair.second];
179 opcodePairCounts[lastOpcode][opcode]++;
Opcode.h 253 static long long opcodePairCounts[numOpcodeIDs][numOpcodeIDs];

Completed in 681 milliseconds