Home
last modified time | relevance | path

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

/art/compiler/driver/
Dcompiler_options_map-inl.h80 if (map.Exists(Base::CountHotnessInCompiledCode)) { in ReadCompilerOptions()
144 .IntoKey(Map::CountHotnessInCompiledCode) in AddCompilerOptionsArgumentParserOptions()
Dcompiler_options_map.def61 COMPILER_OPTIONS_KEY (Unit, CountHotnessInCompiledCode)
Dcompiler_options.h277 bool CountHotnessInCompiledCode() const { in CountHotnessInCompiledCode() function
/art/compiler/optimizing/
Dcode_generator_x86_64.cc1270 if (GetCompilerOptions().CountHotnessInCompiledCode()) { in GenerateFrameEntry()
1467 if (codegen_->GetCompilerOptions().CountHotnessInCompiledCode()) { in HandleGoto()
Dcode_generator_arm_vixl.cc2488 if (GetCompilerOptions().CountHotnessInCompiledCode()) { in GenerateFrameEntry()
2816 if (codegen_->GetCompilerOptions().CountHotnessInCompiledCode()) { in HandleGoto()