Searched refs:new_Node (Results 1 – 3 of 3) sorted by relevance
/netbsd/external/gpl3/binutils/dist/gprofng/src/ |
H A D | CallStack.cc | 145 CallStackNode *new_Node (CallStackNode*, Histable*); 168 root = new_Node (0, total->find_dbeinstr (0, 0)); in CallStackP() 194 CallStackP::new_Node (CallStackNode *anc, Histable *pcval) in new_Node() function in CallStackP 457 jvm_node = new_Node (root, jvm->find_dbeinstr (0, 0)); in add_stack_java_epilogue() 1105 node = new_Node (anc, objs->get (i)); in add_stack()
|
H A D | PathTree.h | 367 NodeIdx new_Node (NodeIdx, Histable*, bool);
|
H A D | PathTree.cc | 144 root_idx = new_Node (0, total_obj, false); in init() 316 PathTree::new_Node (NodeIdx anc, Histable *instr, bool leaf) in new_Node() function in PathTree 461 NodeIdx dsc_idx = new_Node (node_idx, instr, leaf); in find_in_desc_htable() 533 NodeIdx dsc_idx = new_Node (node_idx, instr, leaf); in find_desc_node()
|