HomeSort by relevance Sort by last modified time
    Searched full:boxed_value (Results 1 - 8 of 8) 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...]
  /system/update_engine/update_manager/
boxed_value.cc 17 #include "update_engine/update_manager/boxed_value.h"
boxed_value.h 104 // Static method to print a type. See boxed_value.cc for common
boxed_value_unittest.cc 17 #include "update_engine/update_manager/boxed_value.h"
evaluation_context.h 32 #include "update_engine/update_manager/boxed_value.h"
  /system/update_engine/
update_engine.gyp 278 'update_manager/boxed_value.cc',
Android.mk 306 update_manager/boxed_value.cc \
    [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,

Completed in 209 milliseconds