Searched refs:kIntrinsicRotateRight (Results 1 – 3 of 3) sorted by relevance
/art/runtime/quick/ |
D | inline_method_analyser.h | 54 kIntrinsicRotateRight, enumerator
|
/art/compiler/dex/quick/ |
D | dex_file_method_inliner.cc | 132 static_assert(kIntrinsicIsStatic[kIntrinsicRotateRight], "RotateRight must be static"); 637 INTRINSIC(JavaLangInteger, RotateRight, II_I, kIntrinsicRotateRight, k32), 638 INTRINSIC(JavaLangLong, RotateRight, JI_J, kIntrinsicRotateRight, k64),
|
/art/compiler/optimizing/ |
D | intrinsics.cc | 171 case kIntrinsicRotateRight: in GetIntrinsic()
|