Home
last modified time | relevance | path

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

/art/compiler/optimizing/
Dintrinsic_objects.h47 return PatchTypeField::Encode(static_cast<uint32_t>(patch_type)) | IndexField::Encode(index);
51 return static_cast<PatchType>(PatchTypeField::Decode(intrinsic_data)); in DecodePatchType()
75 using PatchTypeField = BitField<uint32_t, 0u, kPatchTypeBits>; variable