OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:hook_is_sensitive_thread_
(Results
1 - 3
of
3
) sorted by null
/art/runtime/
parsed_options.h
88
bool (*
hook_is_sensitive_thread_
)();
member in class:art::ParsedOptions
parsed_options.cc
248
hook_is_sensitive_thread_
= NULL;
522
hook_is_sensitive_thread_
= reinterpret_cast<bool (*)()>(const_cast<void*>(hook));
[
all
...]
runtime.cc
683
Monitor::Init(options->lock_profiling_threshold_, options->
hook_is_sensitive_thread_
);
[
all
...]
Completed in 41 milliseconds