Home
last modified time | relevance | path

Searched refs:setInstructionCount (Results 1 – 3 of 3) sorted by relevance

/external/webkit/Source/JavaScriptCore/bytecode/
DCodeBlock.h288 … void setInstructionCount(unsigned instructionCount) { m_instructionCount = instructionCount; } in setInstructionCount() function
/external/webkit/Source/JavaScriptCore/bytecompiler/
DBytecodeGenerator.cpp147 m_codeBlock->setInstructionCount(m_codeBlock->instructions().size()); in generate()
/external/webkit/Source/JavaScriptCore/
DChangeLog-2009-06-1616502 (JSC::CodeBlock::setInstructionCount): Store the instruction vector size