HomeSort by relevance Sort by last modified time
    Searched refs:SetD (Results 1 - 6 of 6) sorted by null

  /art/runtime/
reflection-inl.h 78 dst->SetD(src.GetI());
81 dst->SetD(src.GetJ());
84 dst->SetD(src.GetF());
jvalue.h 42 void SetD(double new_d) { d = new_d; }
art_field-inl.h 240 bits.SetD(d);
reflection.cc 798 boxed_value.SetD(primitive_field->GetDouble(o));
    [all...]
  /art/runtime/interpreter/
unstarted_runtime.cc 477 result->SetD(out);
    [all...]
  /art/runtime/native/
java_lang_reflect_Field.cc 390 value.SetD(d);

Completed in 890 milliseconds