V8 Project
v8::internal::HistogramInfo Class Reference

#include <spaces.h>

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

Public Member Functions

 HistogramInfo ()
 
const char * name ()
 
void set_name (const char *name)
 

Private Attributes

const char * name_
 

Detailed Description

Definition at line 1964 of file spaces.h.

Constructor & Destructor Documentation

◆ HistogramInfo()

v8::internal::HistogramInfo::HistogramInfo ( )
inline

Definition at line 1966 of file spaces.h.

Member Function Documentation

◆ name()

const char* v8::internal::HistogramInfo::name ( )
inline

Definition at line 1968 of file spaces.h.

1968 { return name_; }

References name_.

Referenced by set_name().

+ Here is the caller graph for this function:

◆ set_name()

void v8::internal::HistogramInfo::set_name ( const char *  name)
inline

Definition at line 1969 of file spaces.h.

1969 { name_ = name; }
const char * name()
Definition: spaces.h:1968

References name(), and name_.

+ Here is the call graph for this function:

Member Data Documentation

◆ name_

const char* v8::internal::HistogramInfo::name_
private

Definition at line 1972 of file spaces.h.

Referenced by name(), and set_name().


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