Searched refs:EmitLoadIntegerConstant (Results 1 – 3 of 3) sorted by relevance
222 cgen_->EmitLoadIntegerConstant(constant_source, dst); in EmitMove()234 cgen_->EmitLoadIntegerConstant(constant_source, kSavedValueRegister); in EmitMove()
66 void EmitLoadIntegerConstant(LConstantOperand* const_op, Register dst);
424 void LCodeGen::EmitLoadIntegerConstant(LConstantOperand* const_op, in EmitLoadIntegerConstant() function in v8::internal::LCodeGen