Searched defs:GetChunkSize (Results 1 – 4 of 4) sorted by relevance
| /third_party/node/src/ | ||
| D | heap_utils.cc | 225 int GetChunkSize() override { in GetChunkSize() function in node::heap::__anon8ae23f900111::FileOutputStream |
| D | js_native_api_v8.cc | 206 int GetChunkSize() override { return chunk_size_; } in GetChunkSize() function in v8impl::__anonc72d966b0211::OutputStream |
| /third_party/node/deps/v8/include/ | ||
| D | v8-profiler.h | 191 virtual int GetChunkSize() { return 1024; } in GetChunkSize() function |
| /third_party/node/deps/v8/src/inspector/ | ||
| D | v8-heap-profiler-agent-impl.cc | 91 int GetChunkSize() override { return 102400; } in GetChunkSize() function in v8_inspector::__anon8bde56a40111::HeapSnapshotOutputStream |