Searched refs:SetShort (Results 1 – 10 of 10) sorted by relevance
/aosp12/hardware/google/camera/devices/EmulatedCamera/hwl/utils/ |
H A D | ExifUtils.cpp | 216 virtual bool SetShort(ExifIfd ifd, ExifTag tag, uint16_t value, 254 if (SetShort(ifd, tag, value, #tag) == false) return false; \ 837 bool ExifUtilsImpl::SetShort(ExifIfd ifd, ExifTag tag, uint16_t value, in SetShort() function in android::ExifUtilsImpl
|
/aosp12/art/runtime/ |
H A D | common_dex_operations.h | 203 field->SetShort<transaction_active>(obj, value.GetS()); in DoFieldPutCommon()
|
H A D | art_field.h | 130 void SetShort(ObjPtr<mirror::Object> object, int16_t s) REQUIRES_SHARED(Locks::mutator_lock_);
|
H A D | transaction_test.cc | 243 shortField->SetShort<true>(h_klass.Get(), 1); in TEST_F() 343 shortField->SetShort<true>(h_instance.Get(), 1); in TEST_F()
|
H A D | art_field-inl.h | 196 inline void ArtField::SetShort(ObjPtr<mirror::Object> object, int16_t s) { in SetShort() function
|
H A D | class_linker_test.cc | 1203 s3->SetShort<false>(statics.Get(), -535); in TEST_F()
|
/aosp12/art/dexlayout/ |
H A D | dex_ir.h | 773 void SetShort(int16_t s) { u_.short_val_ = s; } in SetShort() function
|
H A D | dex_ir_builder.cc | 1124 item->SetShort(static_cast<int16_t>(ReadVarWidth(data, length, true))); in ReadEncodedValue()
|
/aosp12/art/runtime/dex/ |
H A D | dex_file_annotations.cc | 1730 case kShort: field->SetShort<kTransactionActive>(field->GetDeclaringClass(), jval_.s); break; in ReadValueToField()
|
/aosp12/art/runtime/arch/ |
H A D | stub_test.cc | 1289 f->SetShort<false>(obj->Get(), ++res); in GetSetShortInstance()
|