HomeSort by relevance Sort by last modified time
    Searched refs:OverrideFunctionWithHotPatch (Results 1 - 3 of 3) sorted by null

  /external/compiler-rt/lib/interception/
interception_win.h 54 bool OverrideFunctionWithHotPatch(
interception_win.cc 634 bool OverrideFunctionWithHotPatch(
746 if (OverrideFunctionWithHotPatch(old_func, new_func, orig_old_func))
  /external/compiler-rt/lib/interception/tests/
interception_win_test.cc 340 TEST(Interception, OverrideFunctionWithHotPatch) {
341 TestOverrideFunction override = OverrideFunctionWithHotPatch;
416 OverrideFunctionWithHotPatch,
531 TestOverrideFunction override = OverrideFunctionWithHotPatch;

Completed in 189 milliseconds