Home | History | Annotate | Download | only in src

Lines Matching refs:WRITE_DOUBLE_FIELD

909   #define WRITE_DOUBLE_FIELD(p, offset, value) \
914 static inline void write_double_field(void* p, int offset,
924 #define WRITE_DOUBLE_FIELD(p, offset, value) \
925 write_double_field(p, offset, value)
1199 WRITE_DOUBLE_FIELD(this, kValueOffset, value);
1733 WRITE_DOUBLE_FIELD(this, offset, value);
1741 WRITE_DOUBLE_FIELD(this, offset, hole_nan_as_double());
4937 #undef WRITE_DOUBLE_FIELD