V8 Project
|
#include <allocation-tracker.h>
Public Member Functions | |
FunctionInfo () | |
Public Attributes | |
const char * | name |
SnapshotObjectId | function_id |
const char * | script_name |
int | script_id |
int | line |
int | column |
Definition at line 89 of file allocation-tracker.h.
v8::internal::AllocationTracker::FunctionInfo::FunctionInfo | ( | ) |
Definition at line 108 of file allocation-tracker.cc.
int v8::internal::AllocationTracker::FunctionInfo::column |
Definition at line 96 of file allocation-tracker.h.
Referenced by v8::internal::HeapSnapshotJSONSerializer::SerializeTraceNodeInfos().
SnapshotObjectId v8::internal::AllocationTracker::FunctionInfo::function_id |
Definition at line 92 of file allocation-tracker.h.
Referenced by v8::internal::AllocationTracker::AddFunctionInfo(), and v8::internal::HeapSnapshotJSONSerializer::SerializeTraceNodeInfos().
int v8::internal::AllocationTracker::FunctionInfo::line |
Definition at line 95 of file allocation-tracker.h.
Referenced by v8::internal::HeapSnapshotJSONSerializer::SerializeTraceNodeInfos().
const char* v8::internal::AllocationTracker::FunctionInfo::name |
Definition at line 91 of file allocation-tracker.h.
Referenced by v8::internal::AllocationTracker::AddFunctionInfo(), v8::internal::AllocationTracker::AllocationTracker(), v8::internal::AllocationTracker::functionInfoIndexForVMState(), v8::internal::AllocationTraceNode::Print(), and v8::internal::HeapSnapshotJSONSerializer::SerializeTraceNodeInfos().
int v8::internal::AllocationTracker::FunctionInfo::script_id |
Definition at line 94 of file allocation-tracker.h.
Referenced by v8::internal::AllocationTracker::AddFunctionInfo(), and v8::internal::HeapSnapshotJSONSerializer::SerializeTraceNodeInfos().
const char* v8::internal::AllocationTracker::FunctionInfo::script_name |
Definition at line 93 of file allocation-tracker.h.
Referenced by v8::internal::AllocationTracker::AddFunctionInfo(), and v8::internal::HeapSnapshotJSONSerializer::SerializeTraceNodeInfos().