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

  /external/webkit/Source/JavaScriptCore/runtime/
Executable.cpp 130 m_evalCodeBlock->discardBytecode();
188 m_programCodeBlock->discardBytecode();
271 m_codeBlockForCall->discardBytecode();
316 m_codeBlockForConstruct->discardBytecode();
  /external/webkit/Source/JavaScriptCore/bytecode/
CodeBlock.h 284 void discardBytecode() { m_instructions.clear(); }

Completed in 336 milliseconds