Home
last modified time | relevance | path

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

/art/runtime/
Dparsed_options.cc487 bool (*hook_is_sensitive_thread)() = reinterpret_cast<bool (*)()>(const_cast<void*>(hook)); in ProcessSpecialOptions() local
490 runtime_options->Set(M::HookIsSensitiveThread, hook_is_sensitive_thread); in ProcessSpecialOptions()