Home
last modified time | relevance | path

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

/external/v8/src/heap/
Dspaces.cc2144 int string_bytes = 0; in AllocateChunk() local
2147 string_bytes += isolate->heap_histograms()[type].bytes(); in AllocateChunk()
2152 string_bytes); in AllocateChunk()
2187 int string_bytes = 0; in AllocateChunk() local
2190 string_bytes += info[type].bytes(); in AllocateChunk()
2195 HeapSampleItemEvent("STRING_TYPE", string_number, string_bytes)); in AllocateChunk()