Home
last modified time | relevance | path

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

/external/chromium_org/sandbox/win/src/
Dinterception.cc132 bool hot_patch_needed = (0 != buffer_bytes); in InitializeInterceptions() local
133 if (!PatchNtdll(hot_patch_needed)) in InitializeInterceptions()
365 bool InterceptionManager::PatchNtdll(bool hot_patch_needed) { in PatchNtdll() argument
367 if (!hot_patch_needed && interceptions_.empty()) in PatchNtdll()
370 if (hot_patch_needed) { in PatchNtdll()
Dinterception.h198 bool PatchNtdll(bool hot_patch_needed);