Searched refs:hook (Results 1 - 6 of 6) sorted by relevance

/art/test/080-oom-throw/src/
H A DMain.java37 static InstanceMemEater hook; field in class:Main.InstanceMemEater
52 hook = instance;
69 InstanceMemEater.hook = null;
/art/compiler/utils/
H A Dintrusive_forward_list.h33 explicit IntrusiveForwardListHook(const IntrusiveForwardListHook* hook) : next_hook(hook) { } argument
35 // Allow copyable values but do not copy the hook, it is not part of the value.
45 template <typename T, IntrusiveForwardListHook T::* NextPtr = &T::hook>
87 explicit IntrusiveForwardListIterator(const IntrusiveForwardListHook* hook) : hook_(hook) { } argument
256 // Otherwise we need to find the position before last to fix up the hook.
382 static IntrusiveForwardListHook* ModifiableHook(const IntrusiveForwardListHook* hook) { argument
383 return const_cast<IntrusiveForwardListHook*>(hook);
444 static T* GetValue(const IntrusiveForwardListHook* hook) { argument
[all...]
H A Dintrusive_forward_list_test.cc28 IFLTestValue(int v) : hook(), value(v) { } // NOLINT(runtime/explicit)
30 IntrusiveForwardListHook hook; member in struct:art::IFLTestValue
/art/runtime/
H A Dparsed_options.cc353 const void* hook = options[i].second; local
354 bool (*hook_is_sensitive_thread)() = reinterpret_cast<bool (*)()>(const_cast<void*>(hook));
360 const void* hook = options[i].second; local
361 if (hook == nullptr) {
366 reinterpret_cast<int (*)(FILE *, const char*, va_list)>(const_cast<void*>(hook));
373 const void* hook = options[i].second; local
374 if (hook == nullptr) {
378 void(*hook_exit)(jint) = reinterpret_cast<void(*)(jint)>(const_cast<void*>(hook));
384 const void* hook = options[i].second; local
385 if (hook
[all...]
H A Djava_vm_ext.h60 void SetCheckJniAbortHook(void (*hook)(void*, const std::string&), void* data) { argument
61 check_jni_abort_hook_ = hook;
/art/compiler/optimizing/
H A Dnodes.h1358 IntrusiveForwardListHook hook; member in class:art::HUseListNode

Completed in 148 milliseconds