Home
last modified time | relevance | path

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

/art/runtime/entrypoints/
Dentrypoint_utils.cc249 JValue jv; in InvokeProxyInvocationHandler() local
250 jv.SetJ(args.at(i).j); in InvokeProxyInvocationHandler()
251 mirror::Object* val = BoxPrimitive(Primitive::GetType(shorty[i + 1]), jv); in InvokeProxyInvocationHandler()
/art/runtime/
Dreflection.cc86 jvalue jv; in AppendFloat() local
87 jv.f = value; in AppendFloat()
88 Append(jv.i); in AppendFloat()
92 jvalue jv; in AppendDouble() local
93 jv.d = value; in AppendDouble()
94 AppendWide(jv.j); in AppendDouble()