Home
last modified time | relevance | path

Searched refs:GetChunkSize (Results 1 - 8 of 8) sorted by relevance

/third_party/node/deps/v8/src/profiler/
H A Doutput-stream-writer.h43 chunk_size_(stream->GetChunkSize()), in OutputStreamWriter()
H A Dheap-snapshot-generator.cc651 int prefered_chunk_size = stream->GetChunkSize(); in PushHeapObjectsStats()
/third_party/node/src/
H A Dheap_utils.cc225 int GetChunkSize() override {
280 int GetChunkSize() override {
H A Djs_native_api_v8.cc211 int GetChunkSize() override { return chunk_size_; }
/third_party/node/deps/v8/include/v8-include/
H A Dv8-profiler.h188 virtual int GetChunkSize() { return 1024; } in GetChunkSize() function in v8::OutputStream
/third_party/node/deps/v8/include/
H A Dv8-profiler.h191 virtual int GetChunkSize() { return 1024; } in GetChunkSize() function in v8::OutputStream
/third_party/node/deps/v8/src/inspector/
H A Dv8-heap-profiler-agent-impl.cc91 int GetChunkSize() override { return 102400; }
/third_party/node/deps/v8/src/api/
H A Dapi.cc9909 Utils::ApiCheck(stream->GetChunkSize() > 0, "v8::CpuProfile::Serialize", in Serialize()
10213 Utils::ApiCheck(stream->GetChunkSize() > 0, "v8::HeapSnapshot::Serialize", in Serialize()

Completed in 39 milliseconds