Home
last modified time | relevance | path

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

/external/chromium_org/third_party/tcmalloc/vendor/src/windows/
Dpatch_functions.cc255 void Unpatch();
330 void Unpatch();
569 void LibcInfoWithPatchFunctions<T>::Unpatch() { in Unpatch() function in __anon1cec82560111::LibcInfoWithPatchFunctions
575 PreamblePatcher::Unpatch((void*)windows_fn_[i], in Unpatch()
608 void WindowsInfo::Unpatch() { in Unpatch() function in __anon1cec82560111::WindowsInfo
613 PreamblePatcher::Unpatch((void*)function_info_[i].windows_fn, in Unpatch()
1069 main_executable_windows.Unpatch();
1070 main_executable.Unpatch();
1071 if (libc1.is_valid()) libc1.Unpatch();
1072 if (libc2.is_valid()) libc2.Unpatch();
[all …]
Dauto_testing_hook.h103 SIDESTEP_CHK(SIDESTEP_SUCCESS == PreamblePatcher::Unpatch( in ~AutoTestingHookImpl()
Dpreamble_patcher.h292 static SideStepError Unpatch(void* target_function,
Dpreamble_patcher_test.cc63 sidestep::PreamblePatcher::Unpatch((void*)(target_function), \
Dpreamble_patcher.cc290 SideStepError PreamblePatcher::Unpatch(void* target_function, in Unpatch() function in sidestep::PreamblePatcher
/external/chromium_org/third_party/tcmalloc/chromium/src/windows/
Dpatch_functions.cc255 void Unpatch();
330 void Unpatch();
569 void LibcInfoWithPatchFunctions<T>::Unpatch() { in Unpatch() function in __anon052b502c0111::LibcInfoWithPatchFunctions
575 PreamblePatcher::Unpatch((void*)windows_fn_[i], in Unpatch()
608 void WindowsInfo::Unpatch() { in Unpatch() function in __anon052b502c0111::WindowsInfo
613 PreamblePatcher::Unpatch((void*)function_info_[i].windows_fn, in Unpatch()
1069 main_executable_windows.Unpatch();
1070 main_executable.Unpatch();
1071 if (libc1.is_valid()) libc1.Unpatch();
1072 if (libc2.is_valid()) libc2.Unpatch();
[all …]
Dauto_testing_hook.h103 SIDESTEP_CHK(SIDESTEP_SUCCESS == PreamblePatcher::Unpatch( in ~AutoTestingHookImpl()
Dpreamble_patcher.h292 static SideStepError Unpatch(void* target_function,
Dpreamble_patcher_test.cc63 sidestep::PreamblePatcher::Unpatch((void*)(target_function), \
Dpreamble_patcher.cc290 SideStepError PreamblePatcher::Unpatch(void* target_function, in Unpatch() function in sidestep::PreamblePatcher
/external/chromium_org/base/win/
Diat_patch_function.h54 DWORD Unpatch();
Diat_patch_function.cc217 DWORD error = Unpatch(); in ~IATPatchFunction()
255 DWORD IATPatchFunction::Unpatch() { in Unpatch() function in base::win::IATPatchFunction
/external/chromium_org/tools/memory_watcher/
Dpreamble_patcher.h241 static SideStepError Unpatch(void* target_function,
Dpreamble_patcher.cc135 SideStepError PreamblePatcher::Unpatch(void* target_function, in Unpatch() function in sidestep::PreamblePatcher
Dmemory_hook.cc129 sidestep::PreamblePatcher::Unpatch(original_function_, in Uninstall()
/external/chromium_org/content/child/npapi/
Dwebplugin_delegate_impl_win.cc445 g_iat_patch_set_cursor.Pointer()->Unpatch(); in PlatformDestroyInstance()
448 g_iat_patch_track_popup_menu.Pointer()->Unpatch(); in PlatformDestroyInstance()
451 g_iat_patch_reg_enum_key_ex_w.Pointer()->Unpatch(); in PlatformDestroyInstance()
455 g_iat_patch_window_from_point.Pointer()->Unpatch(); in PlatformDestroyInstance()
/external/chromium/chrome/browser/autocomplete/
Dautocomplete_edit_view_win.cc387 begin_paint_.Unpatch(); in DerefPatch()
388 end_paint_.Unpatch(); in DerefPatch()