/external/libppp/src/ |
cbcp.c | 263 /* Only callees send REQs */ 366 * (ie, ``set callback cbcp none''), go along with the callees 590 /* Only callees send ACKs */
|
/external/chromium/chrome/browser/sync/glue/ |
data_type_manager_impl.cc | 210 // callees are not re-entrant.
|
/external/chromium_org/chrome/common/extensions/api/sockets/ |
sockets_manifest_permission.cc | 165 // TODO(rpaquay): This function and callees is (almost) a copy/paste
|
/external/llvm/lib/Target/ARM/ |
ARMSubtarget.h | 143 /// avoid issue "normal" call instructions to callees which do not return.
|
ARM.td | 105 // "normal" call instructions to callees which do not return.
|
/external/llvm/lib/Target/X86/ |
README-X86-64.txt | 60 which would often require a callee-saved register. Callees usually
|
/external/clang/include/clang/StaticAnalyzer/Core/PathSensitive/ |
ExprEngine.h | 53 /// Follow the default settings for inlining callees. 55 /// Do minimal inlining of callees.
|
/prebuilts/python/darwin-x86/2.7.5/lib/python2.7/ |
pstats.py | 496 # such as callers and callees. 602 print >> self.stream, "Print callees statistics from the current stat object."
|
/prebuilts/python/linux-x86/2.7.5/lib/python2.7/ |
pstats.py | 496 # such as callers and callees. 602 print >> self.stream, "Print callees statistics from the current stat object."
|
/external/chromium_org/v8/tools/gcmole/ |
gcmole.lua | 303 cfg:extend { plugin = "dump-callees" },
|
/external/clang/include/clang/StaticAnalyzer/Core/ |
AnalyzerOptions.h | 108 /// Inline callees(C, C++, ObjC) when their definitions are available.
|
/external/v8/tools/gcmole/ |
gcmole.lua | 300 cfg:extend { plugin = "dump-callees" },
|
/external/valgrind/main/callgrind/docs/ |
cl-manual.xml | 148 top level list of functions, information on the callers and the callees 152 and below, the list of callees. The sum of events in calls to 402 of its callees, needs a topological order among functions. For 403 cycles, this does not hold true: callees of a function in a cycle include [all...] |
/external/llvm/lib/Transforms/IPO/ |
Inliner.cpp | 542 // Remove any call graph edges from the callee to its callees. 604 // Remove any call graph edges from the function to its callees.
|
ArgumentPromotion.cpp | 216 /// all callees pass in a valid pointer for the specified function argument. 223 // have direct callees. [all...] |
/external/llvm/lib/Transforms/Scalar/ |
TailRecursionElimination.cpp | 28 // 4. If it can prove that callees do not access their caller stack frame, 48 // 4. The algorithm we use to detect if callees access their caller stack
|
/prebuilts/gcc/darwin-x86/arm/arm-eabi-4.6/lib/gcc/arm-eabi/4.6.x-google/plugin/include/ |
cgraph.h | 187 Each function decl has assigned cgraph_node listing callees and callers. */ 191 struct cgraph_edge *callees; variable in typeref:struct:cgraph_edge [all...] |
/prebuilts/gcc/darwin-x86/arm/arm-linux-androideabi-4.6/lib/gcc/arm-linux-androideabi/4.6.x-google/plugin/include/ |
cgraph.h | 187 Each function decl has assigned cgraph_node listing callees and callers. */ 191 struct cgraph_edge *callees; variable in typeref:struct:cgraph_edge [all...] |
/prebuilts/gcc/linux-x86/arm/arm-eabi-4.6/lib/gcc/arm-eabi/4.6.x-google/plugin/include/ |
cgraph.h | 187 Each function decl has assigned cgraph_node listing callees and callers. */ 191 struct cgraph_edge *callees; variable in typeref:struct:cgraph_edge [all...] |
/prebuilts/gcc/linux-x86/arm/arm-linux-androideabi-4.6/lib/gcc/arm-linux-androideabi/4.6.x-google/plugin/include/ |
cgraph.h | 187 Each function decl has assigned cgraph_node listing callees and callers. */ 191 struct cgraph_edge *callees; variable in typeref:struct:cgraph_edge [all...] |
/external/chromium_org/v8/src/ |
d8.js | [all...] |
/external/chromium_org/content/renderer/media/ |
buffered_resource_loader.cc | 243 // This can happen with callees that read in fixed-sized amounts for parsing
|
/external/chromium_org/v8/tools/ |
profile.js | 330 * Calculates a flat profile of callees starting from a node with
|
/external/llvm/include/llvm/Analysis/ |
MemoryDependenceAnalysis.h | 71 /// readonly calls or memory use intrinsics with identical callees
|
/external/llvm/lib/Analysis/IPA/ |
CallGraphSCCPass.cpp | 225 // Just remove the edge from the set of callees, keep track of whether
|