Home
last modified time | relevance | path

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

/art/runtime/mirror/
Dart_field.h115 void SetLong(Object* object, int64_t j) SHARED_LOCKS_REQUIRED(Locks::mutator_lock_);
Dart_field-inl.h195 inline void ArtField::SetLong(Object* object, int64_t j) { in SetLong() function
/art/runtime/
Dtransaction_test.cc179 longField->SetLong<true>(h_klass.Get(), 1); in TEST_F()
278 longField->SetLong<true>(h_instance.Get(), 1); in TEST_F()
Dthread.cc1182 ->SetLong<true>(tlsPtr_.opeer, 0); in Destroy()
1185 ->SetLong<false>(tlsPtr_.opeer, 0); in Destroy()
Ddex_file.cc1208 case kLong: field->SetLong<kTransactionActive>(field->GetDeclaringClass(), jval_.j); break; in ReadValueToField()
Dclass_linker_test.cc881 s5->SetLong<false>(statics.Get(), INT64_C(0x34567890abcdef12)); in TEST_F()
/art/runtime/native/
Djava_lang_reflect_Field.cc249 f->SetLong<false>(o, new_value.GetJ()); in SetFieldValue()
/art/runtime/interpreter/
Dinterpreter_common.cc255 f->SetLong<transaction_active>(obj, shadow_frame.GetVRegLong(vregA)); in DoFieldPut()
/art/runtime/arch/
Dstub_test.cc1513 f->Get()->SetLong<false>(obj->Get(), res); in GetSet64Instance()