HomeSort by relevance Sort by last modified time
    Searched refs:stack_frame (Results 1 - 9 of 9) sorted by null

  /external/chromium-trace/catapult/telemetry/telemetry/internal/util/
global_hooks.py 28 def PrintDiagnostics(_, stack_frame):
30 exception_formatter.PrintFormattedFrame(stack_frame, exception_string)
36 def PrintStackAndExit(sig, stack_frame):
38 exception_formatter.PrintFormattedFrame(stack_frame, exception_string)
  /external/chromium-trace/catapult/systrace/profile_chrome/third_party/
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/google-breakpad/src/google_breakpad/processor/
stack_frame_symbolizer.h 80 StackFrame* stack_frame);
  /external/compiler-rt/lib/sanitizer_common/
sanitizer_win.cc 653 STACKFRAME64 stack_frame; local
654 memset(&stack_frame, 0, sizeof(stack_frame));
658 stack_frame.AddrPC.Offset = ctx.Rip;
659 stack_frame.AddrFrame.Offset = ctx.Rbp;
660 stack_frame.AddrStack.Offset = ctx.Rsp;
663 stack_frame.AddrPC.Offset = ctx.Eip;
664 stack_frame.AddrFrame.Offset = ctx.Ebp;
665 stack_frame.AddrStack.Offset = ctx.Esp;
667 stack_frame.AddrPC.Mode = AddrModeFlat
    [all...]
  /external/v8/src/
isolate.cc 511 Handle<JSObject> stack_frame = local
531 JSObject::AddProperty(stack_frame, column_key_,
535 JSObject::AddProperty(stack_frame, line_key_,
541 JSObject::AddProperty(stack_frame, script_id_key_,
546 JSObject::AddProperty(stack_frame, script_name_key_,
552 JSObject::AddProperty(stack_frame, script_name_or_source_url_key_, result,
558 JSObject::AddProperty(stack_frame, function_key_, fun_name, NONE);
564 JSObject::AddProperty(stack_frame, eval_key_, is_eval, NONE);
569 JSObject::AddProperty(stack_frame, constructor_key_, is_constructor_obj,
573 return stack_frame;
631 Handle<JSObject> stack_frame = local
665 Handle<JSObject> stack_frame = local
    [all...]
  /external/autotest/site_utils/
test_that.py 217 def resend_sig(signum, stack_frame):
test_runner_utils.py 539 def sigint_handler(signum, stack_frame):
    [all...]
  /art/runtime/
debugger.cc     [all...]
  /external/google-breakpad/
Makefile.am 179 src/google_breakpad/processor/stack_frame.h \
    [all...]

Completed in 1261 milliseconds