Home
last modified time | relevance | path

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

/art/compiler/driver/
Dcompiler_options_map-inl.h91 if (map.Exists(Base::CountHotnessInCompiledCode)) {
179 .IntoKey(Map::CountHotnessInCompiledCode)
Dcompiler_options_map.def63 COMPILER_OPTIONS_KEY (Unit, CountHotnessInCompiledCode)
Dcompiler_options.h361 bool CountHotnessInCompiledCode() const { in CountHotnessInCompiledCode() function
/art/compiler/optimizing/
Dcode_generator_arm64.cc1114 if (GetCompilerOptions().CountHotnessInCompiledCode()) { in MaybeIncrementHotness()
Dcode_generator_x86_64.cc1472 if (GetCompilerOptions().CountHotnessInCompiledCode()) { in MaybeIncrementHotness()
Dcode_generator_arm_vixl.cc2112 if (GetCompilerOptions().CountHotnessInCompiledCode()) { in MaybeIncrementHotness()
Dcode_generator_x86.cc1097 if (GetCompilerOptions().CountHotnessInCompiledCode()) { in MaybeIncrementHotness()