Home | History | Annotate | Download | only in oom_dump

Lines Matching refs:READ_FIELD

160 #define READ_FIELD(offset) \
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(7);
173 const int code_space_capacity = READ_FIELD(8);
174 const int map_space_size = READ_FIELD(9);
175 const int map_space_capacity = READ_FIELD(10);
176 const int cell_space_size = READ_FIELD(11);
177 const int cell_space_capacity = READ_FIELD(12);
178 const int lo_space_size = READ_FIELD(13);
179 const int global_handle_count = READ_FIELD(14);
180 const int weak_global_handle_count = READ_FIELD(15);
181 const int pending_global_handle_count = READ_FIELD(16);
182 const int near_death_global_handle_count = READ_FIELD(17);
183 const int destroyed_global_handle_count = READ_FIELD(18);
184 const int memory_allocator_size = READ_FIELD(19);
185 const int memory_allocator_capacity = READ_FIELD(20);
186 const int os_error = READ_FIELD(23);
187 #undef READ_FIELD