v8  3.25.30(node0.11.13)
V8 is Google's open source JavaScript engine
 All Data Structures Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Macros Pages
CodeEventListener Class Referenceabstract

#include <log.h>

Inheritance diagram for CodeEventListener:

Public Member Functions

virtual ~CodeEventListener ()
 
virtual void CodeCreateEvent (Logger::LogEventsAndTags tag, Code *code, const char *comment)=0
 
virtual void CodeCreateEvent (Logger::LogEventsAndTags tag, Code *code, Name *name)=0
 
virtual void CodeCreateEvent (Logger::LogEventsAndTags tag, Code *code, SharedFunctionInfo *shared, CompilationInfo *info, Name *name)=0
 
virtual void CodeCreateEvent (Logger::LogEventsAndTags tag, Code *code, SharedFunctionInfo *shared, CompilationInfo *info, Name *source, int line, int column)=0
 
virtual void CodeCreateEvent (Logger::LogEventsAndTags tag, Code *code, int args_count)=0
 
virtual void CallbackEvent (Name *name, Address entry_point)=0
 
virtual void GetterCallbackEvent (Name *name, Address entry_point)=0
 
virtual void SetterCallbackEvent (Name *name, Address entry_point)=0
 
virtual void RegExpCodeCreateEvent (Code *code, String *source)=0
 
virtual void CodeMoveEvent (Address from, Address to)=0
 
virtual void CodeDeleteEvent (Address from)=0
 
virtual void SharedFunctionInfoMoveEvent (Address from, Address to)=0
 
virtual void CodeMovingGCEvent ()=0
 

Detailed Description

Definition at line 466 of file log.h.

Constructor & Destructor Documentation

virtual ~CodeEventListener ( )
inlinevirtual

Definition at line 468 of file log.h.

Member Function Documentation

virtual void CallbackEvent ( Name name,
Address  entry_point 
)
pure virtual

Implemented in CodeEventLogger, and CpuProfiler.

virtual void CodeCreateEvent ( Logger::LogEventsAndTags  tag,
Code code,
const char *  comment 
)
pure virtual

Implemented in CodeEventLogger, and CpuProfiler.

virtual void CodeCreateEvent ( Logger::LogEventsAndTags  tag,
Code code,
Name name 
)
pure virtual

Implemented in CodeEventLogger, and CpuProfiler.

virtual void CodeCreateEvent ( Logger::LogEventsAndTags  tag,
Code code,
SharedFunctionInfo shared,
CompilationInfo info,
Name name 
)
pure virtual

Implemented in CodeEventLogger, and CpuProfiler.

virtual void CodeCreateEvent ( Logger::LogEventsAndTags  tag,
Code code,
SharedFunctionInfo shared,
CompilationInfo info,
Name source,
int  line,
int  column 
)
pure virtual

Implemented in CodeEventLogger, and CpuProfiler.

virtual void CodeCreateEvent ( Logger::LogEventsAndTags  tag,
Code code,
int  args_count 
)
pure virtual

Implemented in CodeEventLogger, and CpuProfiler.

virtual void CodeDeleteEvent ( Address  from)
pure virtual
virtual void CodeMoveEvent ( Address  from,
Address  to 
)
pure virtual
virtual void CodeMovingGCEvent ( )
pure virtual
virtual void GetterCallbackEvent ( Name name,
Address  entry_point 
)
pure virtual

Implemented in CodeEventLogger, and CpuProfiler.

virtual void RegExpCodeCreateEvent ( Code code,
String source 
)
pure virtual

Implemented in CodeEventLogger, and CpuProfiler.

virtual void SetterCallbackEvent ( Name name,
Address  entry_point 
)
pure virtual

Implemented in CodeEventLogger, and CpuProfiler.

virtual void SharedFunctionInfoMoveEvent ( Address  from,
Address  to 
)
pure virtual

Implemented in CodeEventLogger, and CpuProfiler.


The documentation for this class was generated from the following file: