Lines Matching refs:JValue
34 union JValue;
38 EXPORT ObjPtr<mirror::Object> BoxPrimitive(Primitive::Type src_class, const JValue& value)
44 JValue* unboxed_value) REQUIRES_SHARED(Locks::mutator_lock_);
48 JValue* unboxed_value) REQUIRES_SHARED(Locks::mutator_lock_);
52 const JValue& src,
53 JValue* dst)
59 const JValue& src,
60 JValue* dst)
65 JValue InvokeWithVarArgs(const ScopedObjectAccessAlreadyRunnable& soa,
73 JValue InvokeWithJValues(const ScopedObjectAccessAlreadyRunnable& soa,
83 JValue InvokeVirtualOrInterfaceWithJValues(const ScopedObjectAccessAlreadyRunnable& soa,
93 JValue InvokeVirtualOrInterfaceWithVarArgs(const ScopedObjectAccessAlreadyRunnable& soa,