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

  /external/webkit/JavaScriptCore/bytecode/
CodeBlock.h 408 void addFunctionRegisterInfo(unsigned bytecodeOffset, int functionIndex) { createRareDataIfNecessary(); m_rareData->m_functionRegisterInfos.append(FunctionRegisterInfo(bytecodeOffset, functionIndex)); }
  /external/webkit/JavaScriptCore/bytecompiler/
BytecodeGenerator.cpp     [all...]

Completed in 248 milliseconds