Home
last modified time | relevance | path

Searched defs:SetShort (Results 1 – 3 of 3) sorted by relevance

/aosp12/art/runtime/
H A Dart_field-inl.h196 inline void ArtField::SetShort(ObjPtr<mirror::Object> object, int16_t s) { in SetShort() function
/aosp12/hardware/google/camera/devices/EmulatedCamera/hwl/utils/
H A DExifUtils.cpp837 bool ExifUtilsImpl::SetShort(ExifIfd ifd, ExifTag tag, uint16_t value, in SetShort() function in android::ExifUtilsImpl
/aosp12/art/dexlayout/
H A Ddex_ir.h773 void SetShort(int16_t s) { u_.short_val_ = s; } in SetShort() function