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

  /external/webkit/Source/JavaScriptCore/bytecode/
CodeBlock.h 288 void setInstructionCount(unsigned instructionCount) { m_instructionCount = instructionCount; }
  /external/webkit/Source/JavaScriptCore/bytecompiler/
BytecodeGenerator.cpp 147 m_codeBlock->setInstructionCount(m_codeBlock->instructions().size());
    [all...]

Completed in 39 milliseconds