Lines Matching refs:hook
521 const void* hook = options[i].second; in Parse() local
522 hook_is_sensitive_thread_ = reinterpret_cast<bool (*)()>(const_cast<void*>(hook)); in Parse()
524 const void* hook = options[i].second; in Parse() local
525 if (hook == nullptr) { in Parse()
530 reinterpret_cast<int (*)(FILE *, const char*, va_list)>(const_cast<void*>(hook)); in Parse()
532 const void* hook = options[i].second; in Parse() local
533 if (hook == nullptr) { in Parse()
537 hook_exit_ = reinterpret_cast<void(*)(jint)>(const_cast<void*>(hook)); in Parse()
539 const void* hook = options[i].second; in Parse() local
540 if (hook == nullptr) { in Parse()
544 hook_abort_ = reinterpret_cast<void(*)()>(const_cast<void*>(hook)); in Parse()