Searched refs:kIntrinsicRoundDouble (Results 1 – 3 of 3) sorted by relevance
/art/runtime/quick/ |
D | inline_method_analyser.h | 87 kIntrinsicRoundDouble, enumerator
|
/art/compiler/dex/quick/ |
D | dex_file_method_inliner.cc | 165 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/ |
D | intrinsics.cc | 333 case kIntrinsicRoundDouble: in GetIntrinsic()
|