HomeSort by relevance Sort by last modified time
    Searched refs:m_functionRegisterInfos (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)); }
559 Vector<FunctionRegisterInfo> m_functionRegisterInfos;
CodeBlock.cpp     [all...]

Completed in 740 milliseconds