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

  /external/webkit/Source/JavaScriptCore/bytecode/
Opcode.cpp 56 int OpcodeStats::lastOpcode = -1;
178 if (lastOpcode != -1)
179 opcodePairCounts[lastOpcode][opcode]++;
181 lastOpcode = opcode;
186 lastOpcode = -1;
Opcode.h 254 static int lastOpcode;

Completed in 45 milliseconds