Searched defs:hook (Results 1 – 6 of 6) sorted by relevance
562 const void* hook = options[i].second; in ProcessSpecialOptions() local569 const void* hook = options[i].second; in ProcessSpecialOptions() local582 const void* hook = options[i].second; in ProcessSpecialOptions() local593 const void* hook = options[i].second; in ProcessSpecialOptions() local
1130 void SetOutOfMemoryErrorHook(void (*hook)()) { in SetOutOfMemoryErrorHook()
103 explicit IntrusiveForwardListIterator(const IntrusiveForwardListHook* hook) : hook_(hook) { } in IntrusiveForwardListIterator()398 static IntrusiveForwardListHook* ModifiableHook(const IntrusiveForwardListHook* hook) { in ModifiableHook()460 static T* GetValue(const IntrusiveForwardListHook* hook) { in GetValue()474 static T* GetValue(const IntrusiveForwardListHook* hook) { in GetValue()
48 IntrusiveForwardListHook hook; member
37 static InstanceMemEater hook; field in Main.InstanceMemEater
575 for (GetEnvHook hook : env_hooks) { in HandleGetEnv() local589 void JavaVMExt::AddEnvironmentHook(GetEnvHook hook) { in AddEnvironmentHook()