Searched refs:SetInt (Results 1 – 9 of 9) sorted by relevance
/art/runtime/mirror/ |
D | art_field.h | 112 void SetInt(Object* object, int32_t i) SHARED_LOCKS_REQUIRED(Locks::mutator_lock_);
|
D | art_field-inl.h | 178 inline void ArtField::SetInt(Object* object, int32_t i) { in SetInt() function
|
/art/runtime/ |
D | transaction_test.cc | 178 intField->SetInt<true>(h_klass.Get(), 1); in TEST_F() 277 intField->SetInt<true>(h_instance.Get(), 1); in TEST_F()
|
D | dex_file.cc | 1207 case kInt: field->SetInt<kTransactionActive>(field->GetDeclaringClass(), jval_.i); break; in ReadValueToField()
|
D | class_linker_test.cc | 876 s4->SetInt<false>(statics.Get(), 2000000001); in TEST_F()
|
D | thread.cc | 490 SetInt<kTransactionActive>(tlsPtr_.opeer, thread_priority); in InitPeer()
|
/art/runtime/native/ |
D | java_lang_reflect_Field.cc | 246 f->SetInt<false>(o, new_value.GetI()); in SetFieldValue()
|
/art/runtime/interpreter/ |
D | interpreter_common.cc | 252 f->SetInt<transaction_active>(obj, shadow_frame.GetVReg(vregA)); in DoFieldPut()
|
/art/runtime/arch/ |
D | stub_test.cc | 1359 f->Get()->SetInt<false>(obj->Get(), res); in GetSet32Instance()
|