Searched defs:thisRegister (Results 1 - 6 of 6) sorted by relevance

/macosx-10.9.5/JavaScriptCore-7537.78.1/jit/
H A DJITOpcodes32_64.cpp1185 unsigned thisRegister = currentInstruction[1].u.operand; local
1201 unsigned thisRegister = currentInstruction[1].u.operand; local
/macosx-10.9.5/JavaScriptCore-7537.78.1/bytecode/
H A DUnlinkedCodeBlock.h256 void setThisRegister(int thisRegister) { m_thisRegister = thisRegister; } argument
411 int thisRegister() const { return m_thisRegister; } function in class:JSC::UnlinkedCodeBlock
H A DCodeBlock.h496 void setThisRegister(int thisRegister) { m_thisRegister = thisRegister; } argument
497 int thisRegister() const { return m_thisRegister; } function in class:JSC::CodeBlock
/macosx-10.9.5/JavaScriptCore-7537.78.1/bytecompiler/
H A DBytecodeGenerator.h67 RegisterID* thisRegister() { return m_argv[0].get(); } function in class:JSC::CallArguments
274 RegisterID* thisRegister() { return &m_thisRegister; } function in class:JSC::BytecodeGenerator
H A DNodesCodegen.cpp576 RefPtr<RegisterID> thisRegister = generator.emitNode(m_args->m_listNode->m_expr); local
[all...]
H A DBytecodeGenerator.cpp1874 RegisterID* BytecodeGenerator::emitCallVarargs(RegisterID* dst, RegisterID* func, RegisterID* thisRegister, RegisterID* arguments, RegisterID* firstFreeRegister, RegisterID* profileHookRegister, unsigned divot, unsigned startOffset, unsigned endOffset, unsigned line, unsigned lineStart) argument

Completed in 208 milliseconds