Searched refs:GetChildrenCount (Results 1 – 9 of 9) sorted by relevance
/external/v8/test/cctest/ |
D | test-cpu-profiler.cc | 440 int count = node->GetChildrenCount(); in CheckChildrenNames() 456 int count = node->GetChildrenCount(); in FindChild() 487 CHECK_EQ(expectedChildrenCount, node->GetChildrenCount()); in CheckSimpleBranch() 570 CHECK_EQ(1, startNode->GetChildrenCount()); in TEST() 574 CHECK_EQ(3, fooNode->GetChildrenCount()); in TEST() 648 CHECK_EQ(1, startNode->GetChildrenCount()); in TEST() 742 if (startNode && startNode->GetChildrenCount() > 0) { in TEST() 743 CHECK_EQ(1, startNode->GetChildrenCount()); in TEST() 746 if (delayNode->GetChildrenCount() > 0) { in TEST() 747 CHECK_EQ(1, delayNode->GetChildrenCount()); in TEST() [all …]
|
D | test-heap-profiler.cc | 101 CHECK_EQ(2, snapshot->GetRoot()->GetChildrenCount()); in GetGlobalObject() 114 for (int i = 0, count = node->GetChildrenCount(); i < count; ++i) { in GetProperty() 125 for (int i = 0, count = node->GetChildrenCount(); i < count; ++i) { in HasString() 264 CHECK_EQ(4, bindings->GetChildrenCount()); in TEST() 295 for (int i = 0, count = global->GetChildrenCount(); i < count; ++i) { in TEST() 302 for (int i = 0, count = a->GetChildrenCount(); i < count; ++i) { in TEST() 360 for (int i = 0, count = compiled_code->GetChildrenCount(); i < count; ++i) { in TEST() 370 for (int i = 0, count = lazy_code->GetChildrenCount(); i < count; ++i) { in TEST() 528 CHECK_GT(ws_table->GetChildrenCount(), 0); in TEST() 530 for (int i = 0, count = ws_table->GetChildrenCount(); i < count; ++i) { in TEST() [all …]
|
D | test-profile-generator.cc | 617 for (int i = 0; i < parent->GetChildrenCount(); ++i) { in PickChild()
|
/external/v8/include/ |
D | v8-profiler.h | 63 int GetChildrenCount() const; 262 int GetChildrenCount() const;
|
/external/lldb/include/lldb/Core/ |
D | ValueObject.h | 1166 GetChildrenCount () in GetChildrenCount() function
|
/external/v8/src/ |
D | deoptimizer.h | 824 int GetChildrenCount() { in GetChildrenCount() function
|
D | deoptimizer.cc | 3271 number_of_slots += slot.GetChildrenCount(); in SlotRefValueBuilder() 3371 length += slot.GetChildrenCount(); in GetPreviouslyMaterialized() 3405 int length = slot.GetChildrenCount(); in GetNext() 3413 int length = slot.GetChildrenCount(); in GetNext()
|
D | api.cc | 7080 int CpuProfileNode::GetChildrenCount() const { in GetChildrenCount() function in v8::CpuProfileNode 7266 int HeapGraphNode::GetChildrenCount() const { in GetChildrenCount() function in v8::HeapGraphNode
|
/external/lldb/source/Core/ |
D | ValueObject.cpp | 654 return m_children.GetChildrenCount(); in GetNumChildren()
|