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

  /art/runtime/interpreter/
interpreter_intrinsics.cc 77 UNARY_INTRINSIC(MterpIntegerLowestOneBit, LowestOneBitValue, GetVReg, SetI);
110 UNARY_INTRINSIC(MterpLongLowestOneBit, LowestOneBitValue, GetVRegLong, SetJ);
  /art/libartbase/base/
bit_utils.h 329 inline static kind LowestOneBitValue(kind opnd) {

Completed in 117 milliseconds