#include <profile-generator.h>
Definition at line 362 of file profile-generator.h.
◆ ProfilingMode
◆ ProfileTree() [1/2]
◆ ~ProfileTree()
| v8::internal::ProfileTree::~ProfileTree |
( |
| ) |
|
◆ ProfileTree() [2/2]
| v8::internal::ProfileTree::ProfileTree |
( |
const ProfileTree & | | ) |
|
|
delete |
◆ AddPathFromEnd() [1/2]
◆ AddPathFromEnd() [2/2]
◆ code_entries()
◆ EnqueueNode()
| void v8::internal::ProfileTree::EnqueueNode |
( |
const ProfileNode * | node | ) |
|
|
inline |
◆ isolate()
| Isolate * v8::internal::ProfileTree::isolate |
( |
| ) |
const |
|
inline |
◆ next_node_id()
| unsigned v8::internal::ProfileTree::next_node_id |
( |
| ) |
|
|
inline |
◆ operator=()
◆ pending_nodes_count()
| size_t v8::internal::ProfileTree::pending_nodes_count |
( |
| ) |
const |
|
inline |
◆ Print()
| void v8::internal::ProfileTree::Print |
( |
| ) |
const |
|
inline |
◆ root()
| ProfileNode * v8::internal::ProfileTree::root |
( |
| ) |
const |
|
inline |
◆ TakePendingNodes()
| std::vector< const ProfileNode * > v8::internal::ProfileTree::TakePendingNodes |
( |
| ) |
|
|
inline |
◆ TraverseDepthFirst()
template<typename Callback >
| void v8::internal::ProfileTree::TraverseDepthFirst |
( |
Callback * | callback | ) |
|
|
private |
◆ code_entries_
◆ isolate_
| Isolate* v8::internal::ProfileTree::isolate_ |
|
private |
◆ next_node_id_
| unsigned v8::internal::ProfileTree::next_node_id_ |
|
private |
◆ pending_nodes_
| std::vector<const ProfileNode*> v8::internal::ProfileTree::pending_nodes_ |
|
private |
◆ root_
The documentation for this class was generated from the following files: