Searched defs:OpcodeStats (Results 1 – 2 of 2) sorted by relevance
249 struct OpcodeStats { struct252 static long long opcodeCounts[numOpcodeIDs];253 static long long opcodePairCounts[numOpcodeIDs][numOpcodeIDs];254 static int lastOpcode;
60 OpcodeStats::OpcodeStats() in OpcodeStats() function in JSC::OpcodeStats