Home | History | Annotate | Download | only in runtime

Lines Matching refs:throw_location

693 static bool UnboxPrimitive(const ThrowLocation* throw_location, mirror::Object* o,
701 ThrowIllegalArgumentException(throw_location,
707 ThrowClassCastException(throw_location,
718 ThrowIllegalArgumentException(throw_location,
725 ThrowIllegalArgumentException(throw_location,
730 ThrowNullPointerException(throw_location,
768 ThrowIllegalArgumentException(throw_location,
775 return ConvertPrimitiveValue(throw_location, unbox_for_result,
786 bool UnboxPrimitiveForResult(const ThrowLocation& throw_location, mirror::Object* o,
788 return UnboxPrimitive(&throw_location, o, dst_class, nullptr, unboxed_value);