Lines Matching full:methodarray
644 ArrayObject* methodArray =
646 if (methodArray == NULL)
661 dvmSetObjectArrayElement(methodArray, methObjCount, methObj);
674 dvmSetObjectArrayElement(methodArray, methObjCount, methObj);
680 assert(methObjCount == methodArray->length);
683 return methodArray;
686 dvmReleaseTrackedAlloc((Object*) methodArray, NULL);