Home
last modified time | relevance | path

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

/third_party/node/test/parallel/
H A Dtest-worker-resource-limits.js44 for (const { space_name, space_size } of v8.getHeapSpaceStatistics()) {
45 if (space_name === 'new_space') {
49 } else if (space_name === 'old_space') {
52 } else if (space_name === 'code_space') {
/third_party/node/deps/v8/tools/debug_helper/
H A Dgen-heap-constants.py68 for offset, space_name in v8heapconst.HEAP_FIRST_PAGES.items():
69 if (space_name in expected_spaces):
70 out = out + ' if (heap_addresses->' + space_name + '_first_page == 0) {\n'
71 out = out + ' heap_addresses->' + space_name + \
/third_party/node/deps/v8/include/v8-include/
H A Dv8-statistics.h165 const char* space_name() { return space_name_; } in space_name() function in v8::HeapSpaceStatistics
/third_party/node/deps/v8/include/
H A Dv8-statistics.h165 const char* space_name() { return space_name_; } in space_name() function in v8::HeapSpaceStatistics
/third_party/node/src/
H A Dnode_v8.cc260 writer->json_keyvalue("spaceName", heap_space_statistics.space_name()); in SetHeapStatistics()
428 heap_spaces[i] = String::NewFromUtf8(env->isolate(), s.space_name()) in Initialize()
H A Denv.cc1721 if (strcmp(stats.space_name(), "new_space") == 0 || in NearHeapLimitCallback()
1722 strcmp(stats.space_name(), "new_large_object_space") == 0) { in NearHeapLimitCallback()
H A Dnode_report.cc607 writer->json_objectstart(v8_heap_space_stats.space_name()); in PrintGCStatistics()
/third_party/node/lib/
H A Dv8.js185 * space_name: string;
199 space_name: kHeapSpaces[i],

Completed in 8 milliseconds