/external/strace/ |
D | unwind-libunwind.c | 137 int stack_depth; in walk() local 147 for (stack_depth = 0; stack_depth < 256; ++stack_depth) { in walk() 154 if (stack_depth >= 256) in walk()
|
D | unwind-libdw.c | 135 int stack_depth; member 172 if (user_data->stack_depth-- == 0) in frame_callback() 192 .stack_depth = 256, in tcb_walk()
|
/external/oj-libjdwp/src/share/classes/com/sun/tools/jdi/ |
D | MonitorInfoImpl.java | 40 int stack_depth; field in MonitorInfoImpl 47 this.stack_depth = dpth; in MonitorInfoImpl() 82 return stack_depth; in stackDepth()
|
D | ThreadReferenceImpl.java | 508 … MonitorInfo mon = new MonitorInfoImpl(vm, minfo[i].monitor, this, minfo[i].stack_depth); in ownedMonitorsAndFrames()
|
/external/libchrome/mojo/public/cpp/bindings/lib/ |
D | validation_context.cc | 18 int stack_depth) in ValidationContext() argument 28 stack_depth_(stack_depth) { in ValidationContext()
|
D | validation_context.h | 44 int stack_depth = 0); in COMPONENT_EXPORT()
|
/external/libchrome/base/debug/ |
D | activity_tracker.cc | 268 size_t stack_depth; in FillFrom() local 269 const void* const* stack_addrs = stack_trace.Addresses(&stack_depth); in FillFrom() 272 for (i = 1; i < stack_depth && i < kActivityCallStackSize; ++i) { in FillFrom() 1046 size_t ThreadActivityTracker::SizeForStackDepth(int stack_depth) { in SizeForStackDepth() argument 1047 return static_cast<size_t>(stack_depth) * sizeof(Activity) + sizeof(Header); in SizeForStackDepth() 1258 int stack_depth, in CreateWithAllocator() argument 1262 new GlobalActivityTracker(std::move(allocator), stack_depth, process_id); in CreateWithAllocator() 1273 int stack_depth) { in CreateWithFile() argument 1289 stack_depth, 0); in CreateWithFile() 1298 int stack_depth, in CreateWithLocalMemory() argument [all …]
|
D | activity_tracker.h | 733 static size_t SizeForStackDepth(int stack_depth); 891 int stack_depth, 903 int stack_depth); 912 int stack_depth, 920 int stack_depth); 928 int stack_depth); 1171 int stack_depth,
|
/external/perfetto/include/perfetto/tracing/ |
D | track_event_state_tracker.h | 104 size_t stack_depth{};
|
/external/tensorflow/tensorflow/compiler/jit/ |
D | compilability_check_util.cc | 403 auto stack_depth = stack_trace->size(); in IsCompilableNode() local 414 if (stack_depth == 1 && in IsCompilableNode() 522 if (!op_filter_.allow_resource_ops_in_called_functions && stack_depth > 1 && in IsCompilableNode()
|
/external/mesa3d/src/intel/blorp/ |
D | blorp_blit.c | 642 unsigned stack_depth = 0; in blorp_nir_combine_samples() local 644 assert(stack_depth == util_bitcount(i)); /* Loop invariant */ in blorp_nir_combine_samples() 647 assert(stack_depth < ARRAY_SIZE(texture_data)); in blorp_nir_combine_samples() 652 texture_data[stack_depth++] = blorp_nir_txf_ms(b, v, ms_pos, mcs, dst_type); in blorp_nir_combine_samples() 690 assert(stack_depth >= 2); in blorp_nir_combine_samples() 691 --stack_depth; in blorp_nir_combine_samples() 693 texture_data[stack_depth - 1] = in blorp_nir_combine_samples() 695 texture_data[stack_depth - 1], in blorp_nir_combine_samples() 696 texture_data[stack_depth], in blorp_nir_combine_samples() 702 assert(stack_depth == 1); in blorp_nir_combine_samples()
|
/external/bcc/tools/old/ |
D | memleak.py | 106 max_stack_size = args.stack_depth + 2
|
/external/perfetto/src/tracing/ |
D | track_event_state_tracker.cc | 140 parsed_event.stack_depth = depth; in ProcessTracePacket()
|
D | console_interceptor.cc | 215 for (size_t i = 0; i < event.stack_depth; i++) { in OnTrackEvent()
|
/external/deqp/external/openglcts/modules/common/ |
D | glcKHRDebugTests.cpp | 2119 GLint stack_depth = 0; in inspectGroupStack() local 2121 m_gl->getIntegerv(GL_DEBUG_GROUP_STACK_DEPTH, &stack_depth); in inspectGroupStack() 2124 if (expected_depth != (GLuint)stack_depth) in inspectGroupStack() 2127 << "State of DEBUG_GROUP_STACK_DEPTH: " << stack_depth << ", expected " in inspectGroupStack()
|
/external/oj-libjdwp/src/share/back/ |
D | ThreadReferenceImpl.c | 557 (void)outStream_writeInt(out,monitors[i].stack_depth); in ownedMonitorsWithStackDepth()
|
/external/oj-libjdwp/make/data/jdwp/ |
D | jdwp.spec | 2033 (int stack_depth "Stack depth location where monitor was acquired")
|
/external/oj-libjdwp/src/share/javavm/export/ |
D | jvmti.h | 527 jint stack_depth; member
|
/external/libabigail/tests/data/test-annotate/ |
D | test19-pr19023-libtcmalloc_and_profiler.so.abi | 4024 <!-- int HeapProfileTable::AllocContextInfo::stack_depth --> 4025 …<var-decl name='stack_depth' type-id='type-id-1' visibility='default' filepath='src/heap-profile-t… 4108 <!-- int HeapProfileTable::AllocInfo::stack_depth --> 4109 …<var-decl name='stack_depth' type-id='type-id-1' visibility='default' filepath='src/heap-profile-t… 4400 …<parameter type-id='type-id-1' name='stack_depth' filepath='src/heap-profile-table.cc' line='211' …
|
/external/libabigail/tests/data/test-read-dwarf/ |
D | test19-pr19023-libtcmalloc_and_profiler.so.abi | 2405 …<var-decl name='stack_depth' type-id='type-id-1' visibility='default' filepath='src/heap-profile-t… 2465 …<var-decl name='stack_depth' type-id='type-id-1' visibility='default' filepath='src/heap-profile-t… 2652 …<parameter type-id='type-id-1' name='stack_depth' filepath='src/heap-profile-table.cc' line='211' …
|
/external/libabigail/tests/data/test-diff-filter/ |
D | test-PR27569-v1.abi | 11435 …<var-decl name="stack_depth" type-id="19c2251e" visibility="default" filepath="include/linux/bpf.h… 55355 …<var-decl name="stack_depth" type-id="19c2251e" visibility="default" filepath="include/linux/bpf.h…
|
D | test-PR27569-v0.abi | 11435 …<var-decl name="stack_depth" type-id="19c2251e" visibility="default" filepath="include/linux/bpf.h… 55326 …<var-decl name="stack_depth" type-id="19c2251e" visibility="default" filepath="include/linux/bpf.h…
|