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

  /frameworks/base/tools/preload/
Proc.java 47 transient final Map<Integer, LinkedList<Operation>> stacks field in class:Proc
96 LinkedList<Operation> stack = stacks.get(threadId);
99 stacks.put(threadId, stack);
118 LinkedList<Operation> stack = stacks.get(threadId);
  /sdk/emulator/qtools/
read_method.cpp 70 Stack *stacks[kMaxThreads]; variable
116 Stack *pStack = stacks[proc->pid];
121 stacks[proc->pid] = pStack;
stack_dump.cpp 73 CallStackType *stacks[kMaxThreads]; variable
128 CallStackType *pStack = stacks[event.pid];
133 stacks[event.pid] = pStack;
150 if (stacks[ii])
151 stacks[ii]->popAll(event.time);
coverage.cpp 35 CallStackType *stacks[kMaxThreads]; variable
104 CallStackType *pStack = stacks[event.pid];
109 stacks[event.pid] = pStack;
117 if (stacks[ii])
118 stacks[ii]->popAll(event.time);
q2dm.cpp 123 CallStackType *stacks[kMaxThreads]; variable
200 pStack = stacks[event.pid];
204 pStack = stacks[event.pid];
210 stacks[event.pid] = pStack;
251 if (stacks[ii]) {
252 stacks[ii]->threadStart(event.time);
253 stacks[ii]->popAll(event.time);
  /external/valgrind/main/coregrind/
m_stacks.c 78 * registered stacks. There's always at least one stack registered:
82 * running the client. No other stacks are automatically registered by
92 static Stack *stacks; variable
98 * the stacks list above for a matching stack.
108 if (st == stacks)
111 st0 = stacks;
136 vg_assert(stacks == st1);
140 stacks = st0;
150 Stack *i = stacks;
188 i = (Stack *)VG_(arena_malloc)(VG_AR_CORE, "stacks.rs.1", sizeof(Stack))
    [all...]
  /external/valgrind/main/memcheck/perf/
many-loss-records.c 18 /* we will create stack_fan_out ^ stack_depth different call stacks */
202 int stacks = 1; local
204 stacks *= stack_fan_out;
205 printf ("will generate %d different stacks\n", stacks);
206 topblocks = malloc(sizeof(struct Chunk*) * stacks * malloc_fan);
208 printf ("total stacks %d\n", total_stacks);
  /dalvik/tools/dmtracedump/
TraceDump.c 231 CallStack *stacks[MAX_THREADS]; member in struct:TraceData
    [all...]

Completed in 534 milliseconds