Searched refs:retAddrSrc (Results 1 – 4 of 4) sorted by relevance
313 void emitSubroutineReturn(RegisterID* retAddrSrc);
1802 void BytecodeGenerator::emitSubroutineReturn(RegisterID* retAddrSrc) in emitSubroutineReturn() argument1805 instructions().append(retAddrSrc->index()); in emitSubroutineReturn()
1079 int retAddrSrc = (++it)->u.operand; in dump() local1080 printf("[%4d] sret\t\t %s\n", location, registerName(retAddrSrc).c_str()); in dump()
3752 int retAddrSrc = (++vPC)->u.operand; in privateExecute() local3753 vPC = callFrame->r(retAddrSrc).vPC(); in privateExecute()