Home
last modified time | relevance | path

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

/art/compiler/driver/
Dcompiler_options_map-inl.h86 if (map.Exists(Base::CountHotnessInCompiledCode)) {
165 .IntoKey(Map::CountHotnessInCompiledCode)
Dcompiler_options_map.def60 COMPILER_OPTIONS_KEY (Unit, CountHotnessInCompiledCode)
Dcompiler_options.h345 bool CountHotnessInCompiledCode() const { in CountHotnessInCompiledCode() function
/art/compiler/optimizing/
Dcode_generator_arm64.cc1295 if (GetCompilerOptions().CountHotnessInCompiledCode()) { in MaybeIncrementHotness()
Dcode_generator_riscv64.cc5884 if (GetCompilerOptions().CountHotnessInCompiledCode()) { in MaybeIncrementHotness()
Dcode_generator_x86_64.cc1786 if (GetCompilerOptions().CountHotnessInCompiledCode()) { in MaybeIncrementHotness()
Dcode_generator_x86.cc1340 if (GetCompilerOptions().CountHotnessInCompiledCode()) { in MaybeIncrementHotness()
Dcode_generator_arm_vixl.cc2284 if (GetCompilerOptions().CountHotnessInCompiledCode()) { in MaybeIncrementHotness()