Home
last modified time | relevance | path

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

/art/runtime/mirror/
Dart_field.h112 void SetInt(Object* object, int32_t i) SHARED_LOCKS_REQUIRED(Locks::mutator_lock_);
Dart_field-inl.h178 inline void ArtField::SetInt(Object* object, int32_t i) { in SetInt() function
/art/runtime/
Dtransaction_test.cc178 intField->SetInt<true>(h_klass.Get(), 1); in TEST_F()
277 intField->SetInt<true>(h_instance.Get(), 1); in TEST_F()
Ddex_file.cc1207 case kInt: field->SetInt<kTransactionActive>(field->GetDeclaringClass(), jval_.i); break; in ReadValueToField()
Dclass_linker_test.cc876 s4->SetInt<false>(statics.Get(), 2000000001); in TEST_F()
Dthread.cc490 SetInt<kTransactionActive>(tlsPtr_.opeer, thread_priority); in InitPeer()
/art/runtime/native/
Djava_lang_reflect_Field.cc246 f->SetInt<false>(o, new_value.GetI()); in SetFieldValue()
/art/runtime/interpreter/
Dinterpreter_common.cc252 f->SetInt<transaction_active>(obj, shadow_frame.GetVReg(vregA)); in DoFieldPut()
/art/runtime/arch/
Dstub_test.cc1359 f->Get()->SetInt<false>(obj->Get(), res); in GetSet32Instance()