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

  /external/webkit/JavaScriptCore/bytecode/
Opcode.cpp 51 int OpcodeStats::lastOpcode = -1;
173 if (lastOpcode != -1)
174 opcodePairCounts[lastOpcode][opcode]++;
176 lastOpcode = opcode;
181 lastOpcode = -1;
Opcode.h 234 static int lastOpcode;

Completed in 984 milliseconds