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

  /external/webkit/JavaScriptCore/bytecode/
Opcode.cpp 50 long long OpcodeStats::opcodePairCounts[numOpcodeIDs][numOpcodeIDs];
62 opcodePairCounts[i][j] = 0;
81 long long leftValue = OpcodeStats::opcodePairCounts[leftPair.first][leftPair.second];
83 long long rightValue = OpcodeStats::opcodePairCounts[rightPair.first][rightPair.second];
102 totalInstructionPairs += opcodePairCounts[i][j];
132 long long count = opcodePairCounts[indexPair.first][indexPair.second];
153 long long pairCount = opcodePairCounts[indexPair.first][indexPair.second];
174 opcodePairCounts[lastOpcode][opcode]++;
Opcode.h 233 static long long opcodePairCounts[numOpcodeIDs][numOpcodeIDs];

Completed in 145 milliseconds