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

  /external/v8/src/
small-pointer-list.h 153 static const intptr_t kValueMask = ~kTagMask;
165 return reinterpret_cast<PointerList*>(data_ & kValueMask);
  /art/runtime/
stack_map.h 388 static constexpr int32_t kValueMask = (1 << kValueBits) - 1;
410 | (value & kValueMask) << kValueOffset;
422 return (location >> kValueOffset) & kValueMask;
    [all...]

Completed in 66 milliseconds