Home
last modified time | relevance | path

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

/art/runtime/
Dart_method_test.cc69 Type unboxed1 = unbox_method->InvokeInstance<kPrimitive>(self, boxed.Get()); in TestBoxUnbox() local
70 ASSERT_EQ(ToIntegralType(value), ToIntegralType(unboxed1)); in TestBoxUnbox()