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

  /art/runtime/
obj_ptr-inl.h 31 return GetCookie() == TrimCookie(Thread::Current()->GetPoisonObjectCookie());
38 << TrimCookie(Thread::Current()->GetPoisonObjectCookie()) << " but got " << GetCookie();
52 ref |= self->GetPoisonObjectCookie() << kCookieShift;
thread.h 569 ALWAYS_INLINE uintptr_t GetPoisonObjectCookie() const {
    [all...]

Completed in 150 milliseconds