Home
last modified time | relevance | path

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

/art/runtime/quick/
Dinline_method_analyser.h55 kIntrinsicRotateLeft, enumerator
/art/compiler/dex/quick/
Ddex_file_method_inliner.cc133 static_assert(kIntrinsicIsStatic[kIntrinsicRotateLeft], "RotateLeft must be static");
639 INTRINSIC(JavaLangInteger, RotateLeft, II_I, kIntrinsicRotateLeft, k32),
640 INTRINSIC(JavaLangLong, RotateLeft, JI_J, kIntrinsicRotateLeft, k64),
/art/compiler/optimizing/
Dintrinsics.cc181 case kIntrinsicRotateLeft: in GetIntrinsic()