Home
last modified time | relevance | path

Searched refs:opcodeCounts (Results 1 – 2 of 2) sorted by relevance

/external/webkit/JavaScriptCore/bytecode/
DOpcode.cpp49 long long OpcodeStats::opcodeCounts[numOpcodeIDs]; member in JSC::OpcodeStats
58 opcodeCounts[i] = 0; in OpcodeStats()
67 long long leftValue = OpcodeStats::opcodeCounts[*(int*) left]; in compareOpcodeIndices()
68 long long rightValue = OpcodeStats::opcodeCounts[*(int*) right]; in compareOpcodeIndices()
97 totalInstructions += opcodeCounts[i]; in ~OpcodeStats()
124 …pcodeNames[index], padOpcodeName((OpcodeID)index, 28), opcodeCounts[index], ((double) opcodeCounts in ~OpcodeStats()
145 long long opcodeCount = opcodeCounts[index]; in ~OpcodeStats()
171 opcodeCounts[opcode]++; in recordInstruction()
DOpcode.h232 static long long opcodeCounts[numOpcodeIDs]; member