Home
last modified time | relevance | path

Searched refs:NELEM (Results 1 – 7 of 7) sorted by relevance

/dalvik/vm/os/
Dandroid.cpp83 for (int i = 0; i < NELEM(kNiceValues); i++) { in os_getThreadPriorityFromSystem()
/dalvik/vm/
DCommon.h146 #define NELEM(x) ((int) (sizeof(x) / sizeof((x)[0]))) macro
DInlineNative.cpp778 (Method**) calloc(NELEM(gDvmInlineOpsTable), sizeof(Method*)); in dvmInlineNativeStartup()
807 return NELEM(gDvmInlineOpsTable); in dvmGetInlineOpsTableLength()
869 assert(opIndex >= 0 && opIndex < NELEM(gDvmInlineOpsTable)); in dvmResolveInlineNative()
DJni.cpp792 for (size_t i = 0; i < NELEM(builtInPrefixes); ++i) { in shouldTrace()
/dalvik/vm/hprof/
DHprof.cpp201 assert(type < NELEM(xlate)); in hprofRootVisitor()
/dalvik/vm/alloc/
DHeapBitmap.cpp200 if (pb >= &pointerBuf[NELEM(pointerBuf) - HB_BITS_PER_WORD]) { in dvmHeapBitmapSweepWalk()
/dalvik/vm/jdwp/
DJdwpHandler.cpp1919 for (i = 0; i < (int) NELEM(gHandlerMap); i++) { in dvmJdwpProcessRequest()
1930 if (i == NELEM(gHandlerMap)) { in dvmJdwpProcessRequest()