Lines Matching refs:kMask
808 if (flags & interpreter::StoreLookupSlotFlags::LanguageModeBit::kMask) {
811 interpreter::StoreLookupSlotFlags::LookupHoistingModeBit::kMask) {
1542 __ TestAndBranch(map_bit_field, Map::Bits1::IsUndetectableBit::kMask,
1669 __ TestAndBranch(map_bit_field, Map::Bits1::IsUndetectableBit::kMask,
1689 __ TestAndBranch(map_bit_field, Map::Bits1::IsCallableBit::kMask,
1691 __ TestAndBranch(map_bit_field, Map::Bits1::IsUndetectableBit::kMask,
1722 Map::Bits1::IsUndetectableBit::kMask |
1723 Map::Bits1::IsCallableBit::kMask,
1783 interpreter::CreateArrayLiteralFlags::FastCloneSupportedBit::kMask) {
1813 interpreter::CreateObjectLiteralFlags::FastCloneSupportedBit::kMask) {
1952 BytecodeArray::OsrUrgencyBits::kMask);
1959 static constexpr int kMask = BytecodeArray::OsrInstallTargetBits::kMask;
1964 __ Word32And(scratch2, osr_urgency_and_install_target, kMask);
2217 __ TestAndBranch(map_bit_field, Map::Bits1::IsConstructorBit::kMask,