Lines Matching full:patching
83 // patching/unpatching.
102 // This is only used specifically for runtime-patching of the XRay
234 return XRayPatchingStatus::ONGOING; // Already patching. in patchFunction()
284 Report("Failed patching any sled for function '%d'.", FuncId); in patchFunction()
291 // controlPatching implements the common internals of the patching/unpatching
295 // and no other thread is currently patching.
311 Report("Patching object %d with %d functions.\n", ObjId, InstrMap.Entries); in controlPatchingObjectUnchecked()
375 // Controls patching for all registered objects.
376 // Returns: SUCCESS, if patching succeeds for all objects.
379 // FAILED, if patching of one or more objects failed.
387 return XRayPatchingStatus::ONGOING; // Already patching. in controlPatching()
421 // Controls patching for one object.
431 return XRayPatchingStatus::ONGOING; // Already patching. in controlPatching()