Home
last modified time | relevance | path

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

/external/v8/src/heap/
Dspaces.cc2226 int string_bytes = 0; in AllocateChunk() local
2229 string_bytes += isolate->heap_histograms()[type].bytes(); in AllocateChunk()
2234 string_bytes); in AllocateChunk()
2269 int string_bytes = 0; in AllocateChunk() local
2272 string_bytes += info[type].bytes(); in AllocateChunk()
2277 HeapSampleItemEvent("STRING_TYPE", string_number, string_bytes)); in AllocateChunk()