HomeSort by relevance Sort by last modified time
    Searched refs:boxed_value (Results 1 - 3 of 3) sorted by null

  /art/runtime/
reflection.cc 814 JValue boxed_value; local
821 boxed_value.SetZ(primitive_field->GetBoolean(o));
824 boxed_value.SetB(primitive_field->GetByte(o));
827 boxed_value.SetC(primitive_field->GetChar(o));
830 boxed_value.SetF(primitive_field->GetFloat(o));
833 boxed_value.SetD(primitive_field->GetDouble(o));
836 boxed_value.SetI(primitive_field->GetInt(o));
839 boxed_value.SetJ(primitive_field->GetLong(o));
842 boxed_value.SetS(primitive_field->GetShort(o));
    [all...]
  /art/runtime/native/
java_lang_reflect_Field.cc 345 ObjPtr<mirror::Object> boxed_value = soa.Decode<mirror::Object>(javaValue); local
347 if (!UnboxPrimitiveForField(boxed_value,
  /system/update_engine/
Android.mk 306 update_manager/boxed_value.cc \
    [all...]

Completed in 90 milliseconds