Home
last modified time | relevance | path

Searched refs:BoxPrimitive (Results 1 – 7 of 7) sorted by relevance

/art/runtime/
Dreflection.h36 ObjPtr<mirror::Object> BoxPrimitive(Primitive::Type src_class, const JValue& value)
Dreflection.cc691 return soa.AddLocalReference<jobject>(BoxPrimitive(Primitive::GetType(shorty[0]), result)); in InvokeMethod()
694 ObjPtr<mirror::Object> BoxPrimitive(Primitive::Type src_class, const JValue& value) { in BoxPrimitive() function
Dmethod_handles.cc268 ObjPtr<mirror::Object> boxed = BoxPrimitive(type, src_value); in ConvertJValueCommon()
Ddex_file_annotations.cc669 element_object = BoxPrimitive(primitive_type, annotation_value->value_).Ptr(); in ProcessAnnotationValue()
/art/runtime/entrypoints/
Dentrypoint_utils.cc82 mirror::Object* val = BoxPrimitive(Primitive::GetType(shorty[i + 1]), jv).Ptr(); in InvokeProxyInvocationHandler()
/art/runtime/native/
Djava_lang_reflect_Field.cc172 return soa.AddLocalReference<jobject>(BoxPrimitive(field_type, value)); in Field_get()
/art/runtime/openjdkjvmti/
Dti_class.cc273 arr.Assign(art::BoxPrimitive(art::Primitive::kPrimLong, val)); in ClassPreDefine()