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

  /external/webkit/JavaScriptCore/bytecode/
CodeBlock.h 355 unsigned instructionCount() { return m_instructionCount; }
356 void setInstructionCount(unsigned instructionCount) { m_instructionCount = instructionCount; }
507 unsigned m_instructionCount;
CodeBlock.cpp     [all...]

Completed in 25 milliseconds