Searched refs:kIntrinsicHighestOneBit (Results 1 – 3 of 3) sorted by relevance
/art/runtime/quick/ |
D | inline_method_analyser.h | 50 kIntrinsicHighestOneBit, enumerator
|
/art/compiler/dex/quick/ |
D | dex_file_method_inliner.cc | 126 static_assert(kIntrinsicIsStatic[kIntrinsicHighestOneBit], "HighestOneBit must be static"); 502 INTRINSIC(JavaLangInteger, HighestOneBit, I_I, kIntrinsicHighestOneBit, k32), 503 INTRINSIC(JavaLangLong, HighestOneBit, J_J, kIntrinsicHighestOneBit, k64),
|
/art/compiler/optimizing/ |
D | intrinsics.cc | 213 case kIntrinsicHighestOneBit: in GetIntrinsic()
|