/external/v8/src/base/debug/ |
D | stack_trace_win.cc | 194 STACKFRAME64 stack_frame; in InitTrace() local 195 memset(&stack_frame, 0, sizeof(stack_frame)); in InitTrace() 199 stack_frame.AddrPC.Offset = context_record->Rip; in InitTrace() 200 stack_frame.AddrFrame.Offset = context_record->Rbp; in InitTrace() 201 stack_frame.AddrStack.Offset = context_record->Rsp; in InitTrace() 204 stack_frame.AddrPC.Offset = context_record->Pc; in InitTrace() 205 stack_frame.AddrFrame.Offset = context_record->Fp; in InitTrace() 206 stack_frame.AddrStack.Offset = context_record->Sp; in InitTrace() 212 stack_frame.AddrPC.Offset = context_record->Eip; in InitTrace() 213 stack_frame.AddrFrame.Offset = context_record->Ebp; in InitTrace() [all …]
|
/external/chromium-trace/catapult/systrace/profile_chrome/third_party/ |
D | perf_to_tracing.py | 180 stack_frame = root_chain 182 if call in stack_frame.children: 183 stack_frame = stack_frame.children[call] 187 new_node.parent_id = stack_frame.stack_id 188 stack_frame.children[call] = new_node 189 stack_frame = new_node 192 sample = PerfSample(stack_frame.stack_id, 200 stack_frame.samples.append(sample)
|
/external/compiler-rt/lib/sanitizer_common/ |
D | sanitizer_win.cc | 734 STACKFRAME64 stack_frame; in SlowUnwindStackWithContext() local 735 memset(&stack_frame, 0, sizeof(stack_frame)); in SlowUnwindStackWithContext() 739 stack_frame.AddrPC.Offset = ctx.Rip; in SlowUnwindStackWithContext() 740 stack_frame.AddrFrame.Offset = ctx.Rbp; in SlowUnwindStackWithContext() 741 stack_frame.AddrStack.Offset = ctx.Rsp; in SlowUnwindStackWithContext() 744 stack_frame.AddrPC.Offset = ctx.Eip; in SlowUnwindStackWithContext() 745 stack_frame.AddrFrame.Offset = ctx.Ebp; in SlowUnwindStackWithContext() 746 stack_frame.AddrStack.Offset = ctx.Esp; in SlowUnwindStackWithContext() 748 stack_frame.AddrPC.Mode = AddrModeFlat; in SlowUnwindStackWithContext() 749 stack_frame.AddrFrame.Mode = AddrModeFlat; in SlowUnwindStackWithContext() [all …]
|
/external/tensorflow/tensorflow/python/util/ |
D | tf_should_use.py | 43 def __init__(self, type_, repr_, stack_frame, error_in_function, argument 47 self._stack_frame = stack_frame 193 stack_frame = sys.exc_info()[2].tb_frame.f_back 198 stack_frame=stack_frame,
|
/external/tensorflow/tensorflow/python/profiler/ |
D | pprof_profiler.py | 319 stack_frame = datum.traceback[-1] 325 prev_stack_frame = stack_frame 326 stack_frame = datum.traceback[stack_frame_index] 332 curr_file_path = stack_frame[0] 333 curr_line_number = stack_frame[1]
|
/external/tensorflow/tensorflow/compiler/jit/ |
D | xla_kernel_creator_util.cc | 152 for (const auto& stack_frame : node_info.stack_trace) { in CreateXlaKernel() local 154 stack_frame.name, stack_frame.function_name); in CreateXlaKernel()
|
D | deadness_analysis.cc | 496 IncrementStackDepth stack_frame(this); in MakeNotPredicateImpl() local 497 if (!stack_frame.HasOverflowed()) { in MakeNotPredicateImpl() 675 IncrementStackDepth stack_frame(this); in MakeAndOrImpl() local 676 if (stack_frame.HasOverflowed()) { in MakeAndOrImpl()
|
/external/tensorflow/tensorflow/python/debug/lib/ |
D | debug_events_writer_test.py | 75 stack_frame = debug_event_pb2.StackFrameWithId() 76 stack_frame.id = "stack_%d" % i 77 stack_frame.file_line_col.file_index = i * 10 78 writer.WriteStackFrameWithId(stack_frame) 140 stack_frame = debug_event_pb2.StackFrameWithId() 142 stack_frame.id = "stack_frame_%d" % stack_frame_state["counter"] 144 writer.WriteStackFrameWithId(stack_frame)
|
/external/google-breakpad/src/google_breakpad/processor/ |
D | stack_frame_symbolizer.h | 80 StackFrame* stack_frame);
|
/external/scapy/test/ |
D | linux.uts | 22 def handler(signum, stack_frame):
|
/external/autotest/site_utils/ |
D | test_that.py | 214 def resend_sig(signum, stack_frame): argument
|
D | test_runner_utils.py | 700 def sigint_handler(signum, stack_frame): argument
|
/external/tensorflow/tensorflow/core/util/ |
D | debug_events_writer_test.cc | 518 StackFrameWithId* stack_frame = new StackFrameWithId(); in TEST_F() local 519 stack_frame->set_id(strings::Printf("e%.2d", index)); in TEST_F() 520 writer->WriteStackFrameWithId(stack_frame); in TEST_F()
|
/external/google-breakpad/src/tools/mac/crash_report/crash_report.xcodeproj/ |
D | project.pbxproj | 140 …1B8ACD00F8391B /* stack_frame.h */ = {isa = PBXFileReference; fileEncoding = 30; lastKnownFileType… 336 9BDF17010B1B8ACD00F8391B /* stack_frame.h */,
|
/external/google-breakpad/ |
D | Makefile.am | 179 src/google_breakpad/processor/stack_frame.h \
|
D | Makefile.in | 358 src/google_breakpad/processor/stack_frame.h \ 1979 @DISABLE_PROCESSOR_FALSE@ src/google_breakpad/processor/stack_frame.h \
|