Searched defs:registerOffset (Results 1 - 4 of 4) sorted by relevance

/macosx-10.9.5/JavaScriptCore-7537.78.1/jit/
H A DJITCall.cpp169 int registerOffset = instruction[3].u.operand; local
H A DJITCall32_64.cpp245 int registerOffset = instruction[3].u.operand; local
/macosx-10.9.5/JavaScriptCore-7537.78.1/bytecode/
H A DCodeBlock.cpp447 int registerOffset = (++it)->u.operand; local
/macosx-10.9.5/JavaScriptCore-7537.78.1/bytecompiler/
H A DBytecodeGenerator.h69 unsigned registerOffset() { return m_argv.last()->index() + CallFrame::offsetFor(argumentCountIncludingThis()); } function in class:JSC::CallArguments

Completed in 84 milliseconds