Searched defs:INTRINSIC_CASE (Results 1 - 2 of 2) sorted by relevance

/art/runtime/interpreter/
H A Dinterpreter_intrinsics.cc418 #define INTRINSIC_CASE(name) \ macro
442 INTRINSIC_CASE(IntegerReverse)
443 INTRINSIC_CASE(IntegerReverseBytes)
444 INTRINSIC_CASE(IntegerBitCount)
445 INTRINSIC_CASE(IntegerCompare)
446 INTRINSIC_CASE(IntegerHighestOneBit)
447 INTRINSIC_CASE(IntegerLowestOneBit)
448 INTRINSIC_CASE(IntegerNumberOfLeadingZeros)
449 INTRINSIC_CASE(IntegerNumberOfTrailingZeros)
450 INTRINSIC_CASE(IntegerRotateRigh
[all...]
/art/runtime/mirror/
H A Dvar_handle.cc1616 #define INTRINSIC_CASE(Name) \ macro
1619 VAR_HANDLE_ACCESS_MODE(INTRINSIC_CASE)
1620 #undef INTRINSIC_CASE macro

Completed in 62 milliseconds