Home
last modified time | relevance | path

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

/art/compiler/optimizing/
Dintrinsic_objects.h38 enum class PatchType { enum
45 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()
73 MinimumBitsToStore(static_cast<uint32_t>(PatchType::kLast));
Dintrinsics.cc313 IntrinsicObjects::PatchType::kIntegerValueOfObject, index); in ComputeIntegerValueOfInfo()
320 IntrinsicObjects::EncodePatch(IntrinsicObjects::PatchType::kIntegerValueOfArray); in ComputeIntegerValueOfInfo()
/art/dex2oat/linker/
Dimage_writer.cc2722 case IntrinsicObjects::PatchType::kIntegerValueOfArray: { in GetIntrinsicReferenceAddress()
2729 case IntrinsicObjects::PatchType::kIntegerValueOfObject: { in GetIntrinsicReferenceAddress()