Home
last modified time | relevance | path

Searched refs:kGlobalOrWeakGlobalMask (Results 1 – 6 of 6) sorted by relevance

/art/compiler/utils/riscv64/
Djni_macro_assembler_riscv64.cc414 constexpr int64_t kGlobalOrWeakGlobalMask = IndirectReferenceTable::GetGlobalOrWeakGlobalMask(); in DecodeJNITransitionOrLocalJObject() local
415 DCHECK(IsInt<12>(kGlobalOrWeakGlobalMask)); in DecodeJNITransitionOrLocalJObject()
420 __ Andi(TMP, reg, kGlobalOrWeakGlobalMask); in DecodeJNITransitionOrLocalJObject()
Djni_macro_assembler_riscv64_test.cc691 constexpr int64_t kGlobalOrWeakGlobalMask = IndirectReferenceTable::GetGlobalOrWeakGlobalMask(); in TEST_F() local
699 "andi t6, a0, " + std::to_string(kGlobalOrWeakGlobalMask) + "\n" in TEST_F()
/art/compiler/utils/x86/
Djni_macro_assembler_x86.cc398 constexpr uint32_t kGlobalOrWeakGlobalMask = in DecodeJNITransitionOrLocalJObject() local
402 __ testl(reg.AsX86().AsCpuRegister(), Immediate(kGlobalOrWeakGlobalMask)); in DecodeJNITransitionOrLocalJObject()
/art/compiler/utils/x86_64/
Djni_macro_assembler_x86_64.cc471 constexpr uint64_t kGlobalOrWeakGlobalMask = IndirectReferenceTable::GetGlobalOrWeakGlobalMask(); in DecodeJNITransitionOrLocalJObject() local
474 __ testl(reg.AsX86_64().AsCpuRegister(), Immediate(kGlobalOrWeakGlobalMask)); in DecodeJNITransitionOrLocalJObject()
/art/compiler/utils/arm64/
Djni_macro_assembler_arm64.cc699 constexpr uint64_t kGlobalOrWeakGlobalMask = IndirectReferenceTable::GetGlobalOrWeakGlobalMask(); in DecodeJNITransitionOrLocalJObject() local
701 constexpr size_t kGlobalOrWeakGlobalBit = WhichPowerOf2(kGlobalOrWeakGlobalMask); in DecodeJNITransitionOrLocalJObject()
/art/compiler/utils/arm/
Djni_macro_assembler_arm_vixl.cc843 constexpr uint32_t kGlobalOrWeakGlobalMask = in DecodeJNITransitionOrLocalJObject() local
848 ___ Tst(reg, kGlobalOrWeakGlobalMask); in DecodeJNITransitionOrLocalJObject()