Home | History | Annotate | Download | only in oom_dump

Lines Matching refs:READ_FIELD

161 #define READ_FIELD(offset) \
164 CHECK(READ_FIELD(0) == v8::internal::HeapStats::kStartMarker);
165 CHECK(READ_FIELD(24) == v8::internal::HeapStats::kEndMarker);
167 const int new_space_size = READ_FIELD(1);
168 const int new_space_capacity = READ_FIELD(2);
169 const int old_pointer_space_size = READ_FIELD(3);
170 const int old_pointer_space_capacity = READ_FIELD(4);
171 const int old_data_space_size = READ_FIELD(5);
172 const int old_data_space_capacity = READ_FIELD(6);
173 const int code_space_size = READ_FIELD(7);
174 const int code_space_capacity = READ_FIELD(8);
175 const int map_space_size = READ_FIELD(9);
176 const int map_space_capacity = READ_FIELD(10);
177 const int cell_space_size = READ_FIELD(11);
178 const int cell_space_capacity = READ_FIELD(12);
179 const int lo_space_size = READ_FIELD(13);
180 const int global_handle_count = READ_FIELD(14);
181 const int weak_global_handle_count = READ_FIELD(15);
182 const int pending_global_handle_count = READ_FIELD(16);
183 const int near_death_global_handle_count = READ_FIELD(17);
184 const int destroyed_global_handle_count = READ_FIELD(18);
185 const int memory_allocator_size = READ_FIELD(19);
186 const int memory_allocator_capacity = READ_FIELD(20);
187 const int os_error = READ_FIELD(23);
188 #undef READ_FIELD