Home
last modified time | relevance | path

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

/art/runtime/
Dart_field.h118 void SetLong(mirror::Object* object, int64_t j) SHARED_LOCKS_REQUIRED(Locks::mutator_lock_);
Dtransaction_test.cc247 longField->SetLong<true>(h_klass.Get(), 1); in TEST_F()
349 longField->SetLong<true>(h_instance.Get(), 1); in TEST_F()
Dart_field-inl.h206 inline void ArtField::SetLong(mirror::Object* object, int64_t j) { in SetLong() function
Dthread.cc1386 ->SetLong<true>(tlsPtr_.opeer, 0); in Destroy()
1389 ->SetLong<false>(tlsPtr_.opeer, 0); in Destroy()
Ddex_file.cc1272 case kLong: field->SetLong<kTransactionActive>(field->GetDeclaringClass(), jval_.j); break; in ReadValueToField()
Dclass_linker_test.cc920 s5->SetLong<false>(statics.Get(), INT64_C(0x34567890abcdef12)); in TEST_F()
Ddebugger.cc1905 f->SetLong<kNoTransactionMode>(o, value); in SetArtFieldValue()
/art/runtime/interpreter/
Dinterpreter_common.cc276 f->SetLong<transaction_active>(obj, shadow_frame.GetVRegLong(vregA)); in DoFieldPut()
/art/runtime/arch/
Dstub_test.cc2037 f->SetLong<false>(obj->Get(), res); in GetSet64Instance()