Home
last modified time | relevance | path

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

/art/test/959-invoke-polymorphic-accessors/src/
DMain.java571 Boolean boxed = new Boolean(b); in main() local
573 valueHolder, PrimitiveType.Boolean, boxed, AccessorType.IPUT); in main() local
575 valueHolder, PrimitiveType.Boolean, boxed, AccessorType.IGET); in main() local
578 valueHolder, PrimitiveType.Boolean, boxed, AccessorType.SPUT); in main() local
580 valueHolder, PrimitiveType.Boolean, boxed, AccessorType.SGET); in main() local
586 Byte boxed = new Byte(b); in main() local
588 valueHolder, PrimitiveType.Byte, boxed, AccessorType.IPUT); in main() local
590 valueHolder, PrimitiveType.Byte, boxed, AccessorType.IGET); in main() local
593 valueHolder, PrimitiveType.Byte, boxed, AccessorType.SPUT); in main() local
595 valueHolder, PrimitiveType.Byte, boxed, AccessorType.SGET); in main() local
[all …]
/art/runtime/
Dart_method_test.cc62 Handle<mirror::Object> boxed = in TestBoxUnbox() local
64 ASSERT_TRUE(boxed != nullptr); in TestBoxUnbox()
65 ASSERT_OBJ_PTR_EQ(boxed->GetClass(), value_of->GetDeclaringClass()); in TestBoxUnbox()
69 Type unboxed1 = unbox_method->InvokeInstance<kPrimitive>(self, boxed.Get()); in TestBoxUnbox()
71 Type unboxed2 = unbox_method->InvokeFinal<kPrimitive>(self, boxed.Get()); in TestBoxUnbox()
Dreflection.cc262 #define DO_FIRST_ARG(boxed, get_fn, append) { \ in BuildArgArrayFromObjectArray() argument
264 arg->GetClass() == WellKnownClasses::java_lang_##boxed)) { \ in BuildArgArrayFromObjectArray()
268 #define DO_ARG(boxed, get_fn, append) \ in BuildArgArrayFromObjectArray() argument
270 arg->GetClass() == WellKnownClasses::java_lang_##boxed)) { \ in BuildArgArrayFromObjectArray()
Dmethod_handles.cc276 ObjPtr<mirror::Object> boxed = BoxPrimitive(type, src_value); in ConvertJValueCommon() local
277 value->SetL(boxed); in ConvertJValueCommon()
/art/test/640-checker-integer-valueof/src/
DMain.java206 Byte boxed = Byte.valueOf(value); in $noinline$boxUnboxByteAsUint8() local
212 Byte merged = $inline$returnTrue() ? boxed : null; in $noinline$boxUnboxByteAsUint8()
/art/test/046-reflect/
Dexpected-stdout.txt54 superInt boxed is 1010101
/art/build/boot/
Dboot-image-profile.txt7735 HSPLjava/util/stream/IntPipeline;->boxed()Ljava/util/stream/Stream;