Home | History | Annotate | Download | only in src

Lines Matching refs:read_double_field

891   #define READ_DOUBLE_FIELD(p, offset) \
896 static inline double read_double_field(void* p, int offset) {
905 #define READ_DOUBLE_FIELD(p, offset) read_double_field(p, offset)
1194 return READ_DOUBLE_FIELD(this, kValueOffset);
1707 double result = READ_DOUBLE_FIELD(this, kHeaderSize + index * kDoubleSize);
1747 return is_the_hole_nan(READ_DOUBLE_FIELD(this, offset));
4936 #undef READ_DOUBLE_FIELD