Home
last modified time | relevance | path

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

/art/runtime/entrypoints/
Dentrypoint_utils.cc256 JValue jv; in InvokeProxyInvocationHandler() local
257 jv.SetJ(args.at(i).j); in InvokeProxyInvocationHandler()
258 mirror::Object* val = BoxPrimitive(Primitive::GetType(shorty[i + 1]), jv); in InvokeProxyInvocationHandler()
/art/runtime/
Dreflection.cc92 jvalue jv; in AppendFloat() local
93 jv.f = value; in AppendFloat()
94 Append(jv.i); in AppendFloat()
98 jvalue jv; in AppendDouble() local
99 jv.d = value; in AppendDouble()
100 AppendWide(jv.j); in AppendDouble()