Home
last modified time | relevance | path

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

/third_party/node/src/
Dheap_utils.cc225 int GetChunkSize() override { in GetChunkSize() function in node::heap::__anon557f6b510111::FileOutputStream
280 int GetChunkSize() override { in GetChunkSize() function in node::heap::__anon557f6b510111::HeapSnapshotStream
/third_party/node/deps/v8/include/
Dv8-profiler.h588 virtual int GetChunkSize() { return 1024; } in GetChunkSize() function
/third_party/node/deps/v8/src/inspector/
Dv8-heap-profiler-agent-impl.cc91 int GetChunkSize() override { return 102400; } in GetChunkSize() function in v8_inspector::__anona209bac50111::HeapSnapshotOutputStream
/third_party/node/deps/v8/src/profiler/
Dheap-snapshot-generator.cc650 int prefered_chunk_size = stream->GetChunkSize(); in PushHeapObjectsStats()
2712 chunk_size_(stream->GetChunkSize()), in OutputStreamWriter()
/third_party/node/deps/v8/src/api/
Dapi.cc10179 Utils::ApiCheck(stream->GetChunkSize() > 0, "v8::HeapSnapshot::Serialize", in Serialize()