#include <InspectorHeapAgent.h>
|
| InspectorHeapAgent (AgentContext &) |
|
virtual | ~InspectorHeapAgent () |
|
void | didCreateFrontendAndBackend (FrontendRouter *, BackendDispatcher *) override |
|
void | willDestroyFrontendAndBackend (DisconnectReason) override |
|
void | enable (ErrorString &) override |
|
void | disable (ErrorString &) override |
|
void | gc (ErrorString &) final |
|
void | snapshot (ErrorString &, double *timestamp, String *snapshotData) final |
|
void | startTracking (ErrorString &) final |
|
void | stopTracking (ErrorString &) final |
|
void | getPreview (ErrorString &, int heapObjectId, Inspector::Protocol::OptOutput< String > *resultString, RefPtr< Inspector::Protocol::Debugger::FunctionDetails > &functionDetails, RefPtr< Inspector::Protocol::Runtime::ObjectPreview > &objectPreview) final |
|
void | getRemoteObject (ErrorString &, int heapObjectId, const String *const optionalObjectGroup, RefPtr< Inspector::Protocol::Runtime::RemoteObject > &result) final |
|
void | willGarbageCollect () override |
|
void | didGarbageCollect (JSC::CollectionScope) override |
|
| InspectorHeapAgent (AgentContext &) |
|
virtual | ~InspectorHeapAgent () |
|
void | didCreateFrontendAndBackend (FrontendRouter *, BackendDispatcher *) override |
|
void | willDestroyFrontendAndBackend (DisconnectReason) override |
|
void | enable (ErrorString &) override |
|
void | disable (ErrorString &) override |
|
void | gc (ErrorString &) final |
|
void | snapshot (ErrorString &, double *timestamp, String *snapshotData) final |
|
void | startTracking (ErrorString &) final |
|
void | stopTracking (ErrorString &) final |
|
void | getPreview (ErrorString &, int heapObjectId, Inspector::Protocol::OptOutput< String > *resultString, RefPtr< Inspector::Protocol::Debugger::FunctionDetails > &functionDetails, RefPtr< Inspector::Protocol::Runtime::ObjectPreview > &objectPreview) final |
|
void | getRemoteObject (ErrorString &, int heapObjectId, const String *const optionalObjectGroup, RefPtr< Inspector::Protocol::Runtime::RemoteObject > &result) final |
|
void | willGarbageCollect () override |
|
void | didGarbageCollect (JSC::CollectionScope) override |
|
virtual | ~InspectorAgentBase () |
|
String | domainName () const |
|
virtual void | discardValues () |
|
virtual void | discardAgent () |
|
virtual | ~InspectorAgentBase () |
|
String | domainName () const |
|
virtual void | discardValues () |
|
virtual void | discardAgent () |
|
virtual | ~HeapObserver () |
|
virtual | ~HeapObserver () |
|
◆ InspectorHeapAgent() [1/2]
Inspector::InspectorHeapAgent::InspectorHeapAgent |
( |
AgentContext & |
context | ) |
|
◆ ~InspectorHeapAgent() [1/2]
Inspector::InspectorHeapAgent::~InspectorHeapAgent |
( |
| ) |
|
|
virtual |
◆ InspectorHeapAgent() [2/2]
Inspector::InspectorHeapAgent::InspectorHeapAgent |
( |
AgentContext & |
| ) |
|
◆ ~InspectorHeapAgent() [2/2]
virtual Inspector::InspectorHeapAgent::~InspectorHeapAgent |
( |
| ) |
|
|
virtual |
◆ clearHeapSnapshots() [1/2]
void Inspector::InspectorHeapAgent::clearHeapSnapshots |
( |
| ) |
|
|
protected |
◆ clearHeapSnapshots() [2/2]
void Inspector::InspectorHeapAgent::clearHeapSnapshots |
( |
| ) |
|
|
protected |
◆ didCreateFrontendAndBackend() [1/2]
◆ didCreateFrontendAndBackend() [2/2]
◆ didGarbageCollect() [1/2]
◆ didGarbageCollect() [2/2]
◆ disable() [1/2]
◆ disable() [2/2]
◆ dispatchGarbageCollectedEvent() [1/2]
◆ dispatchGarbageCollectedEvent() [2/2]
◆ enable() [1/2]
◆ enable() [2/2]
◆ gc() [1/2]
◆ gc() [2/2]
◆ getPreview() [1/2]
◆ getPreview() [2/2]
◆ getRemoteObject() [1/2]
◆ getRemoteObject() [2/2]
◆ snapshot() [1/2]
void Inspector::InspectorHeapAgent::snapshot |
( |
ErrorString & |
, |
|
|
double * |
timestamp, |
|
|
String * |
snapshotData |
|
) |
| |
|
finalvirtual |
◆ snapshot() [2/2]
void Inspector::InspectorHeapAgent::snapshot |
( |
ErrorString & |
, |
|
|
double * |
timestamp, |
|
|
String * |
snapshotData |
|
) |
| |
|
finalvirtual |
◆ startTracking() [1/2]
void Inspector::InspectorHeapAgent::startTracking |
( |
ErrorString & |
errorString | ) |
|
|
finalvirtual |
◆ startTracking() [2/2]
◆ stopTracking() [1/2]
◆ stopTracking() [2/2]
void Inspector::InspectorHeapAgent::stopTracking |
( |
ErrorString & |
errorString | ) |
|
|
finalvirtual |
◆ willDestroyFrontendAndBackend() [1/2]
◆ willDestroyFrontendAndBackend() [2/2]
◆ willGarbageCollect() [1/2]
void Inspector::InspectorHeapAgent::willGarbageCollect |
( |
| ) |
|
|
overridevirtual |
◆ willGarbageCollect() [2/2]
void Inspector::InspectorHeapAgent::willGarbageCollect |
( |
| ) |
|
|
overridevirtual |
The documentation for this class was generated from the following files: