Searched defs:space_name (Results 1 – 5 of 5) sorted by relevance
29 export function getColorFromSpaceName(space_name) { argument
29 static getSizeTrendLineName(space_name) { argument33 static getAllocatedTrendSizeName(space_name) { argument
44 for (const { space_name, space_size } of v8.getHeapSpaceStatistics()) { property
199 space_name: kHeapSpaces[i], property
165 const char* space_name() { return space_name_; } in space_name() function