HomeSort by relevance Sort by last modified time
    Searched full:callers (Results 26 - 50 of 2686) sorted by null

12 3 4 5 6 7 8 91011>>

  /external/valgrind/drd/tests/
bug-235681.vgtest 2 vgopts: --read-var-info=yes --check-stack-var=yes --show-confl-seg=no --num-callers=3
concurrent_close.vgtest 2 vgopts: --read-var-info=yes --check-stack-var=yes --show-confl-seg=no --num-callers=3
pth_once.vgtest 2 vgopts: --read-var-info=yes --check-stack-var=yes --num-callers=3
std_thread2.vgtest 2 vgopts: --check-stack-var=yes --show-confl-seg=no --num-callers=1 --default-suppressions=no --suppressions=std_thread2.supp
tc19_shadowmem.vgtest 3 vgopts: --error-limit=no --read-var-info=yes --show-confl-seg=no --num-callers=3
thread_name_xml.vgtest 2 vgopts: --read-var-info=yes --check-stack-var=yes --num-callers=3 --xml=yes --xml-fd=2
annotate_barrier_xml.vgtest 2 vgopts: --read-var-info=yes --check-stack-var=yes --show-confl-seg=no --num-callers=3 --xml=yes --xml-fd=2
annotate_trace_memory_xml.vgtest 2 vgopts: --read-var-info=yes --check-stack-var=yes --show-confl-seg=no --num-callers=2 --xml=yes --xml-fd=2
  /external/annotation-tools/asmx/src/org/objectweb/asm/tree/analysis/
Subroutine.java 49 List callers; field in class:Subroutine
61 this.callers = new ArrayList();
62 callers.add(caller);
70 result.callers = new ArrayList(callers);
87 for (int i = 0; i < subroutine.callers.size(); ++i) {
88 Object caller = subroutine.callers.get(i);
89 if (!callers.contains(caller)) {
90 callers.add(caller);
  /external/swiftshader/third_party/subzero/src/
LinuxMallocProfiling.cpp 26 // The Callers structure allocates memory, which would perturb the tracing.
34 MallocMap *Callers;
37 if (Callers != nullptr && !InAllocatorFunction) {
39 ++(*Callers)[caller];
74 Callers = new MallocMap();
78 if (Callers == nullptr) {
81 for (const auto &C : *Callers) {
93 delete Callers;
94 Callers = nullptr;
  /external/valgrind/memcheck/tests/
err_disable4.vgtest 2 vgopts: -q --num-callers=3 --valgrind-stacksize=131072
  /prebuilts/go/darwin-x86/test/
inline_callers.go 27 npcs = runtime.Callers(skip, pcs)
46 callers := pcs[:npcs]
47 ci := runtime.CallersFrames(callers)
59 0: {"runtime.Callers", "main.testCallers", "main.main"},
67 var allFrames = []string{"runtime.Callers", "main.h", "main.g", "main.f", "main.testCallersFrames", "main.main"}
  /prebuilts/go/linux-x86/test/
inline_callers.go 27 npcs = runtime.Callers(skip, pcs)
46 callers := pcs[:npcs]
47 ci := runtime.CallersFrames(callers)
59 0: {"runtime.Callers", "main.testCallers", "main.main"},
67 var allFrames = []string{"runtime.Callers", "main.h", "main.g", "main.f", "main.testCallersFrames", "main.main"}
  /external/e2fsprogs/debian/
comerr-dev.doc-base 6 to return errors to their callers, and for programs
  /external/llvm/test/Transforms/Inline/
inline_dce.ll 2 ; inlined into all of their callers.
  /external/swiftshader/third_party/LLVM/test/Transforms/Inline/
inline_dce.ll 2 ; inlined into all of their callers.
  /prebuilts/go/darwin-x86/test/fixedbugs/
issue10486.go 21 runtime.Callers(2, pcs[:])
issue19799.go 22 n := runtime.Callers(0, pcs)
49 n := runtime.Callers(0, pcs)
  /prebuilts/go/linux-x86/test/fixedbugs/
issue10486.go 21 runtime.Callers(2, pcs[:])
issue19799.go 22 n := runtime.Callers(0, pcs)
49 n := runtime.Callers(0, pcs)
  /external/jsr305/ri/src/main/java/javax/annotation/concurrent/
Immutable.java 20 * its state cannot be seen to change by callers. Of necessity this means that
26 * long as they are computed from immutable state and that callers cannot tell
  /external/valgrind/
bionic.supp 17 # the errors are reported in the callers of this function, not here :-(
19 # hide all the callers; fortunately there appear to be not many.
  /device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Lib/
cProfile.py 105 callers = {}
106 callersdicts[id(entry.code)] = callers
107 self.stats[func] = cc, nc, tt, ct, callers
114 callers = callersdicts[id(subentry.code)]
121 if func in callers:
122 prev = callers[func]
127 callers[func] = nc, cc, tt, ct
  /external/python/cpython2/Lib/
cProfile.py 105 callers = {}
106 callersdicts[id(entry.code)] = callers
107 self.stats[func] = cc, nc, tt, ct, callers
114 callers = callersdicts[id(subentry.code)]
121 if func in callers:
122 prev = callers[func]
127 callers[func] = nc, cc, tt, ct
  /external/python/cpython3/Lib/
cProfile.py 65 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

Completed in 1153 milliseconds

12 3 4 5 6 7 8 91011>>