Home
last modified time | relevance | path

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

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