Home
last modified time | relevance | path

Searched refs:callees (Results 1 – 12 of 12) sorted by relevance

/external/oprofile/libpp/
Dcallgraph_container.cpp295 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()
Dsymbol.h116 children callees; variable
Dcallgraph_container.h80 children callees; member
Dformat_output.cpp537 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/
Dgcmole.cc104 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/
DChangeLog-200721 * libpp/format_output.cpp: output XML SYMBOL_DATA for callers/callees
/external/clang/include/clang/Driver/
DCC1Options.td82 HelpText<"Experimental transfer function inlining callees when its definition is available.">;
/external/webkit/Source/JavaScriptCore/
DChangeLog4551 mark its callees. Removing it gives us a 0.7% progression,
DChangeLog-2011-02-1623914 Removed toThisObject() conversion, since all callees do it themselves now.
23933 changes noted above. Removed toThisObject() conversion, since all callees
DChangeLog-2009-06-1628531 Optimize op_call by allowing call sites to be directly linked to callees.
/external/webkit/Source/WebKit/chromium/
DChangeLog-2011-02-1621119 callees.
21478 callees.
/external/webkit/Source/WebCore/
DChangeLog-2010-01-2975202 …This patch deletes deprecatedInheritableProperties and modifies call callees to call either editin…