Lines Matching refs:UpdateValue
317 UpdateValue(value);
326 UpdateValue(high64, low64);
337 void UpdateValue(T new_value, uint8_t* code_buffer = NULL) {
346 void UpdateValue(T high64, T low64, uint8_t* code_buffer = NULL) {
356 void UpdateValue(T new_value, const Assembler* assembler);
357 void UpdateValue(T high64, T low64, const Assembler* assembler);
8325 void Literal<T>::UpdateValue(T new_value, const Assembler* assembler) {
8326 return UpdateValue(new_value,
8332 void Literal<T>::UpdateValue(T high64, T low64, const Assembler* assembler) {
8333 return UpdateValue(high64,