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

  /external/webkit/Source/JavaScriptCore/bytecode/
CodeBlock.h 287 unsigned instructionCount() { return m_instructionCount; }
288 void setInstructionCount(unsigned instructionCount) { m_instructionCount = instructionCount; }
497 unsigned m_instructionCount;
CodeBlock.cpp     [all...]

Completed in 32 milliseconds