Searched refs:CpuProfileNode (Results 1 - 6 of 6) sorted by relevance

/external/chromium_org/v8/test/cctest/
H A Dtest-cpu-profiler.cc438 static void CheckChildrenNames(const v8::CpuProfileNode* node,
453 static const v8::CpuProfileNode* FindChild(v8::Isolate* isolate,
454 const v8::CpuProfileNode* node,
459 const v8::CpuProfileNode* child = node->GetChild(i);
466 static const v8::CpuProfileNode* GetChild(v8::Isolate* isolate,
467 const v8::CpuProfileNode* node,
469 const v8::CpuProfileNode* result = FindChild(isolate, node, name);
481 const v8::CpuProfileNode* node,
558 const v8::CpuProfileNode* root = profile->GetTopDownRoot();
568 const v8::CpuProfileNode* startNod
[all...]
H A Dtest-profile-generator.cc615 static const v8::CpuProfileNode* PickChild(const v8::CpuProfileNode* parent,
618 const v8::CpuProfileNode* child = parent->GetChild(i);
649 const v8::CpuProfileNode* current = profile->GetTopDownRoot();
651 const_cast<v8::CpuProfileNode*>(current))->Print(0);
661 CHECK_NE(NULL, const_cast<v8::CpuProfileNode*>(current));
664 CHECK_NE(NULL, const_cast<v8::CpuProfileNode*>(current));
668 CHECK_NE(NULL, const_cast<v8::CpuProfileNode*>(current));
758 const v8::CpuProfileNode* current = profile->GetTopDownRoot();
760 const_cast<v8::CpuProfileNode*>(curren
[all...]
/external/chromium_org/third_party/WebKit/Source/core/inspector/
H A DScriptProfile.cpp67 static PassRefPtr<TypeBuilder::Profiler::CPUProfileNode> buildInspectorObjectFor(const v8::CpuProfileNode* node)
74 const v8::CpuProfileNode* child = node->GetChild(i);
/external/chromium_org/v8/include/
H A Dv8-profiler.h21 * CpuProfileNode represents a node in a call graph.
23 class V8_EXPORT CpuProfileNode { class in namespace:v8
66 const CpuProfileNode* GetChild(int index) const;
83 const CpuProfileNode* GetTopDownRoot() const;
95 const CpuProfileNode* GetSample(int index) const;
/external/chromium_org/v8/src/
H A Dprofile-generator.h54 int line_number = v8::CpuProfileNode::kNoLineNumberInfo,
55 int column_number = v8::CpuProfileNode::kNoColumnNumberInfo);
284 int line_number = v8::CpuProfileNode::kNoLineNumberInfo,
285 int column_number = v8::CpuProfileNode::kNoColumnNumberInfo);
H A Dapi.cc7015 Handle<String> CpuProfileNode::GetFunctionName() const {
7033 int CpuProfileNode::GetScriptId() const {
7040 Handle<String> CpuProfileNode::GetScriptResourceName() const {
7048 int CpuProfileNode::GetLineNumber() const {
7053 int CpuProfileNode::GetColumnNumber() const {
7059 const char* CpuProfileNode::GetBailoutReason() const {
7065 unsigned CpuProfileNode::GetHitCount() const {
7070 unsigned CpuProfileNode::GetCallUid() const {
7075 unsigned CpuProfileNode::GetNodeId() const {
7080 int CpuProfileNode
[all...]

Completed in 1021 milliseconds