Searched refs:PatchType (Results 1 – 3 of 3) sorted by relevance
54 enum class PatchType { enum61 static uint32_t EncodePatch(PatchType patch_type, uint32_t index = 0u) {65 static PatchType DecodePatchType(uint32_t intrinsic_data) { in DecodePatchType()66 return static_cast<PatchType>(PatchTypeField::Decode(intrinsic_data)); in DecodePatchType()107 MinimumBitsToStore(static_cast<uint32_t>(PatchType::kLast));
139 IntrinsicObjects::PatchType::kValueOfObject, index + base); in ComputeValueOfInfo()146 IntrinsicObjects::EncodePatch(IntrinsicObjects::PatchType::kValueOfArray, base); in ComputeValueOfInfo()
2883 case IntrinsicObjects::PatchType::kValueOfArray: { in GetIntrinsicReferenceAddress()2891 case IntrinsicObjects::PatchType::kValueOfObject: { in GetIntrinsicReferenceAddress()