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

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

Completed in 149 milliseconds