Home
last modified time | relevance | path

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

/aosp12/hardware/google/camera/devices/EmulatedCamera/hwl/utils/
H A DExifUtils.cpp216 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 Dcommon_dex_operations.h203 field->SetShort<transaction_active>(obj, value.GetS()); in DoFieldPutCommon()
H A Dart_field.h130 void SetShort(ObjPtr<mirror::Object> object, int16_t s) REQUIRES_SHARED(Locks::mutator_lock_);
H A Dtransaction_test.cc243 shortField->SetShort<true>(h_klass.Get(), 1); in TEST_F()
343 shortField->SetShort<true>(h_instance.Get(), 1); in TEST_F()
H A Dart_field-inl.h196 inline void ArtField::SetShort(ObjPtr<mirror::Object> object, int16_t s) { in SetShort() function
H A Dclass_linker_test.cc1203 s3->SetShort<false>(statics.Get(), -535); in TEST_F()
/aosp12/art/dexlayout/
H A Ddex_ir.h773 void SetShort(int16_t s) { u_.short_val_ = s; } in SetShort() function
H A Ddex_ir_builder.cc1124 item->SetShort(static_cast<int16_t>(ReadVarWidth(data, length, true))); in ReadEncodedValue()
/aosp12/art/runtime/dex/
H A Ddex_file_annotations.cc1730 case kShort: field->SetShort<kTransactionActive>(field->GetDeclaringClass(), jval_.s); break; in ReadValueToField()
/aosp12/art/runtime/arch/
H A Dstub_test.cc1289 f->SetShort<false>(obj->Get(), ++res); in GetSetShortInstance()