Home
last modified time | relevance | path

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

/art/runtime/
Dparsed_options.cc562 const void* hook = options[i].second; in ProcessSpecialOptions() local
569 const void* hook = options[i].second; in ProcessSpecialOptions() local
582 const void* hook = options[i].second; in ProcessSpecialOptions() local
593 const void* hook = options[i].second; in ProcessSpecialOptions() local
Druntime.h1130 void SetOutOfMemoryErrorHook(void (*hook)()) { in SetOutOfMemoryErrorHook()
/art/libartbase/base/
Dintrusive_forward_list.h103 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()
Dintrusive_forward_list_test.cc48 IntrusiveForwardListHook hook; member
/art/test/080-oom-throw/src/
DMain.java37 static InstanceMemEater hook; field in Main.InstanceMemEater
/art/runtime/jni/
Djava_vm_ext.cc575 for (GetEnvHook hook : env_hooks) { in HandleGetEnv() local
589 void JavaVMExt::AddEnvironmentHook(GetEnvHook hook) { in AddEnvironmentHook()