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

/art/runtime/
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...]

Completed in 3132 milliseconds