Searched refs:GetGlobalOrWeakGlobalMask (Results 1 – 8 of 8) sorted by relevance
143 static_assert((GetGlobalOrWeakGlobalMask() & EncodeIndirectRefKind(kJniTransition)) == 0u); in ConstexprChecks()144 static_assert((GetGlobalOrWeakGlobalMask() & EncodeIndirectRefKind(kLocal)) == 0u); in ConstexprChecks()145 static_assert((GetGlobalOrWeakGlobalMask() & EncodeIndirectRefKind(kGlobal)) != 0u); in ConstexprChecks()146 static_assert((GetGlobalOrWeakGlobalMask() & EncodeIndirectRefKind(kWeakGlobal)) != 0u); in ConstexprChecks()
221 static constexpr uintptr_t GetGlobalOrWeakGlobalMask() { in GetGlobalOrWeakGlobalMask() function232 return (reinterpret_cast<uintptr_t>(iref) & GetGlobalOrWeakGlobalMask()) != 0u; in IsGlobalOrWeakGlobalReference()
399 dchecked_integral_cast<uint32_t>(IndirectReferenceTable::GetGlobalOrWeakGlobalMask()); in DecodeJNITransitionOrLocalJObject()
414 constexpr int64_t kGlobalOrWeakGlobalMask = IndirectReferenceTable::GetGlobalOrWeakGlobalMask(); in DecodeJNITransitionOrLocalJObject()
691 constexpr int64_t kGlobalOrWeakGlobalMask = IndirectReferenceTable::GetGlobalOrWeakGlobalMask(); in TEST_F()
471 constexpr uint64_t kGlobalOrWeakGlobalMask = IndirectReferenceTable::GetGlobalOrWeakGlobalMask(); in DecodeJNITransitionOrLocalJObject()
699 constexpr uint64_t kGlobalOrWeakGlobalMask = IndirectReferenceTable::GetGlobalOrWeakGlobalMask(); in DecodeJNITransitionOrLocalJObject()
844 dchecked_integral_cast<uint32_t>(IndirectReferenceTable::GetGlobalOrWeakGlobalMask()); in DecodeJNITransitionOrLocalJObject()