V8 Project
v8::internal::anonymous_namespace{sampler.cc}::PlatformDataCommon Class Reference
+ Inheritance diagram for v8::internal::anonymous_namespace{sampler.cc}::PlatformDataCommon:
+ Collaboration diagram for v8::internal::anonymous_namespace{sampler.cc}::PlatformDataCommon:

Public Member Functions

 PlatformDataCommon ()
 
ThreadId profiled_thread_id ()
 
- Public Member Functions inherited from v8::internal::Malloced
void * operator new (size_t size)
 
void operator delete (void *p)
 

Protected Member Functions

 ~PlatformDataCommon ()
 

Private Attributes

ThreadId profiled_thread_id_
 

Additional Inherited Members

- Static Public Member Functions inherited from v8::internal::Malloced
static void FatalProcessOutOfMemory ()
 
static void * New (size_t size)
 
static void Delete (void *p)
 

Detailed Description

Definition at line 166 of file sampler.cc.

Constructor & Destructor Documentation

◆ PlatformDataCommon()

v8::internal::anonymous_namespace{sampler.cc}::PlatformDataCommon::PlatformDataCommon ( )
inline

◆ ~PlatformDataCommon()

v8::internal::anonymous_namespace{sampler.cc}::PlatformDataCommon::~PlatformDataCommon ( )
inlineprotected

Definition at line 172 of file sampler.cc.

172 {}

Member Function Documentation

◆ profiled_thread_id()

ThreadId v8::internal::anonymous_namespace{sampler.cc}::PlatformDataCommon::profiled_thread_id ( )
inline

Definition at line 169 of file sampler.cc.

169 { return profiled_thread_id_; }

Member Data Documentation

◆ profiled_thread_id_

ThreadId v8::internal::anonymous_namespace{sampler.cc}::PlatformDataCommon::profiled_thread_id_
private

Definition at line 175 of file sampler.cc.


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