Searched refs:FIELD_ADDR_CONST (Results 1 - 1 of 1) sorted by relevance

/external/chromium_org/v8/src/
H A Dobjects-inl.h1176 #define FIELD_ADDR_CONST(p, offset) \ macro
1180 (*reinterpret_cast<Object* const*>(FIELD_ADDR_CONST(p, offset)))
1184 reinterpret_cast<const base::AtomicWord*>(FIELD_ADDR_CONST(p, offset))))
1188 reinterpret_cast<const base::AtomicWord*>(FIELD_ADDR_CONST(p, offset))))
1221 (*reinterpret_cast<const double*>(FIELD_ADDR_CONST(p, offset)))
1231 FIELD_ADDR_CONST(p, offset)));
1233 FIELD_ADDR_CONST(p, offset + 4)));
1261 (*reinterpret_cast<const int*>(FIELD_ADDR_CONST(p, offset)))
1267 (*reinterpret_cast<const intptr_t*>(FIELD_ADDR_CONST(p, offset)))
1273 (*reinterpret_cast<const uint32_t*>(FIELD_ADDR_CONST(
7220 #undef FIELD_ADDR_CONST macro
[all...]

Completed in 264 milliseconds