Searched refs:this_arg (Results 1 – 1 of 1) sorted by relevance
159 Object this_arg; field in Test993.InvokeReflect160 public InvokeReflect(Method m, Object this_arg) { in InvokeReflect() argument162 this.this_arg = this_arg; in InvokeReflect()167 System.out.println("\t\tReflective invoking: " + m + " args: [this: " + this_arg + "]"); in runThrow()168 m.invoke(this_arg); in runThrow()174 Object this_arg; field in Test993.InvokeNative175 public InvokeNative(Method m, Object this_arg) { in InvokeNative() argument177 this.this_arg = this_arg; in InvokeNative()182 System.out.println("\t\tNative invoking: " + m + " args: [this: " + this_arg + "]"); in run()183 invokeNative(m, m.getDeclaringClass(), this_arg); in run()[all …]