Home
last modified time | relevance | path

Searched refs:stack_frame (Results 1 – 16 of 16) sorted by relevance

/external/v8/src/base/debug/
Dstack_trace_win.cc194 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/
Dperf_to_tracing.py180 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/
Dsanitizer_win.cc734 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/
Dtf_should_use.py43 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/
Dpprof_profiler.py319 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/
Dxla_kernel_creator_util.cc152 for (const auto& stack_frame : node_info.stack_trace) { in CreateXlaKernel() local
154 stack_frame.name, stack_frame.function_name); in CreateXlaKernel()
Ddeadness_analysis.cc496 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/
Ddebug_events_writer_test.py75 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/
Dstack_frame_symbolizer.h80 StackFrame* stack_frame);
/external/scapy/test/
Dlinux.uts22 def handler(signum, stack_frame):
/external/autotest/site_utils/
Dtest_that.py214 def resend_sig(signum, stack_frame): argument
Dtest_runner_utils.py700 def sigint_handler(signum, stack_frame): argument
/external/tensorflow/tensorflow/core/util/
Ddebug_events_writer_test.cc518 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/
Dproject.pbxproj140 …1B8ACD00F8391B /* stack_frame.h */ = {isa = PBXFileReference; fileEncoding = 30; lastKnownFileType…
336 9BDF17010B1B8ACD00F8391B /* stack_frame.h */,
/external/google-breakpad/
DMakefile.am179 src/google_breakpad/processor/stack_frame.h \
DMakefile.in358 src/google_breakpad/processor/stack_frame.h \
1979 @DISABLE_PROCESSOR_FALSE@ src/google_breakpad/processor/stack_frame.h \