Home
last modified time | relevance | path

Searched refs:callers (Results 1 – 25 of 126) sorted by relevance

123456

/third_party/python/Lib/
Dprofile.py272 cc, ns, tt, ct, callers = timings[fn]
273 timings[fn] = cc, ns + 1, tt, ct, callers
283 cc, ns, tt, ct, callers = timings[fn]
284 timings[fn] = cc, ns+1, tt, ct, callers
305 cc, ns, tt, ct, callers = timings[rfn]
314 if pfn in callers:
315 callers[pfn] = callers[pfn] + 1 # hack: gather more
320 callers[pfn] = 1
322 timings[rfn] = cc, ns - 1, tt + rit, ct, callers
402 for func, (cc, ns, tt, ct, callers) in self.timings.items():
[all …]
DcProfile.py65 callers = {}
66 callersdicts[id(entry.code)] = callers
67 self.stats[func] = cc, nc, tt, ct, callers
74 callers = callersdicts[id(subentry.code)]
81 if func in callers:
82 prev = callers[func]
87 callers[func] = nc, cc, tt, ct
Dtrace.py155 callers=None, outfile=None): argument
164 self.callers = callers
165 if self.callers is None:
166 self.callers = {}
167 self.callers = self.callers.copy()
174 counts, calledfuncs, callers = pickle.load(f)
175 self.update(self.__class__(counts, calledfuncs, callers))
190 callers = self.callers
193 other_callers = other.callers
202 callers[key] = 1
[all …]
Dpstats.py159 for func, (cc, nc, tt, ct, callers) in self.stats.items():
163 if ("jprofile", 0, "profiler") in callers:
264 for func, (cc, nc, tt, ct, callers) in self.stats.items():
284 for func, (cc, nc, tt, ct, callers) in oldstats.items():
289 for func2, caller in callers.items():
313 for func, (cc, nc, tt, ct, callers) in self.stats.items():
316 for func2, caller in callers.items():
369 cc, nc, tt, ct, callers = self.stats[func]
456 cc, nc, tt, ct, callers = self.stats[func]
457 self.print_call_line(width, func, callers, "<-")
[all …]
/third_party/python/Tools/scripts/
Dobjgraph.py109 callers = []
112 callers = callers + undef2file[label]
113 if callers:
114 callers.sort()
117 for fn in callers:
/third_party/mesa3d/src/compiler/glsl/
Dir_function_detect_recursion.cpp151 exec_list callers; member in __anon1a0bc5df0111::function
218 target->callers.push_tail(node); in visit_enter()
253 if (f->callers.is_empty() || f->callees.is_empty()) { in remove_unlinked_functions()
254 while (!f->callers.is_empty()) { in remove_unlinked_functions()
255 struct call_node *n = (struct call_node *) f->callers.pop_head(); in remove_unlinked_functions()
261 destroy_links(& n->func->callers, f); in remove_unlinked_functions()
/third_party/spirv-tools/source/fuzz/
Dfuzzer_pass_add_parameters.cpp98 std::vector<opt::Instruction*> callers = in Apply() local
100 if (!callers.empty()) { in Apply()
103 for (auto* instr : callers) { in Apply()
114 std::vector<opt::Instruction*> callers = in Apply() local
116 if (!callers.empty()) { in Apply()
/third_party/skia/third_party/externals/swiftshader/third_party/SPIRV-Tools/source/fuzz/
Dfuzzer_pass_add_parameters.cpp98 std::vector<opt::Instruction*> callers = in Apply() local
100 if (!callers.empty()) { in Apply()
103 for (auto* instr : callers) { in Apply()
114 std::vector<opt::Instruction*> callers = in Apply() local
116 if (!callers.empty()) { in Apply()
/third_party/skia/third_party/externals/spirv-tools/source/fuzz/
Dfuzzer_pass_add_parameters.cpp98 std::vector<opt::Instruction*> callers = in Apply() local
100 if (!callers.empty()) { in Apply()
103 for (auto* instr : callers) { in Apply()
114 std::vector<opt::Instruction*> callers = in Apply() local
116 if (!callers.empty()) { in Apply()
/third_party/libwebsockets/minimal-examples/secure-streams/minimal-secure-streams-smd/
DCMakeLists.txt27 ${VALGRIND} --tool=memcheck --leak-check=yes --num-callers=20
41 ${VALGRIND} --tool=memcheck --leak-check=yes --num-callers=20
46 ${VALGRIND} --tool=memcheck --leak-check=yes --num-callers=20
51 ${VALGRIND} --tool=memcheck --leak-check=yes --num-callers=20
132 ${VALGRIND} --tool=memcheck --leak-check=yes --num-callers=20
175 ${VALGRIND} --tool=memcheck --leak-check=yes --num-callers=20
/third_party/libwebsockets/minimal-examples/secure-streams/minimal-secure-streams/
DCMakeLists.txt47 ${VALGRIND} --tool=memcheck --leak-check=yes --num-callers=20
64 ${VALGRIND} --tool=memcheck --leak-check=yes --num-callers=20
69 ${VALGRIND} --tool=memcheck --leak-check=yes --num-callers=20
124 ${VALGRIND} --tool=memcheck --leak-check=yes --num-callers=20
/third_party/libwebsockets/minimal-examples/secure-streams/minimal-secure-streams-sigv4/
DCMakeLists.txt25 ${VALGRIND} --tool=memcheck --leak-check=yes --num-callers=20
69 ${VALGRIND} --tool=memcheck --leak-check=yes --num-callers=20
/third_party/libwebsockets/minimal-examples/secure-streams/minimal-secure-streams-testsfail/
DCMakeLists.txt25 ${VALGRIND} --tool=memcheck --leak-check=yes --num-callers=20
68 ${VALGRIND} --tool=memcheck --leak-check=yes --num-callers=20
/third_party/node/deps/v8/tools/gcmole/
Dgcmole.py374 def mark(funcname, callers): argument
375 for caller in callers:
381 for funcname, callers in list(self.funcs.items()):
383 mark(funcname, callers)
/third_party/libevdev/
DREADME.OpenSource9 …ith evdev devices into a library and provides a library interface to the callers, thus avoiding er…
DREADME.md6 interface to the callers, thus avoiding erroneous ioctls, etc.
/third_party/libwebsockets/minimal-examples/secure-streams/minimal-secure-streams-threads/
DCMakeLists.txt27 ${VALGRIND} --tool=memcheck --leak-check=yes --num-callers=20
92 ${VALGRIND} --tool=memcheck --leak-check=yes --num-callers=20
/third_party/libwebsockets/minimal-examples/secure-streams/minimal-secure-streams-perf/
DCMakeLists.txt45 ${VALGRIND} --tool=memcheck --leak-check=yes --num-callers=20
92 ${VALGRIND} --tool=memcheck --leak-check=yes --num-callers=20
/third_party/libwebsockets/minimal-examples/secure-streams/minimal-secure-streams-hugeurl/
DCMakeLists.txt45 ${VALGRIND} --tool=memcheck --leak-check=yes --num-callers=20
92 ${VALGRIND} --tool=memcheck --leak-check=yes --num-callers=20
/third_party/libwebsockets/minimal-examples/secure-streams/minimal-secure-streams-blob/
DCMakeLists.txt46 ${VALGRIND} --tool=memcheck --leak-check=yes --num-callers=20
93 ${VALGRIND} --tool=memcheck --leak-check=yes --num-callers=20
/third_party/libwebsockets/minimal-examples/secure-streams/minimal-secure-streams-stress/
DCMakeLists.txt46 ${VALGRIND} --tool=memcheck --leak-check=yes --num-callers=20
93 ${VALGRIND} --tool=memcheck --leak-check=yes --num-callers=20
/third_party/openssl/doc/man3/
DSSL_get_all_async_fds.pod39 descriptors are returned but I<*numfds> is still populated. It is the callers
48 it is the callers responsibility to ensure that I<*addfd> and I<*delfd> have
/third_party/node/deps/v8/src/builtins/
Dic-callable.tq94 // TODO(v8:9891): Remove this dcheck once all callers are ported to Torque.
173 // TODO(v8:9891): Remove this dcheck once all callers are ported to Torque.
231 // TODO(v8:9891): Remove this dcheck once all callers are ported to Torque.
/third_party/skia/third_party/externals/abseil-cpp/absl/base/internal/
Dspinlock_akaros.inc28 // spinlock. Our callers assume will not call into libraries or other
/third_party/benchmark/
DBUILD.gn16 # Lets callers do '#include <benchmark.h>'

123456