v8
V8 is Google’s open source high-performance JavaScript and WebAssembly engine, written in C++.
Loading...
Searching...
No Matches
code-data-source.cc File Reference
#include "src/tracing/code-data-source.h"
#include "protos/perfetto/common/data_source_descriptor.gen.h"
#include "protos/perfetto/config/chrome/v8_config.gen.h"
#include "protos/perfetto/trace/chrome/v8.pbzero.h"
#include "src/execution/isolate.h"
#include "src/handles/handles.h"
#include "src/heap/code-range.h"
#include "src/objects/function-kind.h"
#include "src/objects/script.h"
#include "src/objects/shared-function-info.h"
#include "src/objects/string-inl.h"
#include "src/tracing/perfetto-logger.h"
#include "src/tracing/perfetto-utils.h"
Include dependency graph for code-data-source.cc:

Go to the source code of this file.

Namespaces

namespace  v8
 
namespace  v8::internal
 

Functions

 PERFETTO_DEFINE_DATA_SOURCE_STATIC_MEMBERS (v8::internal::CodeDataSource, v8::internal::CodeDataSourceTraits)
 

Function Documentation

◆ PERFETTO_DEFINE_DATA_SOURCE_STATIC_MEMBERS()

PERFETTO_DEFINE_DATA_SOURCE_STATIC_MEMBERS ( v8::internal::CodeDataSource ,
v8::internal::CodeDataSourceTraits  )