Searched refs:UnboxPrimitive (Results 1 – 1 of 1) sorted by relevance
/art/runtime/ |
D | reflection.cc | 693 static bool UnboxPrimitive(const ThrowLocation* throw_location, mirror::Object* o, in UnboxPrimitive() function 783 return UnboxPrimitive(nullptr, o, dst_class, f, unboxed_value); in UnboxPrimitiveForField() 788 return UnboxPrimitive(&throw_location, o, dst_class, nullptr, unboxed_value); in UnboxPrimitiveForResult()
|