Changeset 34411 in webkit for trunk/JavaScriptCore/VM/Opcode.h
- Timestamp:
- Jun 6, 2008, 9:51:02 PM (17 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/JavaScriptCore/VM/Opcode.h
r34372 r34411 144 144 OpcodeStats(); 145 145 ~OpcodeStats(); 146 static unsigned opcodeCounts[numOpcodeIDs]; 146 static long long opcodeCounts[numOpcodeIDs]; 147 static long long opcodePairCounts[numOpcodeIDs][numOpcodeIDs]; 148 static int lastOpcode; 149 147 150 static void recordInstruction(int opcode); 151 static void resetLastInstruction(); 148 152 }; 149 153
Note:
See TracChangeset
for help on using the changeset viewer.