Lines Matching refs:V8HeapProfilerAgentImpl
152 struct V8HeapProfilerAgentImpl::AsyncGC {
159 class V8HeapProfilerAgentImpl::GCTask : public v8::Task {
182 V8HeapProfilerAgentImpl::V8HeapProfilerAgentImpl(
192 V8HeapProfilerAgentImpl::~V8HeapProfilerAgentImpl() {
198 void V8HeapProfilerAgentImpl::restore() {
215 void V8HeapProfilerAgentImpl::collectGarbage(
226 Response V8HeapProfilerAgentImpl::startTrackingHeapObjects(
236 Response V8HeapProfilerAgentImpl::stopTrackingHeapObjects(
247 Response V8HeapProfilerAgentImpl::enable() {
252 Response V8HeapProfilerAgentImpl::disable() {
264 Response V8HeapProfilerAgentImpl::takeHeapSnapshot(
284 Response V8HeapProfilerAgentImpl::getObjectByHeapObjectId(
309 Response V8HeapProfilerAgentImpl::addInspectedHeapObject(
327 Response V8HeapProfilerAgentImpl::getHeapObjectId(
342 void V8HeapProfilerAgentImpl::requestHeapStatsUpdate() {
351 void V8HeapProfilerAgentImpl::onTimer(void* data) {
352 reinterpret_cast<V8HeapProfilerAgentImpl*>(data)->requestHeapStatsUpdate();
355 void V8HeapProfilerAgentImpl::startTrackingHeapObjectsInternal(
361 0.05, &V8HeapProfilerAgentImpl::onTimer, reinterpret_cast<void*>(this));
365 void V8HeapProfilerAgentImpl::stopTrackingHeapObjectsInternal() {
377 Response V8HeapProfilerAgentImpl::startSampling(
427 Response V8HeapProfilerAgentImpl::stopSampling(
438 Response V8HeapProfilerAgentImpl::getSamplingProfile(