Searched refs:SetLong (Results 1 – 9 of 9) sorted by relevance
/art/runtime/mirror/ |
D | art_field.h | 115 void SetLong(Object* object, int64_t j) SHARED_LOCKS_REQUIRED(Locks::mutator_lock_);
|
D | art_field-inl.h | 195 inline void ArtField::SetLong(Object* object, int64_t j) { in SetLong() function
|
/art/runtime/ |
D | transaction_test.cc | 179 longField->SetLong<true>(h_klass.Get(), 1); in TEST_F() 278 longField->SetLong<true>(h_instance.Get(), 1); in TEST_F()
|
D | thread.cc | 1182 ->SetLong<true>(tlsPtr_.opeer, 0); in Destroy() 1185 ->SetLong<false>(tlsPtr_.opeer, 0); in Destroy()
|
D | dex_file.cc | 1208 case kLong: field->SetLong<kTransactionActive>(field->GetDeclaringClass(), jval_.j); break; in ReadValueToField()
|
D | class_linker_test.cc | 881 s5->SetLong<false>(statics.Get(), INT64_C(0x34567890abcdef12)); in TEST_F()
|
/art/runtime/native/ |
D | java_lang_reflect_Field.cc | 249 f->SetLong<false>(o, new_value.GetJ()); in SetFieldValue()
|
/art/runtime/interpreter/ |
D | interpreter_common.cc | 255 f->SetLong<transaction_active>(obj, shadow_frame.GetVRegLong(vregA)); in DoFieldPut()
|
/art/runtime/arch/ |
D | stub_test.cc | 1513 f->Get()->SetLong<false>(obj->Get(), res); in GetSet64Instance()
|