Home
last modified time | relevance | path

Searched refs:INTRINSIC_CASE (Results 1 – 2 of 2) sorted by relevance

/art/runtime/interpreter/
Dinterpreter_intrinsics.cc418 #define INTRINSIC_CASE(name) \ macro
443 INTRINSIC_CASE(IntegerReverse) in MterpHandleIntrinsic()
444 INTRINSIC_CASE(IntegerReverseBytes) in MterpHandleIntrinsic()
445 INTRINSIC_CASE(IntegerBitCount) in MterpHandleIntrinsic()
446 INTRINSIC_CASE(IntegerCompare) in MterpHandleIntrinsic()
447 INTRINSIC_CASE(IntegerHighestOneBit) in MterpHandleIntrinsic()
448 INTRINSIC_CASE(IntegerLowestOneBit) in MterpHandleIntrinsic()
449 INTRINSIC_CASE(IntegerNumberOfLeadingZeros) in MterpHandleIntrinsic()
450 INTRINSIC_CASE(IntegerNumberOfTrailingZeros) in MterpHandleIntrinsic()
451 INTRINSIC_CASE(IntegerRotateRight) in MterpHandleIntrinsic()
[all …]
/art/runtime/mirror/
Dvar_handle.cc1654 #define INTRINSIC_CASE(Name) \ in GetAccessModeByIntrinsic() macro
1657 VAR_HANDLE_ACCESS_MODE(INTRINSIC_CASE) in GetAccessModeByIntrinsic()
1658 #undef INTRINSIC_CASE in GetAccessModeByIntrinsic()