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
PerfJitLogger Class Reference
Inheritance diagram for PerfJitLogger:
Collaboration diagram for PerfJitLogger:

Public Member Functions

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

Detailed Description

Definition at line 315 of file log.cc.

Constructor & Destructor Documentation

~PerfJitLogger ( )
virtual

Definition at line 417 of file log.cc.

References v8::internal::NULL.

Member Function Documentation

virtual void CodeDeleteEvent ( Address  from)
inlinevirtual

Implements CodeEventListener.

Definition at line 321 of file log.cc.

virtual void CodeMoveEvent ( Address  from,
Address  to 
)
inlinevirtual

Implements CodeEventListener.

Definition at line 320 of file log.cc.


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