Home
last modified time | relevance | path

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

/art/compiler/driver/
Dcompiler_options.h339 return count_hotness_in_compiled_code_; in CountHotnessInCompiledCode()
439 bool count_hotness_in_compiled_code_; variable
Dcompiler_options.cc77 count_hotness_in_compiled_code_(false), in CompilerOptions()
Dcompiler_options_map-inl.h79 options->count_hotness_in_compiled_code_ = true; in ReadCompilerOptions()