Home | History | Annotate | Download | only in IR

Lines Matching defs:NumPatchBytes

1695   const int64_t NumPatchBytes =
1697 assert(isInt<32>(NumPatchBytes) && "NumPatchBytesV is an i32!");
1698 Assert(NumPatchBytes >= 0, "gc.statepoint number of patchable bytes must be "