Searched refs:constructor_reg (Results 1 – 1 of 1) sorted by relevance
1768 Node* constructor_reg = __ BytecodeOperandReg(0); in DoNew() local1769 Node* constructor = __ LoadRegister(constructor_reg); in DoNew()