Home
last modified time | relevance | path

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

/art/runtime/entrypoints/quick/
Dquick_field_entrypoints.cc323 field->SetShort<false>(field->GetDeclaringClass(), new_value); in artSet16StaticFromCode()
335 field->SetShort<false>(field->GetDeclaringClass(), new_value); in artSet16StaticFromCode()
454 field->SetShort<false>(obj, new_value); in artSet16InstanceFromCode()
474 field->SetShort<false>(obj, new_value); in artSet16InstanceFromCode()
/art/runtime/
Dart_field.h108 void SetShort(mirror::Object* object, int16_t s) SHARED_LOCKS_REQUIRED(Locks::mutator_lock_);
Dtransaction_test.cc245 shortField->SetShort<true>(h_klass.Get(), 1); in TEST_F()
347 shortField->SetShort<true>(h_instance.Get(), 1); in TEST_F()
Dart_field-inl.h173 inline void ArtField::SetShort(mirror::Object* object, int16_t s) { in SetShort() function
Ddex_file.cc1269 case kShort: field->SetShort<kTransactionActive>(field->GetDeclaringClass(), jval_.s); break; in ReadValueToField()
Dclass_linker_test.cc910 s3->SetShort<false>(statics.Get(), -535); in TEST_F()
Ddebugger.cc1891 f->SetShort<kNoTransactionMode>(o, static_cast<int16_t>(value)); in SetArtFieldValue()
/art/runtime/interpreter/
Dinterpreter_common.cc270 f->SetShort<transaction_active>(obj, shadow_frame.GetVReg(vregA)); in DoFieldPut()
/art/runtime/arch/
Dstub_test.cc1802 f->SetShort<false>(obj->Get(), ++res); in GetSetShortInstance()