HomeSort by relevance Sort by last modified time
    Searched refs:HighestOneBitValue (Results 1 - 2 of 2) sorted by null

  /art/runtime/interpreter/
interpreter_intrinsics.cc 74 UNARY_INTRINSIC(MterpIntegerHighestOneBit, HighestOneBitValue, GetVReg, SetI);
107 UNARY_INTRINSIC(MterpLongHighestOneBit, HighestOneBitValue, GetVRegLong, SetJ);
  /art/libartbase/base/
bit_utils.h 336 inline static T HighestOneBitValue(T opnd) {

Completed in 567 milliseconds