Searched refs:InvokeWithJValues (Results 1 - 3 of 3) sorted by relevance

/art/runtime/
H A Djni_internal.h56 JValue InvokeWithJValues(const ScopedObjectAccess&, jobject obj, jmethodID mid, jvalue* args)
H A Djni_internal.cc607 JValue InvokeWithJValues(const ScopedObjectAccess& soa, jobject obj, jmethodID mid, function in namespace:art
1267 JValue result(InvokeWithJValues(soa, obj, mid, args));
1296 return InvokeWithJValues(soa, obj, mid, args).GetZ();
1323 return InvokeWithJValues(soa, obj, mid, args).GetB();
1350 return InvokeWithJValues(soa, obj, mid, args).GetC();
1377 return InvokeWithJValues(soa, obj, mid, args).GetS();
1404 return InvokeWithJValues(soa, obj, mid, args).GetI();
1431 return InvokeWithJValues(soa, obj, mid, args).GetJ();
1458 return InvokeWithJValues(soa, obj, mid, args).GetF();
1485 return InvokeWithJValues(so
[all...]
H A Dreflection.cc88 JValue value(InvokeWithJValues(soa, javaReceiver, mid, args.get()));

Completed in 4481 milliseconds