Searched refs:stack_frame (Results 1 – 14 of 14) sorted by relevance
/external/v8/src/base/debug/ |
D | stack_trace_win.cc | 189 STACKFRAME64 stack_frame; in InitTrace() local 190 memset(&stack_frame, 0, sizeof(stack_frame)); in InitTrace() 193 stack_frame.AddrPC.Offset = context_record->Rip; in InitTrace() 194 stack_frame.AddrFrame.Offset = context_record->Rbp; in InitTrace() 195 stack_frame.AddrStack.Offset = context_record->Rsp; in InitTrace() 198 stack_frame.AddrPC.Offset = context_record->Eip; in InitTrace() 199 stack_frame.AddrFrame.Offset = context_record->Ebp; in InitTrace() 200 stack_frame.AddrStack.Offset = context_record->Esp; in InitTrace() 202 stack_frame.AddrPC.Mode = AddrModeFlat; in InitTrace() 203 stack_frame.AddrFrame.Mode = AddrModeFlat; 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 | 40 def __init__(self, type_, repr_, stack_frame, fatal_error_if_unsated): argument 43 self._stack_frame = stack_frame 158 stack_frame = sys.exc_info()[2].tb_frame.f_back 163 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/python/framework/ |
D | error_interpolation_test.py | 36 stack_frame = list(op._traceback[idx]) 37 stack_frame[tf_stack.TB_FILENAME] = filename 38 return tuple(stack_frame)
|
/external/google-breakpad/src/google_breakpad/processor/ |
D | stack_frame_symbolizer.h | 80 StackFrame* stack_frame);
|
/external/tensorflow/tensorflow/compiler/jit/ |
D | deadness_analysis.cc | 411 IncrementStackDepth stack_frame(this); in MakeNotPredicateImpl() local 412 if (!stack_frame.HasOverflowed()) { in MakeNotPredicateImpl() 575 IncrementStackDepth stack_frame(this); in MakeAndOrImpl() local 576 if (stack_frame.HasOverflowed()) { in MakeAndOrImpl()
|
/external/scapy/test/ |
D | linux.uts | 22 def handler(signum, stack_frame):
|
/external/autotest/site_utils/ |
D | test_that.py | 224 def resend_sig(signum, stack_frame): argument
|
D | test_runner_utils.py | 659 def sigint_handler(signum, stack_frame): argument
|
/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 \
|