boolean |
AbstractJni.callBooleanMethod(BaseVM vm,
DvmObject<?> dvmObject,
DvmMethod dvmMethod,
VarArg varArg) |
boolean |
Jni.callBooleanMethod(BaseVM vm,
DvmObject<?> dvmObject,
DvmMethod dvmMethod,
VarArg varArg) |
boolean |
JniFunction.callBooleanMethod(BaseVM vm,
DvmObject<?> dvmObject,
DvmMethod dvmMethod,
VarArg varArg) |
boolean |
AbstractJni.callBooleanMethodV(BaseVM vm,
DvmObject<?> dvmObject,
DvmMethod dvmMethod,
VaList vaList) |
boolean |
Jni.callBooleanMethodV(BaseVM vm,
DvmObject<?> dvmObject,
DvmMethod dvmMethod,
VaList vaList) |
boolean |
JniFunction.callBooleanMethodV(BaseVM vm,
DvmObject<?> dvmObject,
DvmMethod dvmMethod,
VaList vaList) |
byte |
AbstractJni.callByteMethodV(BaseVM vm,
DvmObject<?> dvmObject,
DvmMethod dvmMethod,
VaList vaList) |
byte |
Jni.callByteMethodV(BaseVM vm,
DvmObject<?> dvmObject,
DvmMethod dvmMethod,
VaList vaList) |
byte |
JniFunction.callByteMethodV(BaseVM vm,
DvmObject<?> dvmObject,
DvmMethod dvmMethod,
VaList vaList) |
char |
AbstractJni.callCharMethodV(BaseVM vm,
DvmObject<?> dvmObject,
DvmMethod dvmMethod,
VaList vaList) |
char |
Jni.callCharMethodV(BaseVM vm,
DvmObject<?> dvmObject,
DvmMethod dvmMethod,
VaList vaList) |
char |
JniFunction.callCharMethodV(BaseVM vm,
DvmObject<?> dvmObject,
DvmMethod dvmMethod,
VaList vaList) |
double |
AbstractJni.callDoubleMethod(BaseVM vm,
DvmObject<?> dvmObject,
DvmMethod dvmMethod,
VarArg varArg) |
double |
Jni.callDoubleMethod(BaseVM vm,
DvmObject<?> dvmObject,
DvmMethod dvmMethod,
VarArg varArg) |
double |
JniFunction.callDoubleMethod(BaseVM vm,
DvmObject<?> dvmObject,
DvmMethod dvmMethod,
VarArg varArg) |
float |
AbstractJni.callFloatMethodV(BaseVM vm,
DvmObject<?> dvmObject,
DvmMethod dvmMethod,
VaList vaList) |
float |
Jni.callFloatMethodV(BaseVM vm,
DvmObject<?> dvmObject,
DvmMethod dvmMethod,
VaList vaList) |
float |
JniFunction.callFloatMethodV(BaseVM vm,
DvmObject<?> dvmObject,
DvmMethod dvmMethod,
VaList vaList) |
int |
AbstractJni.callIntMethod(BaseVM vm,
DvmObject<?> dvmObject,
DvmMethod dvmMethod,
VarArg varArg) |
int |
Jni.callIntMethod(BaseVM vm,
DvmObject<?> dvmObject,
DvmMethod dvmMethod,
VarArg varArg) |
int |
JniFunction.callIntMethod(BaseVM vm,
DvmObject<?> dvmObject,
DvmMethod dvmMethod,
VarArg varArg) |
int |
AbstractJni.callIntMethodV(BaseVM vm,
DvmObject<?> dvmObject,
DvmMethod dvmMethod,
VaList vaList) |
int |
Jni.callIntMethodV(BaseVM vm,
DvmObject<?> dvmObject,
DvmMethod dvmMethod,
VaList vaList) |
int |
JniFunction.callIntMethodV(BaseVM vm,
DvmObject<?> dvmObject,
DvmMethod dvmMethod,
VaList vaList) |
long |
AbstractJni.callLongMethod(BaseVM vm,
DvmObject<?> dvmObject,
DvmMethod dvmMethod,
VarArg varArg) |
long |
Jni.callLongMethod(BaseVM vm,
DvmObject<?> dvmObject,
DvmMethod dvmMethod,
VarArg varArg) |
long |
JniFunction.callLongMethod(BaseVM vm,
DvmObject<?> dvmObject,
DvmMethod dvmMethod,
VarArg varArg) |
long |
AbstractJni.callLongMethodV(BaseVM vm,
DvmObject<?> dvmObject,
DvmMethod dvmMethod,
VaList vaList) |
long |
Jni.callLongMethodV(BaseVM vm,
DvmObject<?> dvmObject,
DvmMethod dvmMethod,
VaList vaList) |
long |
JniFunction.callLongMethodV(BaseVM vm,
DvmObject<?> dvmObject,
DvmMethod dvmMethod,
VaList vaList) |
DvmObject<?> |
AbstractJni.callObjectMethod(BaseVM vm,
DvmObject<?> dvmObject,
DvmMethod dvmMethod,
VarArg varArg) |
DvmObject<?> |
Jni.callObjectMethod(BaseVM vm,
DvmObject<?> dvmObject,
DvmMethod dvmMethod,
VarArg varArg) |
DvmObject<?> |
JniFunction.callObjectMethod(BaseVM vm,
DvmObject<?> dvmObject,
DvmMethod dvmMethod,
VarArg varArg) |
DvmObject<?> |
AbstractJni.callObjectMethodV(BaseVM vm,
DvmObject<?> dvmObject,
DvmMethod dvmMethod,
VaList vaList) |
DvmObject<?> |
Jni.callObjectMethodV(BaseVM vm,
DvmObject<?> dvmObject,
DvmMethod dvmMethod,
VaList vaList) |
DvmObject<?> |
JniFunction.callObjectMethodV(BaseVM vm,
DvmObject<?> dvmObject,
DvmMethod dvmMethod,
VaList vaList) |
short |
AbstractJni.callShortMethodV(BaseVM vm,
DvmObject<?> dvmObject,
DvmMethod dvmMethod,
VaList vaList) |
short |
Jni.callShortMethodV(BaseVM vm,
DvmObject<?> dvmObject,
DvmMethod dvmMethod,
VaList vaList) |
short |
JniFunction.callShortMethodV(BaseVM vm,
DvmObject<?> dvmObject,
DvmMethod dvmMethod,
VaList vaList) |
boolean |
AbstractJni.callStaticBooleanMethod(BaseVM vm,
DvmClass dvmClass,
DvmMethod dvmMethod,
VarArg varArg) |
boolean |
Jni.callStaticBooleanMethod(BaseVM vm,
DvmClass dvmClass,
DvmMethod dvmMethod,
VarArg varArg) |
boolean |
JniFunction.callStaticBooleanMethod(BaseVM vm,
DvmClass dvmClass,
DvmMethod dvmMethod,
VarArg varArg) |
boolean |
AbstractJni.callStaticBooleanMethodV(BaseVM vm,
DvmClass dvmClass,
DvmMethod dvmMethod,
VaList vaList) |
boolean |
Jni.callStaticBooleanMethodV(BaseVM vm,
DvmClass dvmClass,
DvmMethod dvmMethod,
VaList vaList) |
boolean |
JniFunction.callStaticBooleanMethodV(BaseVM vm,
DvmClass dvmClass,
DvmMethod dvmMethod,
VaList vaList) |
double |
AbstractJni.callStaticDoubleMethod(BaseVM vm,
DvmClass dvmClass,
DvmMethod dvmMethod,
VarArg varArg) |
double |
Jni.callStaticDoubleMethod(BaseVM vm,
DvmClass dvmClass,
DvmMethod dvmMethod,
VarArg varArg) |
double |
JniFunction.callStaticDoubleMethod(BaseVM vm,
DvmClass dvmClass,
DvmMethod dvmMethod,
VarArg varArg) |
float |
AbstractJni.callStaticFloatMethod(BaseVM vm,
DvmClass dvmClass,
DvmMethod dvmMethod,
VarArg varArg) |
float |
Jni.callStaticFloatMethod(BaseVM vm,
DvmClass dvmClass,
DvmMethod dvmMethod,
VarArg varArg) |
float |
JniFunction.callStaticFloatMethod(BaseVM vm,
DvmClass dvmClass,
DvmMethod dvmMethod,
VarArg varArg) |
int |
AbstractJni.callStaticIntMethod(BaseVM vm,
DvmClass dvmClass,
DvmMethod dvmMethod,
VarArg varArg) |
int |
Jni.callStaticIntMethod(BaseVM vm,
DvmClass dvmClass,
DvmMethod dvmMethod,
VarArg varArg) |
int |
JniFunction.callStaticIntMethod(BaseVM vm,
DvmClass dvmClass,
DvmMethod dvmMethod,
VarArg varArg) |
int |
AbstractJni.callStaticIntMethodV(BaseVM vm,
DvmClass dvmClass,
DvmMethod dvmMethod,
VaList vaList) |
int |
Jni.callStaticIntMethodV(BaseVM vm,
DvmClass dvmClass,
DvmMethod dvmMethod,
VaList vaList) |
int |
JniFunction.callStaticIntMethodV(BaseVM vm,
DvmClass dvmClass,
DvmMethod dvmMethod,
VaList vaList) |
long |
AbstractJni.callStaticLongMethod(BaseVM vm,
DvmClass dvmClass,
DvmMethod dvmMethod,
VarArg varArg) |
long |
Jni.callStaticLongMethod(BaseVM vm,
DvmClass dvmClass,
DvmMethod dvmMethod,
VarArg varArg) |
long |
JniFunction.callStaticLongMethod(BaseVM vm,
DvmClass dvmClass,
DvmMethod dvmMethod,
VarArg varArg) |
long |
AbstractJni.callStaticLongMethodV(BaseVM vm,
DvmClass dvmClass,
DvmMethod dvmMethod,
VaList vaList) |
long |
Jni.callStaticLongMethodV(BaseVM vm,
DvmClass dvmClass,
DvmMethod dvmMethod,
VaList vaList) |
long |
JniFunction.callStaticLongMethodV(BaseVM vm,
DvmClass dvmClass,
DvmMethod dvmMethod,
VaList vaList) |
DvmObject<?> |
AbstractJni.callStaticObjectMethod(BaseVM vm,
DvmClass dvmClass,
DvmMethod dvmMethod,
VarArg varArg) |
DvmObject<?> |
Jni.callStaticObjectMethod(BaseVM vm,
DvmClass dvmClass,
DvmMethod dvmMethod,
VarArg varArg) |
DvmObject<?> |
JniFunction.callStaticObjectMethod(BaseVM vm,
DvmClass dvmClass,
DvmMethod dvmMethod,
VarArg varArg) |
DvmObject<?> |
AbstractJni.callStaticObjectMethodV(BaseVM vm,
DvmClass dvmClass,
DvmMethod dvmMethod,
VaList vaList) |
DvmObject<?> |
Jni.callStaticObjectMethodV(BaseVM vm,
DvmClass dvmClass,
DvmMethod dvmMethod,
VaList vaList) |
DvmObject<?> |
JniFunction.callStaticObjectMethodV(BaseVM vm,
DvmClass dvmClass,
DvmMethod dvmMethod,
VaList vaList) |
void |
AbstractJni.callStaticVoidMethod(BaseVM vm,
DvmClass dvmClass,
DvmMethod dvmMethod,
VarArg varArg) |
void |
Jni.callStaticVoidMethod(BaseVM vm,
DvmClass dvmClass,
DvmMethod dvmMethod,
VarArg varArg) |
void |
JniFunction.callStaticVoidMethod(BaseVM vm,
DvmClass dvmClass,
DvmMethod dvmMethod,
VarArg varArg) |
void |
AbstractJni.callStaticVoidMethodV(BaseVM vm,
DvmClass dvmClass,
DvmMethod dvmMethod,
VaList vaList) |
void |
Jni.callStaticVoidMethodV(BaseVM vm,
DvmClass dvmClass,
DvmMethod dvmMethod,
VaList vaList) |
void |
JniFunction.callStaticVoidMethodV(BaseVM vm,
DvmClass dvmClass,
DvmMethod dvmMethod,
VaList vaList) |
void |
AbstractJni.callVoidMethod(BaseVM vm,
DvmObject<?> dvmObject,
DvmMethod dvmMethod,
VarArg varArg) |
void |
Jni.callVoidMethod(BaseVM vm,
DvmObject<?> dvmObject,
DvmMethod dvmMethod,
VarArg varArg) |
void |
JniFunction.callVoidMethod(BaseVM vm,
DvmObject<?> dvmObject,
DvmMethod dvmMethod,
VarArg varArg) |
void |
AbstractJni.callVoidMethodV(BaseVM vm,
DvmObject<?> dvmObject,
DvmMethod dvmMethod,
VaList vaList) |
void |
Jni.callVoidMethodV(BaseVM vm,
DvmObject<?> dvmObject,
DvmMethod dvmMethod,
VaList vaList) |
void |
JniFunction.callVoidMethodV(BaseVM vm,
DvmObject<?> dvmObject,
DvmMethod dvmMethod,
VaList vaList) |
DvmObject<?> |
AbstractJni.newObject(BaseVM vm,
DvmClass dvmClass,
DvmMethod dvmMethod,
VarArg varArg) |
DvmObject<?> |
Jni.newObject(BaseVM vm,
DvmClass dvmClass,
DvmMethod dvmMethod,
VarArg varArg) |
DvmObject<?> |
JniFunction.newObject(BaseVM vm,
DvmClass dvmClass,
DvmMethod dvmMethod,
VarArg varArg) |
DvmObject<?> |
AbstractJni.newObjectV(BaseVM vm,
DvmClass dvmClass,
DvmMethod dvmMethod,
VaList vaList) |
DvmObject<?> |
Jni.newObjectV(BaseVM vm,
DvmClass dvmClass,
DvmMethod dvmMethod,
VaList vaList) |
DvmObject<?> |
JniFunction.newObjectV(BaseVM vm,
DvmClass dvmClass,
DvmMethod dvmMethod,
VaList vaList) |
DvmObject<?> |
AbstractJni.toReflectedMethod(BaseVM vm,
DvmClass dvmClass,
DvmMethod dvmMethod) |
DvmObject<?> |
Jni.toReflectedMethod(BaseVM vm,
DvmClass dvmClass,
DvmMethod dvmMethod) |
DvmObject<?> |
JniFunction.toReflectedMethod(BaseVM vm,
DvmClass dvmClass,
DvmMethod dvmMethod) |