#include <profile-generator.h>
Definition at line 292 of file profile-generator.h.
◆ ProfileNode() [1/2]
◆ ~ProfileNode()
v8::internal::ProfileNode::~ProfileNode |
( |
| ) |
|
◆ ProfileNode() [2/2]
v8::internal::ProfileNode::ProfileNode |
( |
const ProfileNode & | | ) |
|
|
delete |
◆ children()
const std::vector< ProfileNode * > * v8::internal::ProfileNode::children |
( |
| ) |
const |
|
inline |
◆ CollectDeoptInfo()
void v8::internal::ProfileNode::CollectDeoptInfo |
( |
CodeEntry * | entry | ) |
|
◆ deopt_infos()
◆ entry()
CodeEntry * v8::internal::ProfileNode::entry |
( |
| ) |
const |
|
inline |
◆ FindChild()
◆ FindOrAddChild()
◆ GetHitLineCount()
unsigned int v8::internal::ProfileNode::GetHitLineCount |
( |
| ) |
const |
|
inline |
◆ GetLineTicks()
◆ id()
unsigned v8::internal::ProfileNode::id |
( |
| ) |
const |
|
inline |
◆ IncreaseSelfTicks()
void v8::internal::ProfileNode::IncreaseSelfTicks |
( |
unsigned | amount | ) |
|
|
inline |
◆ IncrementLineTicks()
void v8::internal::ProfileNode::IncrementLineTicks |
( |
int | src_line | ) |
|
◆ IncrementSelfTicks()
void v8::internal::ProfileNode::IncrementSelfTicks |
( |
| ) |
|
|
inline |
◆ isolate()
Isolate * v8::internal::ProfileNode::isolate |
( |
| ) |
const |
|
inline |
◆ line_number()
int v8::internal::ProfileNode::line_number |
( |
| ) |
const |
|
inline |
◆ operator=()
◆ parent()
ProfileNode * v8::internal::ProfileNode::parent |
( |
| ) |
const |
|
inline |
◆ Print()
void v8::internal::ProfileNode::Print |
( |
int | indent | ) |
const |
◆ self_ticks()
unsigned v8::internal::ProfileNode::self_ticks |
( |
| ) |
const |
|
inline |
◆ source_type()
◆ children_
◆ children_list_
std::vector<ProfileNode*> v8::internal::ProfileNode::children_list_ |
|
private |
◆ deopt_infos_
◆ entry_
◆ id_
unsigned v8::internal::ProfileNode::id_ |
|
private |
◆ line_number_
int v8::internal::ProfileNode::line_number_ |
|
private |
◆ line_ticks_
std::unordered_map<int, int> v8::internal::ProfileNode::line_ticks_ |
|
private |
◆ parent_
◆ self_ticks_
unsigned v8::internal::ProfileNode::self_ticks_ |
|
private |
◆ tree_
The documentation for this class was generated from the following files: