Home | History | Annotate | Download | only in runtime

Lines Matching refs:JValue

30 union JValue;
36 mirror::Object* BoxPrimitive(Primitive::Type src_class, const JValue& value)
39 JValue* unboxed_value)
42 mirror::Class* dst_class, JValue* unboxed_value)
47 const JValue& src, JValue* dst)
50 JValue InvokeWithVarArgs(const ScopedObjectAccessAlreadyRunnable& soa, jobject obj, jmethodID mid,
54 JValue InvokeWithJValues(const ScopedObjectAccessAlreadyRunnable& soa, mirror::Object* receiver,
55 jmethodID mid, jvalue* args)
58 JValue InvokeVirtualOrInterfaceWithJValues(const ScopedObjectAccessAlreadyRunnable& soa,
59 mirror::Object* receiver, jmethodID mid, jvalue* args)
62 JValue InvokeVirtualOrInterfaceWithVarArgs(const ScopedObjectAccessAlreadyRunnable& soa,
67 MethodHelper& mh, JValue* result)