HomeSort by relevance Sort by last modified time
    Searched full:stack_frame (Results 1 - 25 of 75) sorted by null

1 2 3

  /external/chromium-trace/catapult/tracing/tracing/ui/analysis/
memory_dump_heap_details_pane_test.html 31 var STACK_FRAME = RowDimension.STACK_FRAME;
215 case STACK_FRAME:
220 expectedDimension === STACK_FRAME ? '\u0192' : '\u24C9');
468 dimension: STACK_FRAME,
474 dimension: STACK_FRAME,
480 dimension: STACK_FRAME,
486 dimension: STACK_FRAME,
506 dimension: STACK_FRAME,
526 dimension: STACK_FRAME,
    [all...]
stack_frame_test.html 7 <link rel="import" href="/tracing/ui/analysis/stack_frame.html">
single_sample_sub_view.html 10 <link rel="import" href="/tracing/ui/analysis/stack_frame.html">
memory_dump_heap_details_pane.html 102 STACK_FRAME: 0,
124 case RowDimension.STACK_FRAME:
144 if (dimension === RowDimension.STACK_FRAME) {
389 nodes, RowDimension.STACK_FRAME);
  /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/chromium-trace/catapult/tracing/tracing/model/
stack_frame_test.html 9 <link rel="import" href="/tracing/model/stack_frame.html">
heap_dump_test.html 12 <link rel="import" href="/tracing/model/stack_frame.html">
  /external/chromium-trace/catapult/tracing/tracing/ui/tracks/
sample_track_test.html 10 <link rel="import" href="/tracing/model/stack_frame.html">
  /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/google-breakpad/src/processor/
call_stack.cc 37 #include "google_breakpad/processor/stack_frame.h"
exploitability_linux.cc 41 #include "google_breakpad/processor/stack_frame.h"
stackwalker_address_list.cc 43 #include "google_breakpad/processor/stack_frame.h"
stack_frame_symbolizer.cc 43 #include "google_breakpad/processor/stack_frame.h"
basic_source_line_resolver_types.h 52 #include "google_breakpad/processor/stack_frame.h"
source_line_resolver_base_types.h 48 #include "google_breakpad/processor/stack_frame.h"
fast_source_line_resolver_types.h 46 #include "google_breakpad/processor/stack_frame.h"
microdump_processor_unittest.cc 42 #include "google_breakpad/processor/stack_frame.h"
stackwalker.cc 45 #include "google_breakpad/processor/stack_frame.h"
stackwalker_address_list_unittest.cc 45 #include "google_breakpad/processor/stack_frame.h"
  /external/google-breakpad/src/google_breakpad/processor/
stack_frame_symbolizer.h 80 StackFrame* stack_frame);
stack_frame_cpu.h 35 // state. They are defined in this header instead of stack_frame.h to
45 #include "google_breakpad/processor/stack_frame.h"
  /libcore/dalvik/src/main/java/dalvik/system/profiler/
BinaryHprof.java 67 STACK_FRAME(0x04, ID_SIZE + ID_SIZE + ID_SIZE + ID_SIZE + 4 + 4),
BinaryHprofWriter.java 241 writeRecordHeader(BinaryHprof.Tag.STACK_FRAME,
243 BinaryHprof.Tag.STACK_FRAME.maximumSize);
  /external/v8/src/
isolate.cc 550 Handle<JSObject> stack_frame = local
560 JSObject::AddProperty(stack_frame, column_key_,
564 JSObject::AddProperty(stack_frame, line_key_,
570 JSObject::AddProperty(stack_frame, script_id_key_,
575 JSObject::AddProperty(stack_frame, script_name_key_,
581 JSObject::AddProperty(stack_frame, script_name_or_source_url_key_, result,
588 JSObject::AddProperty(stack_frame, eval_key_, is_eval, NONE);
593 JSObject::AddProperty(stack_frame, function_key_, fun_name, NONE);
598 JSObject::AddProperty(stack_frame, constructor_key_, is_constructor_obj,
601 return stack_frame;
605 Handle<JSObject> stack_frame = local
690 Handle<JSObject> stack_frame = local
    [all...]

Completed in 655 milliseconds

1 2 3