Home
last modified time | relevance | path

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

/art/runtime/mirror/
Dart_field.h97 void SetLong(Object* object, int64_t j) const
Dart_field-inl.h166 inline void ArtField::SetLong(Object* object, int64_t j) const { in SetLong() function
/art/runtime/native/
Djava_lang_reflect_Field.cc198 f->SetLong(o, new_value.GetJ()); in SetFieldValue()
/art/runtime/
Ddex_file.cc1025 case kLong: field->SetLong(field->GetDeclaringClass(), jval_.j); break; in ReadValueToField()
Dclass_linker_test.cc897 s5->SetLong(statics, 0x34567890abcdef12LL); in TEST_F()
/art/runtime/interpreter/
Dinterpreter.cc766 f->SetLong(obj, shadow_frame.GetVRegLong(vregA)); in DoFieldPut()