Searched refs:PatchType (Results 1 – 3 of 3) sorted by relevance
38 enum class PatchType { enum45 static uint32_t EncodePatch(PatchType patch_type, uint32_t index = 0u) {46 DCHECK(patch_type == PatchType::kIntegerValueOfObject || index == 0u);50 static PatchType DecodePatchType(uint32_t intrinsic_data) { in DecodePatchType()51 return static_cast<PatchType>(PatchTypeField::Decode(intrinsic_data)); in DecodePatchType()75 MinimumBitsToStore(static_cast<uint32_t>(PatchType::kLast));
314 IntrinsicObjects::PatchType::kIntegerValueOfObject, index); in ComputeIntegerValueOfInfo()321 IntrinsicObjects::EncodePatch(IntrinsicObjects::PatchType::kIntegerValueOfArray); in ComputeIntegerValueOfInfo()
2738 case IntrinsicObjects::PatchType::kIntegerValueOfArray: { in GetIntrinsicReferenceAddress()2745 case IntrinsicObjects::PatchType::kIntegerValueOfObject: { in GetIntrinsicReferenceAddress()