OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:SetD
(Results
1 - 9
of
9
) sorted by null
/art/runtime/
reflection-inl.h
82
dst->
SetD
(src.GetI());
85
dst->
SetD
(src.GetJ());
88
dst->
SetD
(src.GetF());
jvalue.h
49
void
SetD
(double new_d) { d = new_d; }
art_field-inl.h
255
bits.
SetD
(d);
method_handles_test.cc
151
value.
SetD
(1e72);
reflection.cc
837
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);
/art/runtime/mirror/
var_handle.cc
351
result->
SetD
(value);
[
all
...]
Completed in 4395 milliseconds