Searched refs:callees (Results 1 – 12 of 12) sorted by relevance
/external/oprofile/libpp/ |
D | callgraph_container.cpp | 295 data.callees[*callee] += arc_count; in add() 313 sym.callees.push_back(self); in process_children() 316 sort(sym.callees.begin(), sym.callees.end(), compare_arc_count_reverse); in process_children() 330 cit = sym.callees.begin(); in process_children() 331 cend = sym.callees.end(); in process_children() 338 sym.callees.erase(cit, sym.callees.end()); in process_children() 371 cend = data.callees.end(); in process() 373 for (cit = data.callees.begin(); cit != cend; ++cit) { in process() 376 sym.callees.push_back(csym); in process()
|
D | symbol.h | 116 children callees; variable
|
D | callgraph_container.h | 80 children callees; member
|
D | format_output.cpp | 537 cend = sym->callees.end(); in output() 539 for (cit = sym->callees.begin(); cit != cend; ++cit) { in output() 771 output_cg_children(out, cg_symb->callees, abfd); in output_symbol_data() 1040 output_symbol_core(out, cg_symb->callees, selfname, qname, lo, hi, is_module, CALLEES); in output_symbol()
|
/external/v8/tools/gcmole/ |
D | gcmole.cc | 104 CalleesSet* callees = callgraph_[name]; in EnterScope() local 106 if (callees == NULL) { in EnterScope() 107 callgraph_[name] = callees = new CalleesSet(); in EnterScope() 110 scopes_.push(callees); in EnterScope() 127 CalleesSet* callees = i->second; in PrintCallGraph() local 128 for (CalleesSet::const_iterator j = callees->begin(), e = callees->end(); in PrintCallGraph()
|
/external/oprofile/ |
D | ChangeLog-2007 | 21 * libpp/format_output.cpp: output XML SYMBOL_DATA for callers/callees
|
/external/clang/include/clang/Driver/ |
D | CC1Options.td | 82 HelpText<"Experimental transfer function inlining callees when its definition is available.">;
|
/external/webkit/Source/JavaScriptCore/ |
D | ChangeLog | 4551 mark its callees. Removing it gives us a 0.7% progression,
|
D | ChangeLog-2011-02-16 | 23914 Removed toThisObject() conversion, since all callees do it themselves now. 23933 changes noted above. Removed toThisObject() conversion, since all callees
|
D | ChangeLog-2009-06-16 | 28531 Optimize op_call by allowing call sites to be directly linked to callees.
|
/external/webkit/Source/WebKit/chromium/ |
D | ChangeLog-2011-02-16 | 21119 callees. 21478 callees.
|
/external/webkit/Source/WebCore/ |
D | ChangeLog-2010-01-29 | 75202 …This patch deletes deprecatedInheritableProperties and modifies call callees to call either editin…
|