Lines Matching refs:StoreRegister
158 StoreRegister(value, Register::current_context()); in SetContext()
299 void InterpreterAssembler::StoreRegister(Node* value, Register reg) { in StoreRegister() function in v8::internal::interpreter::InterpreterAssembler
305 void InterpreterAssembler::StoreRegister(Node* value, Node* reg_index) { in StoreRegister() function in v8::internal::interpreter::InterpreterAssembler
318 StoreRegister(value, in StoreRegisterAtOperandIndex()
329 StoreRegister(value1, first_reg_index); in StoreRegisterPairAtOperandIndex()
331 StoreRegister(value2, second_reg_index); in StoreRegisterPairAtOperandIndex()
340 StoreRegister(value1, first_reg_index); in StoreRegisterTripleAtOperandIndex()
342 StoreRegister(value2, second_reg_index); in StoreRegisterTripleAtOperandIndex()
344 StoreRegister(value3, third_reg_index); in StoreRegisterTripleAtOperandIndex()
1376 StoreRegister(GetAccumulator(), in InlineStar()
1705 StoreRegister(value, reg_index); in ImportRegisterFile()