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

/external/chromium_org/v8/tools/oom_dump/
H A Doom_dump.cc160 #define READ_FIELD(offset) \ macro
163 CHECK(READ_FIELD(0) == v8::internal::HeapStats::kStartMarker);
164 CHECK(READ_FIELD(24) == v8::internal::HeapStats::kEndMarker);
166 const int new_space_size = READ_FIELD(1);
167 const int new_space_capacity = READ_FIELD(2);
168 const int old_pointer_space_size = READ_FIELD(3);
169 const int old_pointer_space_capacity = READ_FIELD(4);
170 const int old_data_space_size = READ_FIELD(5);
171 const int old_data_space_capacity = READ_FIELD(6);
172 const int code_space_size = READ_FIELD(
187 #undef READ_FIELD macro
[all...]
/external/chromium_org/v8/src/
H A Dobjects-inl.h83 type* holder::name() const { return type::cast(READ_FIELD(this, offset)); } \
92 Smi* holder::name() const { return Smi::cast(READ_FIELD(this, offset)); } \
101 Object* value = READ_FIELD(this, offset); \
1179 #define READ_FIELD(p, offset) \ macro
1370 VerifyPointer(READ_FIELD(this, offset));
1374 CHECK(READ_FIELD(this, offset)->IsSmi());
1556 Object* array = READ_FIELD(this, kElementsOffset);
1887 return Smi::cast(READ_FIELD(this, kKindOffset))->value();
1897 return READ_FIELD(this, kValueOffset);
1910 return READ_FIELD(thi
7221 #undef READ_FIELD macro
[all...]

Completed in 170 milliseconds