Home
last modified time | relevance | path

Searched refs:jv (Results 1 – 3 of 3) sorted by relevance

/art/runtime/entrypoints/
Dentrypoint_utils.cc86 JValue jv; in InvokeProxyInvocationHandler() local
87 jv.SetJ(args[i].j); in InvokeProxyInvocationHandler()
88 ObjPtr<mirror::Object> val = BoxPrimitive(Primitive::GetType(shorty[i + 1]), jv); in InvokeProxyInvocationHandler()
/art/runtime/
Dreflection.cc93 jvalue jv; in AppendFloat() local
94 jv.f = value; in AppendFloat()
95 Append(jv.i); in AppendFloat()
99 jvalue jv; in AppendDouble() local
100 jv.d = value; in AppendDouble()
101 AppendWide(jv.j); in AppendDouble()
/art/tools/jvmti-agents/ti-fast/
Dtifast.cc87 …hread, jmethodID meth, jboolean jb, jvalue jv), (jvmti, jni, jthreadContainer{.thread = thread}, m…