| /prebuilts/clang/host/linux-x86/clang-4479392/include/llvm/IR/ |
| ModuleSlotTracker.h | 25 /// class allows callers to share the cost of incorporating the metadata in a 50 /// be shared between multiple callers, and otherwise MDNode references will
|
| /prebuilts/clang/host/linux-x86/clang-4579689/include/llvm/IR/ |
| ModuleSlotTracker.h | 25 /// class allows callers to share the cost of incorporating the metadata in a 50 /// be shared between multiple callers, and otherwise MDNode references will
|
| /prebuilts/clang/host/linux-x86/clang-4630689/include/llvm/IR/ |
| ModuleSlotTracker.h | 25 /// class allows callers to share the cost of incorporating the metadata in a 50 /// be shared between multiple callers, and otherwise MDNode references will
|
| /prebuilts/clang/host/linux-x86/clang-4639204/include/llvm/IR/ |
| ModuleSlotTracker.h | 25 /// class allows callers to share the cost of incorporating the metadata in a 50 /// be shared between multiple callers, and otherwise MDNode references will
|
| /prebuilts/clang/host/linux-x86/clang-4691093/include/llvm/IR/ |
| ModuleSlotTracker.h | 25 /// class allows callers to share the cost of incorporating the metadata in a 50 /// be shared between multiple callers, and otherwise MDNode references will
|
| /device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Lib/ |
| profile.py | 302 cc, ns, tt, ct, callers = timings[fn]
303 timings[fn] = cc, ns + 1, tt, ct, callers
313 cc, ns, tt, ct, callers = timings[fn]
314 timings[fn] = cc, ns+1, tt, ct, callers
335 cc, ns, tt, ct, callers = timings[rfn]
344 if pfn in callers:
345 callers[pfn] = callers[pfn] + 1 # hack: gather more
350 callers[pfn] = 1
352 timings[rfn] = cc, ns - 1, tt + rit, ct, callers
[all...] |
| /external/python/cpython2/Lib/ |
| 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 [all...] |
| /external/python/cpython3/Lib/ |
| profile.py | 274 cc, ns, tt, ct, callers = timings[fn] 275 timings[fn] = cc, ns + 1, tt, ct, callers 285 cc, ns, tt, ct, callers = timings[fn] 286 timings[fn] = cc, ns+1, tt, ct, callers 307 cc, ns, tt, ct, callers = timings[rfn] 316 if pfn in callers: 317 callers[pfn] = callers[pfn] + 1 # hack: gather more 322 callers[pfn] = 1 324 timings[rfn] = cc, ns - 1, tt + rit, ct, callers [all...] |
| /prebuilts/gdb/darwin-x86/lib/python2.7/ |
| 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 [all...] |
| /prebuilts/gdb/linux-x86/lib/python2.7/ |
| 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 [all...] |
| /prebuilts/python/darwin-x86/2.7.5/lib/python2.7/ |
| 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 [all...] |
| /prebuilts/python/linux-x86/2.7.5/lib/python2.7/ |
| 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 [all...] |
| /prebuilts/go/darwin-x86/src/runtime/ |
| symtab.go | 14 // slice of PC values returned by Callers. 16 // callers is a slice of PCs that have not yet been expanded. 17 callers []uintptr 19 // stackExpander expands callers into a sequence of Frames, 83 // first PC should be skipped over and callers[1] should also 88 // CallersFrames takes a slice of PC values returned by Callers and 91 func CallersFrames(callers []uintptr) *Frames { 93 ci.callers = ci.stackExpander.init(callers) 97 func (se *stackExpander) init(callers []uintptr) []uintptr [all...] |
| /prebuilts/go/linux-x86/src/runtime/ |
| symtab.go | 14 // slice of PC values returned by Callers. 16 // callers is a slice of PCs that have not yet been expanded. 17 callers []uintptr 19 // stackExpander expands callers into a sequence of Frames, 83 // first PC should be skipped over and callers[1] should also 88 // CallersFrames takes a slice of PC values returned by Callers and 91 func CallersFrames(callers []uintptr) *Frames { 93 ci.callers = ci.stackExpander.init(callers) 97 func (se *stackExpander) init(callers []uintptr) []uintptr [all...] |
| /art/runtime/ |
| nth_caller_visitor.h | 27 // Walks up the stack 'n' callers, when used with Thread::WalkStack.
|
| /cts/hostsidetests/appsecurity/test-apps/AccessSerialLegacy/src/android/os/cts/ |
| AccessSerialLegacyTest.java | 33 // value returned to unauthorized callers, so make sure not that value
|
| /device/google/cuttlefish_common/common/vsoc/lib/ |
| single_sided_signal.h | 35 * Callers must be equipped to cope with spurious returns.
|
| /external/caliper/caliper/src/main/java/com/google/caliper/api/ |
| ResultProcessor.java | 24 * Interface for processing results as they complete. Callers must invoke {@link #close()} after
|
| /external/compiler-rt/lib/builtins/i386/ |
| floatdisf.S | 11 // However, if callers of this routine can be safely assumed to store the argument
|
| floatdixf.S | 13 // However, if callers of this routine can be safely assumed to store the argument
|
| /external/libchrome/base/synchronization/ |
| atomic_flag.h | 31 // Resets the flag. Be careful when using this: callers might not expect
|
| /external/libjpeg-turbo/ |
| README.android | 24 the function names in the SIMD code did not match the callers (because of
|
| /external/llvm/test/Transforms/DeadArgElim/ |
| deadexternal.ll | 41 ; Check that callers are not transformed for weak definitions.
|
| /external/skia/infra/bots/recipe_modules/flavor/ |
| valgrind_flavor.py | 24 '--track-origins=yes', '--error-exitcode=1', '--num-callers=40',
|
| /external/skia/src/codec/ |
| SkBmpMaskCodec.h | 26 * There should be no other callers despite this being public
|