Searched refs:kValue (Results 1 – 3 of 3) sorted by relevance
210 static constexpr uint32_t kValue = kAccCopied | kAccAbstract; in IsMiranda() local211 return (GetAccessFlags() & kMask) == kValue; in IsMiranda()221 static constexpr uint32_t kValue = kAccCopied | kAccAbstract | kAccDefault; in IsDefaultConflicting() local222 return (GetAccessFlags() & kMask) == kValue; in IsDefaultConflicting()240 static constexpr uint32_t kValue = kAccCompileDontBother | kAccPreCompiled; in IsPreCompiled() local241 return (GetAccessFlags() & kMask) == kValue; in IsPreCompiled()
124 entry[RegisterMask::kValue] = register_mask >> shift; in BeginStackMapEntry()
302 enum class Target : uint8_t { kNull, kValue, kSelf }; enumerator365 EXPECT_EQ(kind.target_, Target::kValue); in CheckFinalInstruction()448 case PartialComparisonKind::Target::kValue: { in GetComparisonInstructions()5333 PartialComparisonKind::Target::kValue,5336 PartialComparisonKind::Target::kValue,5351 PartialComparisonKind::Target::kValue,5354 PartialComparisonKind::Target::kValue,