Home
last modified time | relevance | path

Searched refs:PatchType (Results 1 – 3 of 3) sorted by relevance

/art/compiler/optimizing/
Dintrinsic_objects.h54 enum class PatchType { enum
61 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));
Dintrinsics.cc139 IntrinsicObjects::PatchType::kValueOfObject, index + base); in ComputeValueOfInfo()
146 IntrinsicObjects::EncodePatch(IntrinsicObjects::PatchType::kValueOfArray, base); in ComputeValueOfInfo()
/art/dex2oat/linker/
Dimage_writer.cc2883 case IntrinsicObjects::PatchType::kValueOfArray: { in GetIntrinsicReferenceAddress()
2891 case IntrinsicObjects::PatchType::kValueOfObject: { in GetIntrinsicReferenceAddress()