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

  /external/v8/src/js/
icu-case-mapping.js 11 var OverrideFunction = utils.OverrideFunction;
17 OverrideFunction(GlobalString.prototype, 'toLowerCase', ToLowerCaseI18N, true);
18 OverrideFunction(GlobalString.prototype, 'toUpperCase', ToUpperCaseI18N, true);
19 OverrideFunction(GlobalString.prototype, 'toLocaleLowerCase',
21 OverrideFunction(GlobalString.prototype, 'toLocaleUpperCase',
prologue.js 129 function OverrideFunction(object, name, f, afterInitialBootstrap) {
274 utils.OverrideFunction = OverrideFunction;
i18n.js 30 var OverrideFunction = utils.OverrideFunction;
    [all...]
  /external/compiler-rt/lib/interception/
interception_win.h 25 // All the functions in the OverrideFunction() family return true on success,
29 bool OverrideFunction(uptr old_func, uptr new_func, uptr *orig_old_func = 0);
32 bool OverrideFunction(const char *name, uptr new_func, uptr *orig_old_func = 0);
66 ::__interception::OverrideFunction(#func, \
71 ::__interception::OverrideFunction((::__interception::uptr)func, \
interception_win.cc 738 bool OverrideFunction(
832 bool OverrideFunction(const char *name, uptr new_func, uptr *orig_old_func) {
836 return OverrideFunction(orig_func, new_func, orig_old_func);
  /external/compiler-rt/lib/interception/tests/
interception_win_test.cc 357 TEST(Interception, OverrideFunction) {
358 TestOverrideFunction override = OverrideFunction;
433 EXPECT_TRUE(OverrideFunction(identity_address1,
436 EXPECT_TRUE(OverrideFunction(identity_address2,
467 TestOverrideFunction override = OverrideFunction;
569 TestOverrideFunction override = OverrideFunction;
  /external/compiler-rt/lib/asan/
asan_malloc_win.cc 208 if (!__interception::OverrideFunction(fname, new_func))
asan_win.cc 164 CHECK(::__interception::OverrideFunction(
asan_win_dll_thunk.cc 68 if (!__interception::OverrideFunction((uptr)dll_function, wrapper, 0)) \

Completed in 195 milliseconds