Home
last modified time | relevance | path

Searched defs:space_name (Results 1 – 5 of 5) sorted by relevance

/third_party/node/deps/v8/tools/heap-layout/
Dspace-categories.mjs29 export function getColorFromSpaceName(space_name) { argument
Dheap-size-trend-viewer.mjs29 static getSizeTrendLineName(space_name) { argument
33 static getAllocatedTrendSizeName(space_name) { argument
/third_party/node/test/parallel/
Dtest-worker-resource-limits.js44 for (const { space_name, space_size } of v8.getHeapSpaceStatistics()) { property
/third_party/node/lib/
Dv8.js199 space_name: kHeapSpaces[i], property
/third_party/node/deps/v8/include/
Dv8-statistics.h165 const char* space_name() { return space_name_; } in space_name() function