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

  /system/extras/simpleperf/
callchain.cpp 51 static std::unique_ptr<CallChainNode> AllocateNode(const std::vector<SampleEntry*>& chain,
65 AllocateNode(parent->chain, parent_length, parent->period, parent->children_period);
78 std::unique_ptr<CallChainNode> new_node = AllocateNode(callchain, 0, period, 0);
104 std::unique_ptr<CallChainNode> new_node = AllocateNode(callchain, callchain_pos, period, 0);
  /external/libgdx/extensions/gdx-box2d/gdx-box2d/jni/Box2D/Collision/
b2DynamicTree.cpp 56 int32 b2DynamicTree::AllocateNode()
110 int32 proxyId = AllocateNode();
265 int32 newParent = AllocateNode();
751 int32 parentIndex = AllocateNode();
b2DynamicTree.h 128 int32 AllocateNode();

Completed in 259 milliseconds