Searched refs:external_space_bytes (Results 1 – 1 of 1) sorted by relevance
1974 size_t external_space_bytes[kNumTypes]; in AllocateChunk() local1978 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() local2481 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()