Searched defs:this_arg (Results 1 – 2 of 2) sorted by relevance
/aosp12/art/test/993-breakpoints/src/art/ |
H A D | Test993.java | 159 Object this_arg; field in Test993.InvokeReflect 160 public InvokeReflect(Method m, Object this_arg) { in InvokeReflect() 174 Object this_arg; field in Test993.InvokeNative 175 public InvokeNative(Method m, Object this_arg) { in InvokeNative() 191 Object this_arg; field in Test993.InvokeNativeBool 192 public InvokeNativeBool(Method m, Object this_arg) { in InvokeNativeBool() 208 Object this_arg; field in Test993.InvokeNativeObject 209 public InvokeNativeObject(Method m, Object this_arg) { in InvokeNativeObject() 225 Object this_arg; field in Test993.InvokeNativeLong 226 public InvokeNativeLong(Method m, Object this_arg) { in InvokeNativeLong()
|
/aosp12/frameworks/base/startop/view_compiler/ |
H A D | dex_builder.h | 220 Value this_arg, T... args) { in InvokeVirtual() 227 std::optional<const Value> dest, Value this_arg, in InvokeVirtualObject() 235 Value this_arg, const T&... args) { in InvokeDirect() 242 std::optional<const Value> dest, Value this_arg, in InvokeDirectObject()
|