Searched defs:hook (Results 1 – 6 of 6) sorted by relevance
564 const void* hook = options[i].second; in ProcessSpecialOptions() local571 const void* hook = options[i].second; in ProcessSpecialOptions() local584 const void* hook = options[i].second; in ProcessSpecialOptions() local595 const void* hook = options[i].second; in ProcessSpecialOptions() local
1168 void SetOutOfMemoryErrorHook(void (*hook)()) { in SetOutOfMemoryErrorHook()
97 explicit IntrusiveForwardListIterator(const IntrusiveForwardListHook* hook) : hook_(hook) { } in IntrusiveForwardListIterator()392 static IntrusiveForwardListHook* ModifiableHook(const IntrusiveForwardListHook* hook) { in ModifiableHook()454 static T* GetValue(const IntrusiveForwardListHook* hook) { in GetValue()468 static T* GetValue(const IntrusiveForwardListHook* hook) { in GetValue()
47 IntrusiveForwardListHook hook; member
37 static InstanceMemEater hook; field in Main.InstanceMemEater
550 for (GetEnvHook hook : env_hooks) { in HandleGetEnv() local564 void JavaVMExt::AddEnvironmentHook(GetEnvHook hook) { in AddEnvironmentHook()