Searched defs:JValue (Results 1 – 5 of 5) sorted by relevance
/aosp_15_r20/external/rust/android-crates-io/extra_versions/crates/jni/src/wrapper/objects/ |
D | jvalue.rs | 12 pub enum JValue<'a> { enum 31 impl<'a> JValue<'a> { impl 170 impl<'a, T: Into<JObject<'a>>> From<T> for JValue<'a> { implementation 187 impl<'a> From<bool> for JValue<'a> { implementation 194 impl<'a> From<jboolean> for JValue<'a> { implementation 212 impl<'a> From<jchar> for JValue<'a> { implementation 230 impl<'a> From<jshort> for JValue<'a> { implementation 248 impl<'a> From<jfloat> for JValue<'a> { implementation 266 impl<'a> From<jdouble> for JValue<'a> { implementation 284 impl<'a> From<jint> for JValue<'a> { implementation [all …]
|
/aosp_15_r20/external/rust/android-crates-io/crates/jni/src/wrapper/objects/ |
D | jvalue.rs | 48 pub type JValue<'local, 'obj_ref> = JValueGen<&'obj_ref JObject<'local>>; typedef 232 impl<'local: 'obj_ref, 'obj_ref, T: AsRef<JObject<'local>>> From<&'obj_ref T>
|
/aosp_15_r20/external/rust/android-crates-io/crates/jni/src/wrapper/ |
D | jnienv.rs | 1362 args: &[JValue], in call_method() 1421 args: &[JValue], in call_static_method() 1467 ctor_args: &[JValue], in new_object() 2249 val: JValue, in set_field_unchecked() 2329 val: JValue, in set_field() 2486 value: JValue, in set_static_field()
|
/aosp_15_r20/external/rust/android-crates-io/extra_versions/crates/jni/src/wrapper/ |
D | jnienv.rs | 985 args: &[JValue], in call_method() 1023 args: &[JValue], in call_static_method() 1049 ctor_args: &[JValue], in new_object() 1081 ctor_args: &[JValue], in new_object_unchecked()
|
/aosp_15_r20/art/runtime/interpreter/ |
H A D | unstarted_runtime.cc | 1087 void UnstartedRuntime::UnstartedSystemNanoTime(Thread* self, ShadowFrame*, JValue*, size_t) { in UnstartedSystemNanoTime() argument 2074 [[maybe_unused]] JValue*) { in UnstartedJNIStringFillBytesLatin1() argument 2088 [[maybe_unused]] JValue*) { in UnstartedJNIStringFillBytesUTF16() argument
|