Home
last modified time | relevance | path

Searched refs:ComputeHeight (Results 1 – 4 of 4) sorted by relevance

/external/libgdx/extensions/gdx-box2d/gdx-box2d/jni/Box2D/Collision/
Db2DynamicTree.cpp561 int32 b2DynamicTree::ComputeHeight(int32 nodeId) const in ComputeHeight() function in b2DynamicTree
571 int32 height1 = ComputeHeight(node->child1); in ComputeHeight()
572 int32 height2 = ComputeHeight(node->child2); in ComputeHeight()
576 int32 b2DynamicTree::ComputeHeight() const in ComputeHeight() function in b2DynamicTree
578 int32 height = ComputeHeight(m_root); in ComputeHeight()
670 b2Assert(GetHeight() == ComputeHeight()); in Validate()
Db2DynamicTree.h136 int32 ComputeHeight() const;
137 int32 ComputeHeight(int32 nodeId) const;
/external/llvm/include/llvm/CodeGen/
DScheduleDAG.h433 const_cast<SUnit *>(this)->ComputeHeight();
490 void ComputeHeight();
/external/llvm/lib/CodeGen/
DScheduleDAG.cpp267 void SUnit::ComputeHeight() { in ComputeHeight() function in SUnit