Home
last modified time | relevance | path

Searched refs:this_arg (Results 1 – 1 of 1) sorted by relevance

/art/test/993-breakpoints/src/art/
DTest993.java159 Object this_arg; field in Test993.InvokeReflect
160 public InvokeReflect(Method m, Object this_arg) { in InvokeReflect() argument
162 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.InvokeNative
175 public InvokeNative(Method m, Object this_arg) { in InvokeNative() argument
177 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 …]