Home | History | Annotate | Download | only in runtime

Lines Matching refs:JValue

92     jvalue jv;
98 jvalue jv;
140 mirror::Object* receiver, jvalue* args)
410 mirror::ArtMethod* method, ArgArray* arg_array, JValue* result,
420 JValue InvokeWithVarArgs(const ScopedObjectAccessAlreadyRunnable& soa, jobject obj, jmethodID mid,
428 return JValue();
435 JValue result;
442 JValue InvokeWithJValues(const ScopedObjectAccessAlreadyRunnable& soa, mirror::Object* receiver,
443 jmethodID mid, jvalue* args) {
449 return JValue();
455 JValue result;
462 JValue InvokeVirtualOrInterfaceWithJValues(const ScopedObjectAccessAlreadyRunnable& soa,
463 mirror::Object* receiver, jmethodID mid, jvalue* args) {
469 return JValue();
475 JValue result;
482 JValue InvokeVirtualOrInterfaceWithVarArgs(const ScopedObjectAccessAlreadyRunnable& soa,
489 return JValue();
496 JValue result;
504 MethodHelper& mh, JValue* result) {
575 JValue result;
620 mirror::Object* BoxPrimitive(Primitive::Type src_class, const JValue& value) {
673 JValue result;
695 JValue* unboxed_value)
737 JValue boxed_value;
781 JValue* unboxed_value) {
787 mirror::Class* dst_class, JValue* unboxed_value) {