Home
last modified time | relevance | path

Searched defs:argCount (Results 1 – 5 of 5) sorted by relevance

/dalvik/vm/oo/
DObject.c209 const char* returnType, size_t argCount, const char** argTypes) in compareMethodHelper()
332 size_t argCount, const char* descriptor) in copyTypes()
369 size_t argCount = countArgsAndFindReturnType(descriptor, &returnType); in findMethodInListByDescriptor() local
/dalvik/dx/src/com/android/dx/cf/code/
DBaseMachine.java43 private int argCount; field in BaseMachine
259 protected final int argCount() { in argCount() method in BaseMachine
/dalvik/vm/reflect/
DProxy.c842 int argCount; in boxMethodArgs() local
/dalvik/libcore/text/src/main/java/java/text/
DMessageFormat.java395 int argCount = 0; in applyPattern() local
/dalvik/vm/analysis/
DCodeVerify.c2883 u4 argCount = pDecInsn->vA; in verifyFilledNewArrayRegs() local