HomeSort by relevance Sort by last modified time
    Searched defs:stack_depth (Results 1 - 14 of 14) sorted by null

  /external/chromium_org/chrome/test/logging/win/
log_file_reader.cc 150 DWORD stack_depth = 0; local
158 if (parser.ReadDWORD(&stack_depth) &&
159 parser.ReadPointerArray(stack_depth, &backtrace) &&
165 EventLevelToSeverity(event->Header.Class.Level), stack_depth, backtrace,
177 DWORD stack_depth = 0; local
185 parser.ReadDWORD(&stack_depth) &&
186 parser.ReadPointerArray(stack_depth, &backtrace) &&
189 EventTypeToTraceType(event->Header.Class.Type), id, extra, stack_depth,
  /external/valgrind/main/perf/
many-loss-records.c 18 /* we will create stack_fan_out ^ stack_depth different call stacks */
20 int stack_depth = 4; variable
86 if (level == stack_depth) {
203 for (d = 0; d < stack_depth; d++)
  /art/runtime/
debugger.h 104 method(nullptr), stack_depth(0) {
124 int stack_depth; member in struct:art::SingleStepControl
debugger.cc 2908 int stack_depth = GetStackDepth(thread); local
2933 int stack_depth = GetStackDepth(thread); local
4808 size_t stack_depth = record->GetDepth(); local
    [all...]
  /external/chromium_org/third_party/tcmalloc/vendor/src/
heap-profile-table.h 78 int stack_depth; // depth of call_stack member in struct:HeapProfileTable::AllocInfo
87 int stack_depth; // Depth of stack trace member in struct:HeapProfileTable::AllocContextInfo
109 // Record an allocation at 'ptr' of 'bytes' bytes. 'stack_depth'
113 int stack_depth, const void* const call_stack[]);
297 info.stack_depth = v->bucket()->depth;
  /external/chromium_org/third_party/tcmalloc/chromium/src/
heap-profile-table.h 81 int stack_depth; // depth of call_stack member in struct:HeapProfileTable::AllocInfo
90 int stack_depth; // Depth of stack trace member in struct:HeapProfileTable::AllocContextInfo
112 // Record an allocation at 'ptr' of 'bytes' bytes. 'stack_depth'
116 int stack_depth, const void* const call_stack[]);
382 info.stack_depth = v->bucket()->depth;
  /external/chromium_org/v8/src/
hydrogen-bce.cc 349 int stack_depth = 1; local
352 while (stack_depth > 0) {
353 int current = stack_depth - 1;
360 int next = stack_depth++;
367 stack_depth--;
full-codegen.cc 1159 int stack_depth = 0; local
1187 int stack_depth = 0; local
1213 int stack_depth = 0; local
    [all...]
  /external/strace/
unwind.c 368 int stack_depth; local
382 for (stack_depth = 0; stack_depth < 256; ++stack_depth) {
389 if (stack_depth >= 256)
  /external/chromium_org/native_client_sdk/src/libraries/xray/
xray.c 83 uint32_t stack_depth; member in struct:XRayTraceCapture
335 uint32_t depth = capture->stack_depth;
346 ++capture->stack_depth;
361 --capture->stack_depth;
362 if (capture->stack_depth < capture->max_stack_depth) {
363 uint32_t depth = capture->stack_depth;
430 int depth = capture->stack_depth - 1;
462 int depth = capture->stack_depth - 1;
493 capture->stack_depth = 0;
506 void XRaySetMaxStackDepth(struct XRayTraceCapture* capture, int stack_depth) {
    [all...]
  /external/chromium_org/third_party/mesa/src/src/mesa/drivers/dri/i965/
brw_blorp_blit.cpp 1287 unsigned stack_depth = 0; local
    [all...]
  /external/chromium_org/v8/src/compiler/
scheduler.cc 947 int stack_depth = Push(stack, 0, entry, kBlockUnvisited1); local
950 while (stack_depth > 0) {
951 int current = stack_depth - 1;
    [all...]
ast-graph-builder.cc 1386 int stack_depth = -1; local
    [all...]
  /external/mesa3d/src/mesa/drivers/dri/i965/
brw_blorp_blit.cpp 1287 unsigned stack_depth = 0; local
    [all...]

Completed in 1027 milliseconds