Searched defs:thisRegister (Results 1 – 6 of 6) sorted by relevance
56 RegisterID* thisRegister() { return m_argv[0].get(); } in thisRegister() function132 RegisterID* thisRegister() { return &m_thisRegister; } in thisRegister() function
1694 RegisterID* BytecodeGenerator::emitLoadVarargs(RegisterID* argCountDst, RegisterID* thisRegister, R… in emitLoadVarargs()1704 …deGenerator::emitCallVarargs(RegisterID* dst, RegisterID* func, RegisterID* thisRegister, Register… in emitCallVarargs()
498 RefPtr<RegisterID> thisRegister = generator.newTemporary(); in emitBytecode() local
1594 unsigned thisRegister = currentInstruction[1].u.operand; in emit_op_convert_this() local1608 unsigned thisRegister = currentInstruction[1].u.operand; in emit_op_convert_this_strict() local1628 unsigned thisRegister = currentInstruction[1].u.operand; in emitSlow_op_convert_this() local1640 unsigned thisRegister = currentInstruction[1].u.operand; in emitSlow_op_convert_this_strict() local
300 void setThisRegister(int thisRegister) { m_thisRegister = thisRegister; } in setThisRegister()301 int thisRegister() const { return m_thisRegister; } in thisRegister() function
4259 int thisRegister = vPC[1].u.operand; in privateExecute() local4291 int thisRegister = vPC[1].u.operand; in privateExecute() local4310 int thisRegister = vPC[1].u.operand; in privateExecute() local