HomeSort by relevance Sort by last modified time
    Searched defs:callees (Results 1 - 6 of 6) sorted by null

  /external/oprofile/libpp/
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
  /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.");
  /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

Completed in 420 milliseconds