Home
last modified time | relevance | path

Searched defs:hook (Results 1 – 6 of 6) sorted by relevance

/art/runtime/
Dparsed_options.cc564 const void* hook = options[i].second; in ProcessSpecialOptions() local
571 const void* hook = options[i].second; in ProcessSpecialOptions() local
584 const void* hook = options[i].second; in ProcessSpecialOptions() local
595 const void* hook = options[i].second; in ProcessSpecialOptions() local
Druntime.h1168 void SetOutOfMemoryErrorHook(void (*hook)()) { in SetOutOfMemoryErrorHook()
/art/libartbase/base/
Dintrusive_forward_list.h97 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()
Dintrusive_forward_list_test.cc47 IntrusiveForwardListHook hook; member
/art/test/080-oom-throw/src/
DMain.java37 static InstanceMemEater hook; field in Main.InstanceMemEater
/art/runtime/jni/
Djava_vm_ext.cc550 for (GetEnvHook hook : env_hooks) { in HandleGetEnv() local
564 void JavaVMExt::AddEnvironmentHook(GetEnvHook hook) { in AddEnvironmentHook()