Home
last modified time | relevance | path

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

/aosp_15_r20/art/compiler/driver/
H A Dcompiler_options_map-inl.h86 if (map.Exists(Base::CountHotnessInCompiledCode)) {
165 .IntoKey(Map::CountHotnessInCompiledCode)
H A Dcompiler_options_map.def60 COMPILER_OPTIONS_KEY (Unit, CountHotnessInCompiledCode)
H A Dcompiler_options.h345 bool CountHotnessInCompiledCode() const { in CountHotnessInCompiledCode() function
/aosp_15_r20/art/compiler/optimizing/
H A Dcode_generator_riscv64.cc6011 if (GetCompilerOptions().CountHotnessInCompiledCode()) { in MaybeIncrementHotness()
H A Dcode_generator_arm64.cc1392 if (GetCompilerOptions().CountHotnessInCompiledCode()) { in MaybeIncrementHotness()
H A Dcode_generator_x86_64.cc1806 if (GetCompilerOptions().CountHotnessInCompiledCode()) { in MaybeIncrementHotness()
H A Dcode_generator_x86.cc1339 if (GetCompilerOptions().CountHotnessInCompiledCode()) { in MaybeIncrementHotness()
H A Dcode_generator_arm_vixl.cc2284 if (GetCompilerOptions().CountHotnessInCompiledCode()) { in MaybeIncrementHotness()