Home
last modified time | relevance | path

Searched refs:GetGlobalOrWeakGlobalMask (Results 1 – 8 of 8) sorted by relevance

/art/runtime/
Dindirect_reference_table.cc143 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()
Dindirect_reference_table.h221 static constexpr uintptr_t GetGlobalOrWeakGlobalMask() { in GetGlobalOrWeakGlobalMask() function
232 return (reinterpret_cast<uintptr_t>(iref) & GetGlobalOrWeakGlobalMask()) != 0u; in IsGlobalOrWeakGlobalReference()
/art/compiler/utils/x86/
Djni_macro_assembler_x86.cc399 dchecked_integral_cast<uint32_t>(IndirectReferenceTable::GetGlobalOrWeakGlobalMask()); in DecodeJNITransitionOrLocalJObject()
/art/compiler/utils/riscv64/
Djni_macro_assembler_riscv64.cc414 constexpr int64_t kGlobalOrWeakGlobalMask = IndirectReferenceTable::GetGlobalOrWeakGlobalMask(); in DecodeJNITransitionOrLocalJObject()
Djni_macro_assembler_riscv64_test.cc691 constexpr int64_t kGlobalOrWeakGlobalMask = IndirectReferenceTable::GetGlobalOrWeakGlobalMask(); in TEST_F()
/art/compiler/utils/x86_64/
Djni_macro_assembler_x86_64.cc471 constexpr uint64_t kGlobalOrWeakGlobalMask = IndirectReferenceTable::GetGlobalOrWeakGlobalMask(); in DecodeJNITransitionOrLocalJObject()
/art/compiler/utils/arm64/
Djni_macro_assembler_arm64.cc699 constexpr uint64_t kGlobalOrWeakGlobalMask = IndirectReferenceTable::GetGlobalOrWeakGlobalMask(); in DecodeJNITransitionOrLocalJObject()
/art/compiler/utils/arm/
Djni_macro_assembler_arm_vixl.cc844 dchecked_integral_cast<uint32_t>(IndirectReferenceTable::GetGlobalOrWeakGlobalMask()); in DecodeJNITransitionOrLocalJObject()