Home
last modified time | relevance | path

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

/art/runtime/quick/
Dinline_method_analyser.h54 kIntrinsicRotateRight, enumerator
/art/compiler/dex/quick/
Ddex_file_method_inliner.cc132 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/
Dintrinsics.cc171 case kIntrinsicRotateRight: in GetIntrinsic()