Searched refs:CpuProfileNode (Results 1 - 8 of 8) sorted by relevance
/third_party/node/deps/v8/src/profiler/ |
H A D | profile-generator.cc | 47 return v8::CpuProfileNode::kNoLineNumberInfo; in GetSourceLineNumber() 95 CodeEntry::kEmptyResourceName, v8::CpuProfileNode::kNoLineNumberInfo, in program_entry() 96 v8::CpuProfileNode::kNoColumnNumberInfo, nullptr, false, in program_entry() 105 CodeEntry::kEmptyResourceName, v8::CpuProfileNode::kNoLineNumberInfo, in idle_entry() 106 v8::CpuProfileNode::kNoColumnNumberInfo, nullptr, false, in idle_entry() 115 CodeEntry::kEmptyResourceName, v8::CpuProfileNode::kNoLineNumberInfo, in gc_entry() 116 v8::CpuProfileNode::kNoColumnNumberInfo, nullptr, false, in gc_entry() 125 CodeEntry::kEmptyResourceName, v8::CpuProfileNode::kNoLineNumberInfo, in unresolved_entry() 126 v8::CpuProfileNode::kNoColumnNumberInfo, nullptr, false, in unresolved_entry() 135 CodeEntry::kEmptyResourceName, v8::CpuProfileNode in root_entry() [all...] |
H A D | profile-generator.h | 71 int line_number = v8::CpuProfileNode::kNoLineNumberInfo, 72 int column_number = v8::CpuProfileNode::kNoColumnNumberInfo, 297 int line_number = v8::CpuProfileNode::kNoLineNumberInfo); 311 CpuProfileNode::SourceType source_type() const; 316 bool GetLineTicks(v8::CpuProfileNode::LineTick* entries, 368 int src_line = v8::CpuProfileNode::kNoLineNumberInfo, 372 int src_line = v8::CpuProfileNode::kNoLineNumberInfo, 604 void SerializePositionTicks(const v8::CpuProfileNode* node, int lineCount); 605 void SerializeCallFrame(const v8::CpuProfileNode* node); 606 void SerializeChildren(const v8::CpuProfileNode* nod [all...] |
H A D | symbolizer.cc | 58 const int no_line_info = v8::CpuProfileNode::kNoLineNumberInfo; in SymbolizeTickSample() 91 if (src_line == v8::CpuProfileNode::kNoLineNumberInfo) { in SymbolizeTickSample() 147 if (src_line == v8::CpuProfileNode::kNoLineNumberInfo) { in SymbolizeTickSample()
|
H A D | profiler-listener.cc | 51 CpuProfileNode::kNoLineNumberInfo, in CodeCreateEvent() 52 CpuProfileNode::kNoColumnNumberInfo, nullptr); in CodeCreateEvent() 66 CpuProfileNode::kNoLineNumberInfo, in CodeCreateEvent() 67 CpuProfileNode::kNoColumnNumberInfo, nullptr); in CodeCreateEvent() 83 CpuProfileNode::kNoLineNumberInfo, in CodeCreateEvent() 84 CpuProfileNode::kNoColumnNumberInfo, nullptr); in CodeCreateEvent() 290 CodeEntry::kEmptyResourceName, CpuProfileNode::kNoLineNumberInfo, in RegExpCodeCreateEvent() 291 CpuProfileNode::kNoColumnNumberInfo, nullptr); in RegExpCodeCreateEvent()
|
/third_party/node/deps/v8/include/v8-include/ |
H A D | v8-profiler.h | 65 * CpuProfileNode represents a node in a call graph. 67 class V8_EXPORT CpuProfileNode { class 77 // An annotation hinting at the source of a CpuProfileNode. 166 const CpuProfileNode* GetChild(int index) const; 169 const CpuProfileNode* GetParent() const; 218 const CpuProfileNode* GetTopDownRoot() const; 230 const CpuProfileNode* GetSample(int index) const;
|
/third_party/node/deps/v8/include/ |
H A D | v8-profiler.h | 65 * CpuProfileNode represents a node in a call graph. 67 class V8_EXPORT CpuProfileNode { class 77 // An annotation hinting at the source of a CpuProfileNode. 166 const CpuProfileNode* GetChild(int index) const; 169 const CpuProfileNode* GetParent() const; 221 const CpuProfileNode* GetTopDownRoot() const; 233 const CpuProfileNode* GetSample(int index) const;
|
/third_party/node/deps/v8/src/inspector/ |
H A D | v8-profiler-agent-impl.cc | 46 buildInspectorObjectForPositionTicks(const v8::CpuProfileNode* node) { in buildInspectorObjectForPositionTicks() 51 std::vector<v8::CpuProfileNode::LineTick> entries(lineCount); in buildInspectorObjectForPositionTicks() 66 V8InspectorImpl* inspector, const v8::CpuProfileNode* node) { in buildInspectorObjectFor() 124 const v8::CpuProfileNode* node, in flattenNodesTree()
|
/third_party/node/deps/v8/src/api/ |
H A D | api.cc | 9751 Local<String> CpuProfileNode::GetFunctionName() const { in GetFunctionName() 9760 const char* CpuProfileNode::GetFunctionNameStr() const { in GetFunctionNameStr() 9765 int CpuProfileNode::GetScriptId() const { in GetScriptId() 9771 Local<String> CpuProfileNode::GetScriptResourceName() const { in GetScriptResourceName() 9778 const char* CpuProfileNode::GetScriptResourceNameStr() const { in GetScriptResourceNameStr() 9783 bool CpuProfileNode::IsScriptSharedCrossOrigin() const { in IsScriptSharedCrossOrigin() 9788 int CpuProfileNode::GetLineNumber() const { in GetLineNumber() 9792 int CpuProfileNode::GetColumnNumber() const { in GetColumnNumber() 9798 unsigned int CpuProfileNode::GetHitLineCount() const { in GetHitLineCount() 9803 bool CpuProfileNode [all...] |
Completed in 29 milliseconds