Searched defs:stack_depth (Results 1 - 25 of 25) sorted by relevance

/external/chromium_org/chrome/test/logging/win/
H A Dlog_file_reader.cc150 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,
H A Dlog_file_printer.cc105 DWORD stack_depth,
116 DWORD stack_depth,
215 DWORD stack_depth,
233 DWORD stack_depth,
213 OnLogMessageFull(const EVENT_TRACE* event, logging::LogSeverity severity, DWORD stack_depth, const intptr_t* backtrace, int line, const base::StringPiece& file, const base::StringPiece& message) argument
228 OnTraceEvent(const EVENT_TRACE* event, const base::StringPiece& name, char type, intptr_t id, const base::StringPiece& extra, DWORD stack_depth, const intptr_t* backtrace) argument
/external/valgrind/main/perf/
H A Dmany-loss-records.c18 /* 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++)
/external/chromium_org/v8/src/
H A Dinterpreter-irregexp.cc71 int stack_depth,
84 stack_depth,
69 TraceInterpreter(const byte* code_base, const byte* pc, int stack_depth, int current_position, uint32_t current_char, int bytecode_length, const char* bytecode_name) argument
H A Dhydrogen-bce.cc349 int stack_depth = 1; local
352 while (stack_depth > 0) {
353 int current = stack_depth - 1;
360 int next = stack_depth++;
367 stack_depth--;
H A Dfull-codegen.h153 // *stack_depth the amount to drop the stack and in *context_length the
156 virtual NestedStatement* Exit(int* stack_depth, int* context_length) { argument
218 virtual NestedStatement* Exit(int* stack_depth, int* context_length) { 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) { argument
259 *stack_depth += kElementCount;
274 virtual NestedStatement* Exit(int* stack_depth, int* context_length) { argument
275 *stack_depth += kElementCount;
289 virtual NestedStatement* Exit(int* stack_depth, in argument
[all...]
H A Dfull-codegen.cc1159 int stack_depth = 0; local
1167 current = current->Exit(&stack_depth, &context_length);
1169 __ Drop(stack_depth);
1187 int stack_depth = 0; local
1195 current = current->Exit(&stack_depth, &context_length);
1197 __ Drop(stack_depth);
1213 int stack_depth = 0; local
1216 current = current->Exit(&stack_depth, &context_length);
1218 __ Drop(stack_depth);
1595 int* stack_depth,
1594 Exit( int* stack_depth, int* context_length) argument
[all...]
/external/chromium_org/third_party/tcmalloc/vendor/src/
H A Dheap-profile-table.cc225 const void* ptr, size_t bytes, int stack_depth,
227 Bucket* b = GetBucket(stack_depth, call_stack, alloc_table_,
263 info->stack_depth = alloc_value->bucket()->depth;
405 info.stack_depth = list[i]->depth;
224 RecordAlloc( const void* ptr, size_t bytes, int stack_depth, const void* const call_stack[]) argument
H A Dheap-profile-table.h78 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/strace/
H A Dunwind.c368 int stack_depth; local
382 for (stack_depth = 0; stack_depth < 256; ++stack_depth) {
389 if (stack_depth >= 256)
/external/chromium_org/third_party/tcmalloc/chromium/src/
H A Dheap-profile-table.h81 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;
H A Dheap-profile-table.cc216 const void* ptr, size_t bytes, int stack_depth,
218 Bucket* b = GetBucket(stack_depth, call_stack);
253 info->stack_depth = alloc_value->bucket()->depth;
393 info.stack_depth = list[i]->depth;
215 RecordAlloc( const void* ptr, size_t bytes, int stack_depth, const void* const call_stack[]) argument
/external/chromium_org/native_client_sdk/src/libraries/xray/
H A Dxray.c83 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) { argument
719 XRayInit(int stack_depth, int buffer_size, int frame_count, const char* mapfilename) argument
[all...]
/external/chromium_org/v8/src/compiler/
H A Dscheduler.cc947 int stack_depth = Push(stack, 0, entry, kBlockUnvisited1); local
950 while (stack_depth > 0) {
951 int current = stack_depth - 1;
969 stack_depth = Push(stack, stack_depth, succ, kBlockUnvisited1);
975 stack_depth--;
995 stack_depth = Push(stack, 0, entry, kBlockUnvisited2);
996 while (stack_depth > 0) {
997 SpecialRPOStackFrame* frame = stack + (stack_depth - 1);
1042 stack_depth
[all...]
H A Dast-graph-builder.cc1386 int stack_depth = -1; local
1391 stack_depth = 0;
1401 stack_depth = 1;
1411 stack_depth = 2;
1420 if (is_postfix) environment()->Poke(stack_depth, old_value);
/external/chromium_org/third_party/mesa/src/src/mesa/drivers/dri/i965/
H A Dbrw_blorp_blit.cpp1287 unsigned stack_depth = 0; local
1289 assert(stack_depth == _mesa_bitcount(i)); /* Loop invariant */
1292 assert(stack_depth < ARRAY_SIZE(texture_data));
1299 texel_fetch(texture_data[stack_depth++]);
1323 assert(stack_depth >= 2);
1324 --stack_depth;
1328 combine_op(&func, offset(texture_data[stack_depth - 1], 2*k),
1329 offset(vec8(texture_data[stack_depth - 1]), 2*k),
1330 offset(vec8(texture_data[stack_depth]), 2*k));
1336 assert(stack_depth
[all...]
/external/linux-tools-perf/perf-3.12.0/tools/perf/util/
H A Dsession.c1508 unsigned int print_opts, unsigned int stack_depth)
1535 while (stack_depth) {
1564 stack_depth--;
1506 perf_evsel__print_ip(struct perf_evsel *evsel, union perf_event *event, struct perf_sample *sample, struct machine *machine, unsigned int print_opts, unsigned int stack_depth) argument
/external/mesa3d/src/mesa/drivers/dri/i965/
H A Dbrw_blorp_blit.cpp1287 unsigned stack_depth = 0; local
1289 assert(stack_depth == _mesa_bitcount(i)); /* Loop invariant */
1292 assert(stack_depth < ARRAY_SIZE(texture_data));
1299 texel_fetch(texture_data[stack_depth++]);
1323 assert(stack_depth >= 2);
1324 --stack_depth;
1328 combine_op(&func, offset(texture_data[stack_depth - 1], 2*k),
1329 offset(vec8(texture_data[stack_depth - 1]), 2*k),
1330 offset(vec8(texture_data[stack_depth]), 2*k));
1336 assert(stack_depth
[all...]
/external/chromium_org/v8/src/arm/
H A Dfull-codegen-arm.cc4854 int* stack_depth,
4862 __ Drop(*stack_depth); // Down to the handler block.
4871 *stack_depth = 0;
4853 Exit( int* stack_depth, int* context_length) argument
/external/chromium_org/v8/src/arm64/
H A Dfull-codegen-arm64.cc4977 int* stack_depth,
4986 __ Drop(*stack_depth); // Down to the handler block.
4995 *stack_depth = 0;
4976 Exit( int* stack_depth, int* context_length) argument
/external/chromium_org/v8/src/ia32/
H A Dfull-codegen-ia32.cc4811 int* stack_depth,
4819 __ Drop(*stack_depth); // Down to the handler block.
4828 *stack_depth = 0;
4810 Exit( int* stack_depth, int* context_length) argument
/external/chromium_org/v8/src/mips/
H A Dfull-codegen-mips.cc4868 int* stack_depth,
4876 __ Drop(*stack_depth); // Down to the handler block.
4885 *stack_depth = 0;
4867 Exit( int* stack_depth, int* context_length) argument
/external/chromium_org/v8/src/mips64/
H A Dfull-codegen-mips64.cc4869 int* stack_depth,
4877 __ Drop(*stack_depth); // Down to the handler block.
4886 *stack_depth = 0;
4868 Exit( int* stack_depth, int* context_length) argument
/external/chromium_org/v8/src/x64/
H A Dfull-codegen-x64.cc4823 int* stack_depth,
4831 __ Drop(*stack_depth); // Down to the handler block.
4840 *stack_depth = 0;
4822 Exit( int* stack_depth, int* context_length) argument
/external/chromium_org/v8/src/x87/
H A Dfull-codegen-x87.cc4800 int* stack_depth,
4808 __ Drop(*stack_depth); // Down to the handler block.
4817 *stack_depth = 0;
4799 Exit( int* stack_depth, int* context_length) argument

Completed in 734 milliseconds