/external/oprofile/libpp/ |
callgraph_container.cpp | 152 // caller but different callees, and due to the 295 data.callees[*callee] += arc_count; 313 sym.callees.push_back(self); 316 sort(sym.callees.begin(), sym.callees.end(), compare_arc_count_reverse); 330 cit = sym.callees.begin(); 331 cend = sym.callees.end(); 338 sym.callees.erase(cit, sym.callees.end()); 371 cend = data.callees.end() [all...] |
callgraph_container.h | 79 /// callees of this symbol 80 children callees; member in struct:arc_recorder::cg_data 84 * Sort and threshold callers and callees.
|
symbol.h | 116 children callees; member in class:cg_symbol 117 /// total count of callees
|
format_output.cpp | 537 cend = sym->callees.end(); 539 for (cit = sym->callees.begin(); cit != cend; ++cit) { 769 /* make sure callers/callees are included in SYMBOL_TABLE */ 771 output_cg_children(out, cg_symb->callees, abfd); 978 if ((symname == selfname) && (tag == CALLEES)) { 1038 out << open_element(CALLEES); 1040 output_symbol_core(out, cg_symb->callees, selfname, qname, lo, hi, is_module, CALLEES); 1042 out << close_element(CALLEES);
|
/external/v8/tools/gcmole/ |
gcmole.cc | 104 CalleesSet* callees = callgraph_[name]; local 106 if (callees == NULL) { 107 callgraph_[name] = callees = new CalleesSet(); 110 scopes_.push(callees); 127 CalleesSet* callees = i->second; local 128 for (CalleesSet::const_iterator j = callees->begin(), e = callees->end(); 495 DumpCallees("dump-callees", "Dump callees for each function.");
|
gcmole.lua | 212 cfg:extend { plugin = "dump-callees" },
|
/external/v8/tools/ |
profile_view.js | 92 * profile they can be either callees or callers.) 154 * profile they can be either callees or callers.)
|
profile.js | 322 * Calculates a flat profile of callees starting from a node with
|
/prebuilt/linux-x86/toolchain/arm-eabi-4.4.0/lib/gcc/arm-eabi/4.4.0/plugin/include/ |
cgraph.h | 130 Each function decl has assigned cgraph_node listing callees and callers. */ 135 struct cgraph_edge *callees; local
|
/prebuilt/linux-x86/toolchain/arm-eabi-4.4.3/lib/gcc/arm-eabi/4.4.3/plugin/include/ |
cgraph.h | 130 Each function decl has assigned cgraph_node listing callees and callers. */ 135 struct cgraph_edge *callees; local
|
/prebuilt/linux-x86/toolchain/arm-linux-androideabi-4.4.x/lib/gcc/arm-linux-androideabi/4.4.3/plugin/include/ |
cgraph.h | 131 Each function decl has assigned cgraph_node listing callees and callers. */ 136 struct cgraph_edge *callees; local
|
/external/v8/src/ |
d8.js | [all...] |