HomeSort by relevance Sort by last modified time
    Searched defs:stacks (Results 1 - 12 of 12) 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);
  /packages/apps/Gallery2/src/com/android/gallery3d/util/
Profile.java 51 // This is a watchdog thread which dumps stacks of other threads periodically.
167 ArrayList<String[]> stacks = entry.holdingStacks;
168 for (int i = 0; i < stacks.size(); i++) {
169 mProfileData.addSample(stacks.get(i));
  /bionic/libc/bionic/
pthread_debug.c 307 * level 1 : deadlock prediction enabled, w/o call stacks
308 * level 2 : deadlock prediction enabled w/ call stacks
396 // list of call stacks when a new link is established to this lock form its parent
397 CallStackList stacks; member in struct:MutexInfo
428 growingListInit(&object->stacks);
591 if ((size_t)index < (size_t)obj->stacks.count) {
593 obj->stacks.stack[index].addrs,
594 obj->stacks.stack[index].depth);
653 // ie: object->parents.count == object->stacks.count, which is
656 callstackListAdd(&object->stacks,
    [all...]
  /dalvik/tools/dmtracedump/
TraceDump.c 231 CallStack *stacks[MAX_THREADS]; member in struct:TraceData
    [all...]
  /external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/
org.eclipse.ui.workbench_3.6.1.M20101117-0800.jar 
  /prebuilts/tools/common/eclipse/
org.eclipse.ui.workbench_3.6.2.M20110210-1200.jar 

Completed in 199 milliseconds