Home
last modified time | relevance | path

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

/art/runtime/
Dparsed_options.cc521 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()
[all …]