Home
last modified time | relevance | path

Searched refs:kIntrinsicRoundDouble (Results 1 – 3 of 3) sorted by relevance

/art/runtime/quick/
Dinline_method_analyser.h87 kIntrinsicRoundDouble, enumerator
/art/compiler/dex/quick/
Ddex_file_method_inliner.cc165 static_assert(kIntrinsicIsStatic[kIntrinsicRoundDouble], "RoundDouble must be static");
566 INTRINSIC(JavaLangMath, Round, D_J, kIntrinsicRoundDouble, 0),
567 INTRINSIC(JavaLangStrictMath, Round, D_J, kIntrinsicRoundDouble, 0),
/art/compiler/optimizing/
Dintrinsics.cc333 case kIntrinsicRoundDouble: in GetIntrinsic()