/external/javassist/src/main/javassist/bytecode/analysis/ |
D | Subroutine.java | 31 private List<Integer> callers = new ArrayList<Integer>(); field in Subroutine 37 callers.add(caller); in Subroutine() 41 callers.add(caller); in addCaller() 60 public Collection<Integer> callers() { in callers() method in Subroutine 61 return callers; in callers() 66 return "start = " + start + " callers = " + callers.toString(); in toString()
|
/external/python/cpython2/Lib/ |
D | profile.py | 293 cc, ns, tt, ct, callers = timings[fn] 294 timings[fn] = cc, ns + 1, tt, ct, callers 304 cc, ns, tt, ct, callers = timings[fn] 305 timings[fn] = cc, ns+1, tt, ct, callers 326 cc, ns, tt, ct, callers = timings[rfn] 335 if pfn in callers: 336 callers[pfn] = callers[pfn] + 1 # hack: gather more 341 callers[pfn] = 1 343 timings[rfn] = cc, ns - 1, tt + rit, ct, callers 424 for func, (cc, ns, tt, ct, callers) in self.timings.iteritems(): [all …]
|
D | 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
|
D | trace.py | 223 callers=None, outfile=None): argument 232 self.callers = callers 233 if self.callers is None: 234 self.callers = {} 235 self.callers = self.callers.copy() 241 counts, calledfuncs, callers = \ 243 self.update(self.__class__(counts, calledfuncs, callers)) 252 callers = self.callers 255 other_callers = other.callers 264 callers[key] = 1 [all …]
|
D | pstats.py | 128 for func, (cc, nc, tt, ct, callers) in self.stats.items(): 132 if ("jprofile", 0, "profiler") in callers: 230 for func, (cc, nc, tt, ct, callers) in self.stats.iteritems(): 250 for func, (cc, nc, tt, ct, callers) in oldstats.iteritems(): 255 for func2, caller in callers.iteritems(): 278 for func, (cc, nc, tt, ct, callers) in self.stats.iteritems(): 281 for func2, caller in callers.iteritems(): 385 cc, nc, tt, ct, callers = self.stats[func] 386 self.print_call_line(width, func, callers, "<-") 395 for cc, nc, tt, ct, callers in self.stats.itervalues(): [all …]
|
/external/python/cpython3/Lib/ |
D | profile.py | 272 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 …]
|
D | 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
|
D | trace.py | 155 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 …]
|
D | pstats.py | 159 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 …]
|
/external/python/cpython3/Tools/scripts/ |
D | objgraph.py | 109 callers = [] 112 callers = callers + undef2file[label] 113 if callers: 114 callers.sort() 117 for fn in callers:
|
/external/mesa3d/src/compiler/glsl/ |
D | ir_function_detect_recursion.cpp | 151 exec_list callers; member in __anon7242f9480111::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()
|
/external/python/cpython2/Tools/scripts/ |
D | objgraph.py | 111 callers = [] 114 callers = callers + undef2file[label] 115 if callers: 116 callers.sort() 119 for fn in callers:
|
/external/llvm-project/lld/test/ELF/Inputs/ |
D | arm-thumb-narrow-branch.s | 11 .type callers,%function 12 .globl callers symbol 13 callers: label
|
/external/deqp-deps/SPIRV-Tools/source/fuzz/ |
D | fuzzer_pass_add_parameters.cpp | 99 std::vector<opt::Instruction*> callers = in Apply() local 101 if (!callers.empty()) { in Apply() 104 for (auto* instr : callers) { in Apply() 115 std::vector<opt::Instruction*> callers = in Apply() local 117 if (!callers.empty()) { in Apply()
|
/external/angle/third_party/vulkan-deps/spirv-tools/src/source/fuzz/ |
D | fuzzer_pass_add_parameters.cpp | 97 std::vector<opt::Instruction*> callers = in Apply() local 99 if (!callers.empty()) { in Apply() 102 for (auto* instr : callers) { in Apply() 113 std::vector<opt::Instruction*> callers = in Apply() local 115 if (!callers.empty()) { in Apply()
|
/external/swiftshader/third_party/SPIRV-Tools/source/fuzz/ |
D | fuzzer_pass_add_parameters.cpp | 99 std::vector<opt::Instruction*> callers = in Apply() local 101 if (!callers.empty()) { in Apply() 104 for (auto* instr : callers) { in Apply() 115 std::vector<opt::Instruction*> callers = in Apply() local 117 if (!callers.empty()) { in Apply()
|
/external/llvm-project/mlir/test/lib/Transforms/ |
D | TestInlining.cpp | 33 SmallVector<CallIndirectOp, 16> callers; in runOnFunction() local 34 function.walk([&](CallIndirectOp caller) { callers.push_back(caller); }); in runOnFunction() 40 for (auto caller : callers) { in runOnFunction()
|
/external/tensorflow/tensorflow/compiler/xla/service/ |
D | call_graph.cc | 154 if (b_node.callers().empty()) { in DominatesHelper() 161 for (const HloComputation* b_caller : b_node.callers()) { in DominatesHelper() 202 if (node.callers().empty()) { in SetCallContexts() 255 if (node.callers().empty()) { in SetNodeDepths() 343 if (node.callers().empty()) { in VisitNodes() 371 std::vector<HloInstruction*> callers; in GetComputationCallers() local 373 callers.push_back(callsite.instruction()); in GetComputationCallers() 375 return callers; in GetComputationCallers() 441 for (const HloComputation* caller : node.callers()) { in ToString()
|
D | call_graph_test.cc | 110 EXPECT_TRUE(node.callers().empty()); in TEST_F() 157 EXPECT_TRUE(entry_node.callers().empty()); in TEST_F() 166 EXPECT_EQ(1, map_node.callers().size()); in TEST_F() 191 EXPECT_TRUE(entry_node.callers().empty()); in TEST_F() 199 EXPECT_EQ(1, called_node.callers().size()); in TEST_F() 288 EXPECT_EQ(1, true_node.callers().size()); in TEST_F() 289 EXPECT_EQ(entry_computation, true_node.callers()[0]); in TEST_F() 294 EXPECT_EQ(1, false_node.callers().size()); in TEST_F() 295 EXPECT_EQ(entry_computation, false_node.callers()[0]); in TEST_F() 368 EXPECT_THAT(c_node.callers(), in TEST_F()
|
/external/llvm-project/lld/test/ELF/ |
D | arm-thunk-re-add.s | 85 .globl callers symbol 86 .type callers, %function 87 callers: label
|
/external/flac/test/ |
D | test_replaygain.sh | 39 …valgrind --leak-check=yes --show-reachable=yes --num-callers=50 --log-fd=4 flac --no-error-on-comp… 49 …valgrind --leak-check=yes --show-reachable=yes --num-callers=50 --log-fd=4 metaflac $* 4>>test_rep… 62 …valgrind --leak-check=yes --show-reachable=yes --num-callers=50 --log-fd=4 metaflac $* 2>/dev/null…
|
D | test_seeking.sh | 40 …valgrind --leak-check=yes --show-reachable=yes --num-callers=50 --log-fd=4 flac${EXE} --no-error-o… 50 …valgrind --leak-check=yes --show-reachable=yes --num-callers=50 --log-fd=4 metaflac${EXE} $* 4>>te… 60 …valgrind --leak-check=yes --show-reachable=yes --num-callers=50 --log-fd=4 test_seeking $* 4>>test…
|
/external/javassist/src/test/test/javassist/bytecode/analysis/ |
D | ScannerTest.java | 70 int[] callers) { in verifySubroutine() argument 74 for (int i = 0; i < callers.length; i++) in verifySubroutine() 75 assertTrue(sub.callers().contains(Integer.valueOf(callers[i]))); in verifySubroutine()
|
/external/google-breakpad/src/processor/ |
D | stackwalker_selftest.cc | 392 unsigned int callers = CountCallerFrames(); in Recursor() local 393 if (callers != parent_callers + 1) in Recursor() 397 return Recursor(depth - 1, callers); in Recursor()
|
/external/llvm-project/llvm/test/ExecutionEngine/RuntimeDyld/ARM/ |
D | MachO_Thumb_Relocations.s | 35 # Check that stubs for thumb callers use thumb code (not arm), and that thumb 54 # Check that stubs for arm callers use arm code (not thumb), and that thumb
|