V8 Project
v8::internal::PerfJitLogger Class Reference

#include <perf-jit.h>

+ Inheritance diagram for v8::internal::PerfJitLogger:
+ Collaboration diagram for v8::internal::PerfJitLogger:

Public Member Functions

virtual void CodeMoveEvent (Address from, Address to)
 
virtual void CodeDeleteEvent (Address from)
 
virtual void CodeDisableOptEvent (Code *code, SharedFunctionInfo *shared)
 
virtual void SnapshotPositionEvent (Address addr, int pos)
 
virtual void LogRecordedBuffer (Code *code, SharedFunctionInfo *shared, const char *name, int length)
 
- Public Member Functions inherited from v8::internal::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 v8::internal::CodeEventListener
virtual ~CodeEventListener ()
 

Detailed Description

Definition at line 99 of file perf-jit.h.

Member Function Documentation

◆ CodeDeleteEvent()

virtual void v8::internal::PerfJitLogger::CodeDeleteEvent ( Address  from)
inlinevirtual

Implements v8::internal::CodeEventListener.

Definition at line 103 of file perf-jit.h.

103 { UNIMPLEMENTED(); }
#define UNIMPLEMENTED()
Definition: logging.h:28

References UNIMPLEMENTED.

◆ CodeDisableOptEvent()

virtual void v8::internal::PerfJitLogger::CodeDisableOptEvent ( Code code,
SharedFunctionInfo shared 
)
inlinevirtual

Implements v8::internal::CodeEventListener.

Definition at line 105 of file perf-jit.h.

105  {
106  UNIMPLEMENTED();
107  }

References UNIMPLEMENTED.

◆ CodeMoveEvent()

virtual void v8::internal::PerfJitLogger::CodeMoveEvent ( Address  from,
Address  to 
)
inlinevirtual

Implements v8::internal::CodeEventListener.

Definition at line 101 of file perf-jit.h.

101 { UNIMPLEMENTED(); }

References UNIMPLEMENTED.

◆ LogRecordedBuffer()

virtual void v8::internal::PerfJitLogger::LogRecordedBuffer ( Code code,
SharedFunctionInfo shared,
const char *  name,
int  length 
)
inlinevirtual

Implements v8::internal::CodeEventLogger.

Definition at line 111 of file perf-jit.h.

112  {
113  UNIMPLEMENTED();
114  }

References UNIMPLEMENTED.

◆ SnapshotPositionEvent()

virtual void v8::internal::PerfJitLogger::SnapshotPositionEvent ( Address  addr,
int  pos 
)
inlinevirtual

Definition at line 109 of file perf-jit.h.

109 { UNIMPLEMENTED(); }

References UNIMPLEMENTED.


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