HomeSort by relevance Sort by last modified time
    Searched defs:stacks (Results 1 - 17 of 17) 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...]
  /build/
envsetup.sh 792 stacks system_server
795 function stacks() function
802 echo "usage: stacks [pid|process name]"
817 # Dump stacks and wait for dump to finish
821 # Restore original stacks, and show current output
    [all...]
  /external/compiler-rt/lib/tsan/rtl/
tsan_report.h 98 Vector<ReportStack*> stacks; member in class:__tsan::ReportDesc
  /packages/apps/Gallery2/src/com/android/gallery3d/util/
Profile.java 52 // This is a watchdog thread which dumps stacks of other threads periodically.
169 ArrayList<String[]> stacks = entry.holdingStacks;
170 for (int i = 0; i < stacks.size(); i++) {
171 mProfileData.addSample(stacks.get(i));
  /bionic/libc/bionic/
pthread_debug.cpp 125 * level 1 : deadlock prediction enabled, w/o call stacks
126 * level 2 : deadlock prediction enabled w/ call stacks
217 // list of call stacks when a new link is established to this lock form its parent
218 CallStackList stacks; member in struct:MutexInfo
249 growingListInit(&object->stacks);
409 if ((size_t)index < (size_t)obj->stacks.count) {
410 log_backtrace(obj->stacks.stack[index].addrs, obj->stacks.stack[index].depth);
466 // ie: object->parents.count == object->stacks.count, which is
469 callstackListAdd(&object->stacks,
    [all...]
  /dalvik/tools/dmtracedump/
TraceDump.c 231 CallStack *stacks[MAX_THREADS]; member in struct:TraceData
    [all...]
  /prebuilts/tools/common/asm-tools/
asm-debug-all-4.0.jar 
  /prebuilts/tools/common/m2/internal/commons-lang/commons-lang/2.4/
commons-lang-2.4.jar 
  /external/dexmaker/lib/
mockito-core-1.9.1-SNAPSHOT.jar 
  /external/robolectric/lib/test/
mockito-core-1.8.5.jar 
  /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 459 milliseconds