Searched defs:recv (Results 1 – 3 of 3) sorted by relevance
26 JNIEnv* env, jclass, jclass lookup, jclass caller, jobject recv) { in Java_Main_callSayHiMethodNonvirtualWith()
56 …te static native void callSayHiMethodNonvirtualWith(Class<?> lookup, Class<?> caller, Object recv); in callSayHiMethodNonvirtualWith()
59 private static void readReflective(String msg, Field[] fields, Object recv) throws Exception { in readReflective()