v8
V8 is Google’s open source high-performance JavaScript and WebAssembly engine, written in C++.
Loading...
Searching...
No Matches
v8::internal::Symbolizer Class Reference

#include <symbolizer.h>

Collaboration diagram for v8::internal::Symbolizer:

Classes

struct  SymbolizedSample
 

Public Member Functions

 Symbolizer (InstructionStreamMap *instruction_stream_map)
 
 Symbolizer (const Symbolizer &)=delete
 
Symbolizeroperator= (const Symbolizer &)=delete
 
SymbolizedSample SymbolizeTickSample (const TickSample &sample)
 
InstructionStreamMapinstruction_stream_map ()
 

Private Member Functions

CodeEntryFindEntry (Address address, Address *out_instruction_start=nullptr)
 

Private Attributes

InstructionStreamMap *const code_map_
 

Detailed Description

Definition at line 17 of file symbolizer.h.

Constructor & Destructor Documentation

◆ Symbolizer() [1/2]

v8::internal::Symbolizer::Symbolizer ( InstructionStreamMap * instruction_stream_map)
explicit

Definition at line 15 of file symbolizer.cc.

◆ Symbolizer() [2/2]

v8::internal::Symbolizer::Symbolizer ( const Symbolizer & )
delete

Member Function Documentation

◆ FindEntry()

CodeEntry * v8::internal::Symbolizer::FindEntry ( Address address,
Address * out_instruction_start = nullptr )
private

Definition at line 18 of file symbolizer.cc.

Here is the call graph for this function:
Here is the caller graph for this function:

◆ instruction_stream_map()

InstructionStreamMap * v8::internal::Symbolizer::instruction_stream_map ( )
inline

Definition at line 32 of file symbolizer.h.

◆ operator=()

Symbolizer & v8::internal::Symbolizer::operator= ( const Symbolizer & )
delete

◆ SymbolizeTickSample()

Symbolizer::SymbolizedSample v8::internal::Symbolizer::SymbolizeTickSample ( const TickSample & sample)

Definition at line 48 of file symbolizer.cc.

Here is the call graph for this function:
Here is the caller graph for this function:

Member Data Documentation

◆ code_map_

InstructionStreamMap* const v8::internal::Symbolizer::code_map_
private

Definition at line 38 of file symbolizer.h.


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