Home
last modified time | relevance | path

Searched defs:callers (Results 1 – 12 of 12) sorted by relevance

/external/javassist/src/main/javassist/bytecode/analysis/
DSubroutine.java30 private List callers = new ArrayList(); field in Subroutine
59 public Collection callers() { in callers() method in Subroutine
/external/annotation-tools/asmx/src/org/objectweb/asm/tree/analysis/
DSubroutine.java49 List callers; field in Subroutine
/external/javassist/src/test/test/javassist/bytecode/analysis/
DScannerTest.java70 int[] callers) { in verifySubroutine()
/external/tensorflow/tensorflow/compiler/xla/service/
Dcall_graph.h119 const std::vector<HloComputation*>& callers() const { return callers_; } in callers() function
/external/mesa3d/src/compiler/glsl/
Dir_function_detect_recursion.cpp152 exec_list callers; member in __anona823e59e0111::function
/external/google-breakpad/src/processor/
Dstackwalker_selftest.cc392 unsigned int callers = CountCallerFrames(); in Recursor() local
/external/python/cpython2/Lib/
Dtrace.py223 callers=None, outfile=None): argument
Dpstats.py524 def count_calls(callers): argument
/external/python/cpython3/Lib/
Dtrace.py172 callers=None, outfile=None): argument
Dpstats.py512 def count_calls(callers): argument
/external/tensorflow/tensorflow/core/platform/cloud/
Dfile_block_cache_test.cc433 const int callers = 4; in TEST() local
/external/valgrind/coregrind/
Dm_errormgr.c239 SuppLoc* callers; member