Searched refs:setThisRegister (Results 1 - 2 of 2) sorted by relevance

/external/webkit/Source/JavaScriptCore/bytecode/
H A DCodeBlock.h300 void setThisRegister(int thisRegister) { m_thisRegister = thisRegister; } function in class:JSC::CodeBlock
/external/webkit/Source/JavaScriptCore/bytecompiler/
H A DBytecodeGenerator.cpp142 m_codeBlock->setThisRegister(m_thisRegister.index());

Completed in 249 milliseconds