Home
last modified time | relevance | path

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

/external/webkit/Source/JavaScriptCore/bytecompiler/
DBytecodeGenerator.h56 RegisterID* thisRegister() { return m_argv[0].get(); } in thisRegister() function
132 RegisterID* thisRegister() { return &m_thisRegister; } in thisRegister() function
DBytecodeGenerator.cpp1694 RegisterID* BytecodeGenerator::emitLoadVarargs(RegisterID* argCountDst, RegisterID* thisRegister, R… in emitLoadVarargs()
1704 …deGenerator::emitCallVarargs(RegisterID* dst, RegisterID* func, RegisterID* thisRegister, Register… in emitCallVarargs()
DNodesCodegen.cpp498 RefPtr<RegisterID> thisRegister = generator.newTemporary(); in emitBytecode() local
/external/webkit/Source/JavaScriptCore/jit/
DJITOpcodes32_64.cpp1594 unsigned thisRegister = currentInstruction[1].u.operand; in emit_op_convert_this() local
1608 unsigned thisRegister = currentInstruction[1].u.operand; in emit_op_convert_this_strict() local
1628 unsigned thisRegister = currentInstruction[1].u.operand; in emitSlow_op_convert_this() local
1640 unsigned thisRegister = currentInstruction[1].u.operand; in emitSlow_op_convert_this_strict() local
/external/webkit/Source/JavaScriptCore/bytecode/
DCodeBlock.h300 void setThisRegister(int thisRegister) { m_thisRegister = thisRegister; } in setThisRegister()
301 int thisRegister() const { return m_thisRegister; } in thisRegister() function
/external/webkit/Source/JavaScriptCore/interpreter/
DInterpreter.cpp4259 int thisRegister = vPC[1].u.operand; in privateExecute() local
4291 int thisRegister = vPC[1].u.operand; in privateExecute() local
4310 int thisRegister = vPC[1].u.operand; in privateExecute() local