Searched defs:top (Results 1 - 8 of 8) sorted by relevance

/dalvik/vm/alloc/
H A DMarkSweep.h27 /* Current top of the stack (exclusive)
29 const Object **top; member in struct:GcMarkStack
/dalvik/dexgen/src/com/android/dexgen/util/
H A DIntList.java286 public int top() { method in class:IntList
/dalvik/dx/src/com/android/dx/util/
H A DIntList.java286 public int top() { method in class:IntList
/dalvik/vm/alloc/TEST/HeapBitmapTest/
H A Dmain.c354 uintptr_t top; local
368 top = base + step * NUM_XOR_PTRS;
369 if (top > (uintptr_t)(HEAP_BASE + HEAP_SIZE)) {
370 top = (uintptr_t)(HEAP_BASE + HEAP_SIZE);
382 for (addr = base; addr < top; addr += step) {
/dalvik/vm/interp/
H A DInterp.cpp709 * or a single-step point. This is called from the top of the interpreter
918 Object** top; local
929 top = self->internalLocalRefTable.table + debugTrackedRefStart;
930 while (top < self->internalLocalRefTable.nextEntry) {
932 *top,
933 ((*top)->clazz != NULL) ? (*top)->clazz->descriptor : "");
934 top++;
/dalvik/tools/dmtracedump/
H A DTraceDump.c201 int top; member in struct:CallStack
1481 void countRecursiveEntries(CallStack *pStack, int top, MethodEntry *method) argument
1486 for (ii = 0; ii < top; ++ii) {
1492 void stackDump(CallStack *pStack, int top) argument
1496 for (ii = 0; ii < top; ++ii) {
1926 * sort the methods so the most expensive appear at the top.
2157 * sort the methods so the most expensive appear at the top.
2338 pStack->top = 0;
2354 pStack->top, method->className, method->methodName,
2360 pStack->top, metho
[all...]
/dalvik/vm/
H A DJni.cpp130 frame gets popped, we set "nextEntry" to the "top" pointer of the current
993 Object** top = pRefTable->table; local
995 if (top == NULL) {
999 while (--ptr >= top) {
/dalvik/dx/etc/
H A Djasmin.jar ... annotation int paramnum java.util.Vector ap int top void resolve (jas.ClassEnv) java.util.Enumeration ...

Completed in 3097 milliseconds