Home
last modified time | relevance | path

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

/art/runtime/
Dparsed_options.h88 bool (*hook_is_sensitive_thread_)(); variable
Dparsed_options.cc248 hook_is_sensitive_thread_ = NULL; in Parse()
522 hook_is_sensitive_thread_ = reinterpret_cast<bool (*)()>(const_cast<void*>(hook)); in Parse()
Druntime.cc683 Monitor::Init(options->lock_profiling_threshold_, options->hook_is_sensitive_thread_); in Init()