Searched refs:FIELD_ADDR_CONST (Results 1 – 2 of 2) sorted by relevance
/external/v8/src/ |
D | objects-inl.h | 1217 #define FIELD_ADDR_CONST(p, offset) \ macro 1221 (*reinterpret_cast<Object* const*>(FIELD_ADDR_CONST(p, offset))) 1225 reinterpret_cast<const base::AtomicWord*>(FIELD_ADDR_CONST(p, offset)))) 1229 reinterpret_cast<const base::AtomicWord*>(FIELD_ADDR_CONST(p, offset)))) 1263 ReadDoubleValue(FIELD_ADDR_CONST(p, offset)) 1269 (*reinterpret_cast<const int*>(FIELD_ADDR_CONST(p, offset))) 1275 (*reinterpret_cast<const intptr_t*>(FIELD_ADDR_CONST(p, offset))) 1281 (*reinterpret_cast<const uint8_t*>(FIELD_ADDR_CONST(p, offset))) 1287 (*reinterpret_cast<const int8_t*>(FIELD_ADDR_CONST(p, offset))) 1293 (*reinterpret_cast<const uint16_t*>(FIELD_ADDR_CONST(p, offset))) [all …]
|
D | objects.cc | 2383 #define FIELD_ADDR_CONST(p, offset) \ macro 2387 (*reinterpret_cast<const int32_t*>(FIELD_ADDR_CONST(p, offset))) 2390 (*reinterpret_cast<const int64_t*>(FIELD_ADDR_CONST(p, offset))) 2393 (*reinterpret_cast<const byte*>(FIELD_ADDR_CONST(p, offset)))
|