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

  /art/runtime/
reflection-inl.h 81 dst->SetD(src.GetI());
84 dst->SetD(src.GetJ());
87 dst->SetD(src.GetF());
jvalue.h 49 void SetD(double new_d) { d = new_d; }
art_field-inl.h 255 bits.SetD(d);
reflection.cc 833 boxed_value.SetD(primitive_field->GetDouble(o));
    [all...]
  /art/runtime/interpreter/
interpreter_intrinsics.cc 155 UNARY_INTRINSIC(MterpMathSqrt, std::sqrt, GetVRegDouble, SetD);
158 UNARY_INTRINSIC(MterpMathCeil, std::ceil, GetVRegDouble, SetD);
161 UNARY_INTRINSIC(MterpMathFloor, std::floor, GetVRegDouble, SetD);
164 UNARY_INTRINSIC(MterpMathSin, std::sin, GetVRegDouble, SetD);
167 UNARY_INTRINSIC(MterpMathCos, std::cos, GetVRegDouble, SetD);
170 UNARY_INTRINSIC(MterpMathTan, std::tan, GetVRegDouble, SetD);
173 UNARY_INTRINSIC(MterpMathAsin, std::asin, GetVRegDouble, SetD);
176 UNARY_INTRINSIC(MterpMathAcos, std::acos, GetVRegDouble, SetD);
179 UNARY_INTRINSIC(MterpMathAtan, std::atan, GetVRegDouble, SetD);
unstarted_runtime.cc     [all...]
  /art/runtime/native/
java_lang_reflect_Field.cc 418 value.SetD(d);

Completed in 200 milliseconds