Searched refs:SetD (Results 1 - 6 of 6) sorted by relevance

/art/runtime/
H A Dreflection-inl.h78 dst->SetD(src.GetI());
81 dst->SetD(src.GetJ());
84 dst->SetD(src.GetF());
H A Djvalue.h42 void SetD(double new_d) { d = new_d; } function
H A Dart_field-inl.h240 bits.SetD(d);
H A Dreflection.cc798 boxed_value.SetD(primitive_field->GetDouble(o));
/art/runtime/interpreter/
H A Dunstarted_runtime.cc477 result->SetD(out);
887 result->SetD(log(value.GetD()));
895 result->SetD(exp(value.GetD()));
/art/runtime/native/
H A Djava_lang_reflect_Field.cc390 value.SetD(d);

Completed in 466 milliseconds