Searched refs:NELEM (Results 1 – 7 of 7) sorted by relevance
83 for (int i = 0; i < NELEM(kNiceValues); i++) { in os_getThreadPriorityFromSystem()
146 #define NELEM(x) ((int) (sizeof(x) / sizeof((x)[0]))) macro
778 (Method**) calloc(NELEM(gDvmInlineOpsTable), sizeof(Method*)); in dvmInlineNativeStartup()807 return NELEM(gDvmInlineOpsTable); in dvmGetInlineOpsTableLength()869 assert(opIndex >= 0 && opIndex < NELEM(gDvmInlineOpsTable)); in dvmResolveInlineNative()
792 for (size_t i = 0; i < NELEM(builtInPrefixes); ++i) { in shouldTrace()
201 assert(type < NELEM(xlate)); in hprofRootVisitor()
200 if (pb >= &pointerBuf[NELEM(pointerBuf) - HB_BITS_PER_WORD]) { in dvmHeapBitmapSweepWalk()
1919 for (i = 0; i < (int) NELEM(gHandlerMap); i++) { in dvmJdwpProcessRequest()1930 if (i == NELEM(gHandlerMap)) { in dvmJdwpProcessRequest()