Home
last modified time | relevance | path

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

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