HomeSort by relevance Sort by last modified time
    Searched refs:CpuProfileNode (Results 1 - 7 of 7) sorted by null

  /external/v8/include/
v8-profiler.h 50 * CpuProfileNode represents a node in a call graph.
52 class V8_EXPORT CpuProfileNode {
115 const CpuProfileNode* GetChild(int index) const;
135 const CpuProfileNode* GetTopDownRoot() const;
147 const CpuProfileNode* GetSample(int index) const;
  /external/v8/test/cctest/
test-cpu-profiler.cc 459 const v8::CpuProfileNode* node,
489 static const v8::CpuProfileNode* FindChild(v8::Local<v8::Context> context,
490 const v8::CpuProfileNode* node,
495 const v8::CpuProfileNode* child = node->GetChild(i);
504 static const v8::CpuProfileNode* GetChild(v8::Local<v8::Context> context,
505 const v8::CpuProfileNode* node,
507 const v8::CpuProfileNode* result = FindChild(context, node, name);
519 const v8::CpuProfileNode* node,
533 const v8::CpuProfileNode* node = profile->GetTopDownRoot();
605 const v8::CpuProfileNode* root = profile->GetTopDownRoot()
    [all...]
test-profile-generator.cc 562 static const v8::CpuProfileNode* PickChild(const v8::CpuProfileNode* parent,
565 const v8::CpuProfileNode* child = parent->GetChild(i);
598 const v8::CpuProfileNode* current = profile->GetTopDownRoot();
600 const_cast<v8::CpuProfileNode*>(current))->Print(0);
610 CHECK(const_cast<v8::CpuProfileNode*>(current));
613 CHECK(const_cast<v8::CpuProfileNode*>(current));
617 CHECK(const_cast<v8::CpuProfileNode*>(current));
709 const v8::CpuProfileNode* current = profile->GetTopDownRoot();
711 const_cast<v8::CpuProfileNode*>(current))->Print(0)
    [all...]
  /external/v8/src/profiler/
profile-generator.h 44 int line_number = v8::CpuProfileNode::kNoLineNumberInfo,
45 int column_number = v8::CpuProfileNode::kNoColumnNumberInfo,
153 bool GetLineTicks(v8::CpuProfileNode::LineTick* entries,
195 int src_line = v8::CpuProfileNode::kNoLineNumberInfo);
330 int line_number = v8::CpuProfileNode::kNoLineNumberInfo,
331 int column_number = v8::CpuProfileNode::kNoColumnNumberInfo,
cpu-profiler.cc 223 CodeEntry::kEmptyResourceName, CpuProfileNode::kNoLineNumberInfo,
224 CpuProfileNode::kNoColumnNumberInfo, NULL, code->instruction_start());
238 CodeEntry::kEmptyResourceName, CpuProfileNode::kNoLineNumberInfo,
239 CpuProfileNode::kNoColumnNumberInfo, NULL, code->instruction_start());
254 CpuProfileNode::kNoLineNumberInfo, CpuProfileNode::kNoColumnNumberInfo,
309 CodeEntry::kEmptyResourceName, CpuProfileNode::kNoLineNumberInfo,
310 CpuProfileNode::kNoColumnNumberInfo, NULL, code->instruction_start());
370 CodeEntry::kEmptyResourceName, CpuProfileNode::kNoLineNumberInfo,
371 CpuProfileNode::kNoColumnNumberInfo, NULL, code->instruction_start())
    [all...]
profile-generator.cc 38 if (pc_offset_map_.empty()) return v8::CpuProfileNode::kNoLineNumberInfo;
100 return v8::CpuProfileNode::kNoLineNumberInfo;
174 if (src_line == v8::CpuProfileNode::kNoLineNumberInfo) return;
184 bool ProfileNode::GetLineTicks(v8::CpuProfileNode::LineTick* entries,
193 v8::CpuProfileNode::LineTick* entry = entries;
294 if (src_line != v8::CpuProfileNode::kNoLineNumberInfo) {
589 int src_line = v8::CpuProfileNode::kNoLineNumberInfo;
616 if (src_line == v8::CpuProfileNode::kNoLineNumberInfo) {
649 if (src_line == v8::CpuProfileNode::kNoLineNumberInfo) {
  /external/v8/src/
api.cc     [all...]

Completed in 172 milliseconds