Home
last modified time | relevance | path

Searched refs:external_space_bytes (Results 1 – 1 of 1) sorted by relevance

/external/v8/src/heap/
Dspaces.cc1974 size_t external_space_bytes[kNumTypes]; in AllocateChunk() local
1978 external_space_bytes[static_cast<ExternalBackingStoreType>(i)] = 0; in AllocateChunk()
2038 external_space_bytes[t] += external_page_bytes[t]; in AllocateChunk()
2043 CHECK_EQ(external_space_bytes[t], ExternalBackingStoreBytes(t)); in AllocateChunk()
2479 size_t external_space_bytes[kNumTypes]; in AllocateChunk() local
2481 external_space_bytes[static_cast<ExternalBackingStoreType>(i)] = 0; in AllocateChunk()
2514 external_space_bytes[ExternalBackingStoreType::kExternalString] += size; in AllocateChunk()
2519 external_space_bytes[ExternalBackingStoreType::kArrayBuffer] += size; in AllocateChunk()
2533 CHECK_EQ(external_space_bytes[t], ExternalBackingStoreBytes(t)); in AllocateChunk()