Searched defs:WRITE_DOUBLE_FIELD (Results 1 - 1 of 1) sorted by relevance

/external/chromium_org/v8/src/
H A Dobjects-inl.h1240 #define WRITE_DOUBLE_FIELD(p, offset, value) \ macro
1255 #define WRITE_DOUBLE_FIELD(p, offset, value) \ macro
1521 WRITE_DOUBLE_FIELD(this, kValueOffset, value);
2249 WRITE_DOUBLE_FIELD(this, offset, value);
2257 WRITE_DOUBLE_FIELD(this, offset, hole_nan_as_double());
2529 WRITE_DOUBLE_FIELD(this, OffsetOfElementAt(index), value);
2573 WRITE_DOUBLE_FIELD(this, offset, value);
4101 WRITE_DOUBLE_FIELD(this, ElementOffset(index), value);
7228 #undef WRITE_DOUBLE_FIELD macro

Completed in 101 milliseconds