Home
last modified time | relevance | path

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

/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/chromium-trace/catapult/telemetry/telemetry/internal/util/
Dglobal_hooks.py28 def PrintDiagnostics(_, stack_frame): argument
30 exception_formatter.PrintFormattedFrame(stack_frame, exception_string)
36 def PrintStackAndExit(sig, stack_frame): argument
38 exception_formatter.PrintFormattedFrame(stack_frame, exception_string)
/external/compiler-rt/lib/sanitizer_common/
Dsanitizer_win.cc653 STACKFRAME64 stack_frame; in SlowUnwindStackWithContext() local
654 memset(&stack_frame, 0, sizeof(stack_frame)); in SlowUnwindStackWithContext()
658 stack_frame.AddrPC.Offset = ctx.Rip; in SlowUnwindStackWithContext()
659 stack_frame.AddrFrame.Offset = ctx.Rbp; in SlowUnwindStackWithContext()
660 stack_frame.AddrStack.Offset = ctx.Rsp; in SlowUnwindStackWithContext()
663 stack_frame.AddrPC.Offset = ctx.Eip; in SlowUnwindStackWithContext()
664 stack_frame.AddrFrame.Offset = ctx.Ebp; in SlowUnwindStackWithContext()
665 stack_frame.AddrStack.Offset = ctx.Esp; in SlowUnwindStackWithContext()
667 stack_frame.AddrPC.Mode = AddrModeFlat; in SlowUnwindStackWithContext()
668 stack_frame.AddrFrame.Mode = AddrModeFlat; in SlowUnwindStackWithContext()
[all …]
/external/google-breakpad/src/google_breakpad/processor/
Dstack_frame_symbolizer.h80 StackFrame* stack_frame);
/external/v8/src/
Disolate.cc511 Handle<JSObject> stack_frame = in NewStackFrameObject() local
531 JSObject::AddProperty(stack_frame, column_key_, in NewStackFrameObject()
535 JSObject::AddProperty(stack_frame, line_key_, in NewStackFrameObject()
541 JSObject::AddProperty(stack_frame, script_id_key_, in NewStackFrameObject()
546 JSObject::AddProperty(stack_frame, script_name_key_, in NewStackFrameObject()
552 JSObject::AddProperty(stack_frame, script_name_or_source_url_key_, result, in NewStackFrameObject()
558 JSObject::AddProperty(stack_frame, function_key_, fun_name, NONE); in NewStackFrameObject()
564 JSObject::AddProperty(stack_frame, eval_key_, is_eval, NONE); in NewStackFrameObject()
569 JSObject::AddProperty(stack_frame, constructor_key_, is_constructor_obj, in NewStackFrameObject()
573 return stack_frame; in NewStackFrameObject()
[all …]
/external/autotest/site_utils/
Dtest_that.py217 def resend_sig(signum, stack_frame): argument
Dtest_runner_utils.py539 def sigint_handler(signum, stack_frame): argument
/external/chromium-trace/catapult/tracing/
Dtrace_viewer.gypi230 'tracing/model/stack_frame.html',
294 'tracing/ui/analysis/stack_frame.html',
/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 \