/external/chromium_org/chrome/test/logging/win/ |
D | log_file_reader.cc | 150 DWORD stack_depth = 0; in OnLogMessageFullEvent() local 158 if (parser.ReadDWORD(&stack_depth) && in OnLogMessageFullEvent() 159 parser.ReadPointerArray(stack_depth, &backtrace) && in OnLogMessageFullEvent() 165 EventLevelToSeverity(event->Header.Class.Level), stack_depth, backtrace, in OnLogMessageFullEvent() 177 DWORD stack_depth = 0; in OnTraceEvent() local 185 parser.ReadDWORD(&stack_depth) && in OnTraceEvent() 186 parser.ReadPointerArray(stack_depth, &backtrace) && in OnTraceEvent() 189 EventTypeToTraceType(event->Header.Class.Type), id, extra, stack_depth, in OnTraceEvent()
|
D | log_file_reader.h | 51 DWORD stack_depth, 63 DWORD stack_depth,
|
D | log_file_printer.cc | 105 DWORD stack_depth, 116 DWORD stack_depth, 215 DWORD stack_depth, in OnLogMessageFull() argument 233 DWORD stack_depth, in OnTraceEvent() argument
|
/external/chromium_org/native_client_sdk/src/libraries/xray/ |
D | xray.c | 83 uint32_t stack_depth; member 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) { argument [all …]
|
D | xray_priv.h | 177 struct XRayTraceCapture* capture, int stack_depth);
|
/external/valgrind/main/perf/ |
D | many-loss-records.c | 20 int stack_depth = 4; variable 86 if (level == stack_depth) { in call_stack() 203 for (d = 0; d < stack_depth; d++) in main()
|
/external/chromium_org/third_party/tcmalloc/vendor/src/ |
D | heap-profile-table.h | 78 int stack_depth; // depth of call_stack member 87 int stack_depth; // Depth of stack trace member 113 int stack_depth, const void* const call_stack[]); 297 info.stack_depth = v->bucket()->depth; in MapArgsAllocIterator()
|
D | heap-profile-table.cc | 225 const void* ptr, size_t bytes, int stack_depth, in RecordAlloc() argument 227 Bucket* b = GetBucket(stack_depth, call_stack, alloc_table_, in RecordAlloc() 263 info->stack_depth = alloc_value->bucket()->depth; in FindAllocDetails() 405 info.stack_depth = list[i]->depth; in IterateOrderedAllocContexts()
|
D | heap-checker.cc | 746 for (int depth = 0; depth < info.stack_depth; depth++) { in MakeDisabledLiveCallbackLocked() 1482 for (int i = 0; i < alloc.stack_depth; ++i) { in IgnoreLiveObjectsLocked() 2375 RAW_CHECK(info.stack_depth >= 1, ""); in GetAllocCaller()
|
/external/chromium_org/third_party/tcmalloc/chromium/src/ |
D | heap-profile-table.h | 81 int stack_depth; // depth of call_stack member 90 int stack_depth; // Depth of stack trace member 116 int stack_depth, const void* const call_stack[]); 382 info.stack_depth = v->bucket()->depth; in MapArgsAllocIterator()
|
D | heap-profile-table.cc | 216 const void* ptr, size_t bytes, int stack_depth, in RecordAlloc() argument 218 Bucket* b = GetBucket(stack_depth, call_stack); in RecordAlloc() 253 info->stack_depth = alloc_value->bucket()->depth; in FindAllocDetails() 393 info.stack_depth = list[i]->depth; in IterateOrderedAllocContexts()
|
D | heap-checker.cc | 746 for (int depth = 0; depth < info.stack_depth; depth++) { in MakeDisabledLiveCallbackLocked() 1482 for (int i = 0; i < alloc.stack_depth; ++i) { in IgnoreLiveObjectsLocked() 2376 RAW_CHECK(info.stack_depth >= 1, ""); in GetAllocCaller()
|
/external/strace/ |
D | unwind.c | 368 int stack_depth; in stacktrace_walk() local 382 for (stack_depth = 0; stack_depth < 256; ++stack_depth) { in stacktrace_walk() 389 if (stack_depth >= 256) in stacktrace_walk()
|
/external/chromium_org/v8/src/ |
D | full-codegen.h | 156 virtual NestedStatement* Exit(int* stack_depth, int* context_length) { in Exit() argument 218 virtual NestedStatement* Exit(int* stack_depth, int* context_length) { in Exit() argument 233 virtual NestedStatement* Exit(int* stack_depth, int* context_length); 244 virtual NestedStatement* Exit(int* stack_depth, int* context_length); 258 virtual NestedStatement* Exit(int* stack_depth, int* context_length) { in Exit() argument 259 *stack_depth += kElementCount; in Exit() 274 virtual NestedStatement* Exit(int* stack_depth, int* context_length) { in Exit() argument 275 *stack_depth += kElementCount; in Exit() 289 virtual NestedStatement* Exit(int* stack_depth, int* context_length) { in Exit() argument
|
D | hydrogen-bce.cc | 349 int stack_depth = 1; in EliminateRedundantBoundsChecks() local 352 while (stack_depth > 0) { in EliminateRedundantBoundsChecks() 353 int current = stack_depth - 1; in EliminateRedundantBoundsChecks() 360 int next = stack_depth++; in EliminateRedundantBoundsChecks() 367 stack_depth--; in EliminateRedundantBoundsChecks()
|
D | full-codegen.cc | 1159 int stack_depth = 0; in VisitContinueStatement() local 1167 current = current->Exit(&stack_depth, &context_length); in VisitContinueStatement() 1169 __ Drop(stack_depth); in VisitContinueStatement() 1187 int stack_depth = 0; in VisitBreakStatement() local 1195 current = current->Exit(&stack_depth, &context_length); in VisitBreakStatement() 1197 __ Drop(stack_depth); in VisitBreakStatement() 1213 int stack_depth = 0; in EmitUnwindBeforeReturn() local 1216 current = current->Exit(&stack_depth, &context_length); in EmitUnwindBeforeReturn() 1218 __ Drop(stack_depth); in EmitUnwindBeforeReturn() 1595 int* stack_depth, in Exit() argument [all …]
|
D | interpreter-irregexp.cc | 71 int stack_depth, in TraceInterpreter() argument 84 stack_depth, in TraceInterpreter()
|
/external/chromium_org/v8/src/compiler/ |
D | scheduler.cc | 947 int stack_depth = Push(stack, 0, entry, kBlockUnvisited1); in ComputeSpecialRPO() local 950 while (stack_depth > 0) { in ComputeSpecialRPO() 951 int current = stack_depth - 1; in ComputeSpecialRPO() 969 stack_depth = Push(stack, stack_depth, succ, kBlockUnvisited1); in ComputeSpecialRPO() 975 stack_depth--; in ComputeSpecialRPO() 995 stack_depth = Push(stack, 0, entry, kBlockUnvisited2); in ComputeSpecialRPO() 996 while (stack_depth > 0) { in ComputeSpecialRPO() 997 SpecialRPOStackFrame* frame = stack + (stack_depth - 1); in ComputeSpecialRPO() 1042 stack_depth = Push(stack, stack_depth, succ, kBlockUnvisited2); in ComputeSpecialRPO() 1070 stack_depth--; in ComputeSpecialRPO()
|
D | ast-graph-builder.cc | 1386 int stack_depth = -1; in VisitCountOperation() local 1391 stack_depth = 0; in VisitCountOperation() 1401 stack_depth = 1; in VisitCountOperation() 1411 stack_depth = 2; in VisitCountOperation() 1420 if (is_postfix) environment()->Poke(stack_depth, old_value); in VisitCountOperation()
|
/external/mesa3d/src/mesa/drivers/dri/i965/ |
D | brw_blorp_blit.cpp | 1287 unsigned stack_depth = 0; in manual_blend() local 1289 assert(stack_depth == _mesa_bitcount(i)); /* Loop invariant */ in manual_blend() 1292 assert(stack_depth < ARRAY_SIZE(texture_data)); in manual_blend() 1299 texel_fetch(texture_data[stack_depth++]); in manual_blend() 1323 assert(stack_depth >= 2); in manual_blend() 1324 --stack_depth; in manual_blend() 1328 combine_op(&func, offset(texture_data[stack_depth - 1], 2*k), in manual_blend() 1329 offset(vec8(texture_data[stack_depth - 1]), 2*k), in manual_blend() 1330 offset(vec8(texture_data[stack_depth]), 2*k)); in manual_blend() 1336 assert(stack_depth == 1); in manual_blend()
|
/external/chromium_org/third_party/mesa/src/src/mesa/drivers/dri/i965/ |
D | brw_blorp_blit.cpp | 1287 unsigned stack_depth = 0; in manual_blend() local 1289 assert(stack_depth == _mesa_bitcount(i)); /* Loop invariant */ in manual_blend() 1292 assert(stack_depth < ARRAY_SIZE(texture_data)); in manual_blend() 1299 texel_fetch(texture_data[stack_depth++]); in manual_blend() 1323 assert(stack_depth >= 2); in manual_blend() 1324 --stack_depth; in manual_blend() 1328 combine_op(&func, offset(texture_data[stack_depth - 1], 2*k), in manual_blend() 1329 offset(vec8(texture_data[stack_depth - 1]), 2*k), in manual_blend() 1330 offset(vec8(texture_data[stack_depth]), 2*k)); in manual_blend() 1336 assert(stack_depth == 1); in manual_blend()
|
/external/linux-tools-perf/perf-3.12.0/tools/perf/util/ |
D | session.h | 112 unsigned int print_opts, unsigned int stack_depth);
|
D | session.c | 1508 unsigned int print_opts, unsigned int stack_depth) in perf_evsel__print_ip() argument 1535 while (stack_depth) { in perf_evsel__print_ip() 1564 stack_depth--; in perf_evsel__print_ip()
|
/external/chromium_org/v8/src/arm64/ |
D | full-codegen-arm64.cc | 4977 int* stack_depth, in Exit() argument 4986 __ Drop(*stack_depth); // Down to the handler block. in Exit() 4995 *stack_depth = 0; in Exit()
|
/external/chromium_org/v8/src/x87/ |
D | full-codegen-x87.cc | 4800 int* stack_depth, in Exit() argument 4808 __ Drop(*stack_depth); // Down to the handler block. in Exit() 4817 *stack_depth = 0; in Exit()
|