Home
last modified time | relevance | path

Searched refs:Inclusive (Results 1 – 7 of 7) sorted by relevance

/frameworks/compile/mclinker/unittests/
DBinTreeTest.cpp130 m_pTestee->join<InputTree::Inclusive>(pos,a); in TEST_F()
131 pos.move<InputTree::Inclusive>(); in TEST_F()
133 m_pTestee->join<InputTree::Inclusive>(pos,c); in TEST_F()
134 pos.move<InputTree::Inclusive>(); in TEST_F()
136 m_pTestee->join<InputTree::Inclusive>(pos,e); in TEST_F()
158 m_pTestee->join<InputTree::Inclusive>(pos,a); in TEST_F()
159 pos.move<InputTree::Inclusive>(); in TEST_F()
188 m_pTestee->join<InputTree::Inclusive>(pos,0); in TEST_F()
204 m_pTestee->join<InputTree::Inclusive>(pos,a); in TEST_F()
205 pos.move<InputTree::Inclusive>(); in TEST_F()
[all …]
DInputTreeTest.cpp109 m_pTestee->insert<InputTree::Inclusive>(node, *input); in TEST_F()
116 m_pTestee->insert<InputTree::Inclusive>(node, *input); in TEST_F()
156 m_pTestee->insert<InputTree::Inclusive>(node, *input); in TEST_F()
157 node.move<InputTree::Inclusive>(); in TEST_F()
161 m_pTestee->enterGroup<InputTree::Inclusive>(node); in TEST_F()
162 node.move<InputTree::Inclusive>(); in TEST_F()
165 m_pTestee->insert<InputTree::Inclusive>(node, *input); in TEST_F()
/frameworks/compile/mclinker/include/mcld/
DInputTree.h231 Inclusive = TreeIteratorBase::Leftward, enumerator
270 pFrom.hook<Inclusive>(pTo); in connect()
274 pNode.move<Inclusive>(); in move()
/frameworks/compile/mclinker/include/mcld/MC/
DInputBuilder.h105 InputBuilder::createNode<InputTree::Inclusive>(const std::string& pName,
/frameworks/compile/mclinker/lib/LD/
DGroupReader.cpp139 m_Module.getInputTree().merge<InputTree::Inclusive>((*it)->input, in readGroup()
/frameworks/compile/mclinker/lib/Object/
DObjectLinker.cpp207 m_pModule->getInputTree().merge<InputTree::Inclusive>(input, in normalize()
219 m_pModule->getInputTree().merge<InputTree::Inclusive>(input, in normalize()
/frameworks/base/docs/html/tools/debugging/
Ddebugging-tracing.jd71 the total time). Exclusive time is the time spent in the method. Inclusive time is the time spent
206 <li><code>&lt;inc-ms&gt;</code> -- Inclusive elapsed time (milliseconds spent in method,