Searched defs:unboxed_value (Results 1 - 2 of 2) sorted by relevance

/art/runtime/native/
H A Djava_lang_reflect_Field.cc298 JValue unboxed_value; local
299 if (!UnboxPrimitiveForField(boxed_value, field_type, f, &unboxed_value)) {
308 SetFieldValue(soa, o, f, field_prim_type, true, unboxed_value);
/art/runtime/
H A Dreflection.cc695 JValue* unboxed_value)
714 unboxed_value->SetL(o);
777 boxed_value, unboxed_value);
781 JValue* unboxed_value) {
783 return UnboxPrimitive(nullptr, o, dst_class, f, unboxed_value);
787 mirror::Class* dst_class, JValue* unboxed_value) {
788 return UnboxPrimitive(&throw_location, o, dst_class, nullptr, unboxed_value);
780 UnboxPrimitiveForField(mirror::Object* o, mirror::Class* dst_class, mirror::ArtField* f, JValue* unboxed_value) argument
786 UnboxPrimitiveForResult(const ThrowLocation& throw_location, mirror::Object* o, mirror::Class* dst_class, JValue* unboxed_value) argument

Completed in 1477 milliseconds