Home
last modified time | relevance | path

Searched refs:GCProfiler (Results 1 - 4 of 4) sorted by relevance

/third_party/node/src/
H A Dnode_v8.cc277 GCProfiler* profiler = static_cast<GCProfiler*>(data); in BeforeGCCallback()
295 GCProfiler* profiler = static_cast<GCProfiler*>(data); in AfterGCCallback()
309 GCProfiler::GCProfiler(Environment* env, Local<Object> object) in GCProfiler() function in node::v8_utils::GCProfiler
323 GCProfiler::~GCProfiler() { in ~GCProfiler()
324 if (state != GCProfiler::GCProfilerState::kInitialized) { in ~GCProfiler()
330 JSONWriter* GCProfiler
[all...]
H A Dnode_v8.h37 class GCProfiler : public BaseObject { class
40 GCProfiler(Environment* env, v8::Local<v8::Object> object);
41 inline ~GCProfiler() override;
51 SET_MEMORY_INFO_NAME(GCProfiler)
52 SET_SELF_SIZE(GCProfiler)
/third_party/node/test/common/
H A Dv8.js3 const { GCProfiler } = require('v8');
7 const profiler = new GCProfiler();
/third_party/node/lib/
H A Dv8.js387 class GCProfiler {
392 this.#profiler = new binding.GCProfiler();
425 GCProfiler,

Completed in 4 milliseconds