HomeSort by relevance Sort by last modified time
    Searched defs:Hook (Results 1 - 4 of 4) sorted by null

  /external/chromium_org/ui/base/gtk/
g_object_destructor_filo.h 23 // (set up at different levels of class hierarchy) and the lowest hook (set up
60 struct Hook {
61 Hook(GObject* o, DestructorHook cb, void* ctx)
71 typedef std::list<Hook> HandlerList;
  /external/chromium_org/tools/memory_watcher/
memory_watcher.cc 37 Hook();
50 void MemoryWatcher::Hook() {
memory_hook.cc 7 // Some notes about how to hook Memory Allocation Routines in Windows.
9 // For our purposes we do not hook the libc routines. There are two
12 // Second, it can be tricky to hook in both static and dynamic linkages
102 // Constructor. Does not hook the function yet.
197 MemoryHook::hook()->OnTrack(hHeap, reinterpret_cast<int32>(rv), dwBytes);
208 MemoryHook::hook()->OnUntrack(hHeap, reinterpret_cast<int32>(lpMem), size);
257 MemoryHook::hook()->OnTrack(0, reinterpret_cast<int32>(result), size);
272 MemoryHook::hook()->OnUntrack(0, reinterpret_cast<int32>(address),
299 MemoryHook::hook()->OnTrack(0, reinterpret_cast<int32>(result),
334 MemoryHook::hook()->OnUntrack(0, reinterpret_cast<int32>(lpBaseAddress)
    [all...]
  /art/runtime/
common_test.h 535 // Sets a CheckJni abort hook to catch failures. Note that this will cause CheckJNI to carry on
540 vm_->check_jni_abort_hook = Hook;
558 static void Hook(void* data, const std::string& reason) {

Completed in 321 milliseconds