Home
last modified time | relevance | path

Searched refs:GetNodeIndex (Results 1 – 3 of 3) sorted by relevance

/aosp12/system/extras/simpleperf/
H A DCallChainJoiner.h97 int GetNodeIndex(CacheNode* node) { return node - nodes_; } in GetNodeIndex() function
111 next->leaf_link_prev = prev->leaf_link_next = GetNodeIndex(node); in AppendNodeToLRUList()
H A DCallChainJoiner.cpp128 node->leaf_link_prev = node->leaf_link_next = GetNodeIndex(node); in GetNode()
155 child->parent_index = GetNodeIndex(new_parent); in LinkParent()
/aosp12/frameworks/base/tools/aapt2/
H A DDebug.cpp345 static size_t GetNodeIndex(const std::vector<ResourceName>& names, const ResourceName& name) { in GetNodeIndex() function
386 std::cout << " node_" << GetNodeIndex(names, name) << " [label=\"" << name << "\"];\n"; in PrintStyleGraph()
391 size_t style_node_index = GetNodeIndex(names, style_name); in PrintStyleGraph()
395 << "node_" << GetNodeIndex(names, parent_name) << ";\n"; in PrintStyleGraph()