Home
last modified time | relevance | path

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

/art/compiler/driver/
Dcompiler_options_map-inl.h80 if (map.Exists(Base::CountHotnessInCompiledCode)) { in ReadCompilerOptions()
150 .IntoKey(Map::CountHotnessInCompiledCode) in AddCompilerOptionsArgumentParserOptions()
Dcompiler_options_map.def63 COMPILER_OPTIONS_KEY (Unit, CountHotnessInCompiledCode)
Dcompiler_options.h347 bool CountHotnessInCompiledCode() const { in CountHotnessInCompiledCode() function
/art/compiler/optimizing/
Dcode_generator_arm64.cc1066 if (GetCompilerOptions().CountHotnessInCompiledCode()) { in GenerateFrameEntry()
3105 if (codegen_->GetCompilerOptions().CountHotnessInCompiledCode()) { in HandleGoto()
Dcode_generator_mips64.cc1092 if (GetCompilerOptions().CountHotnessInCompiledCode()) { in GenerateFrameEntry()
3699 if (codegen_->GetCompilerOptions().CountHotnessInCompiledCode()) { in HandleGoto()
Dcode_generator_x86_64.cc1347 if (GetCompilerOptions().CountHotnessInCompiledCode()) { in GenerateFrameEntry()
1544 if (codegen_->GetCompilerOptions().CountHotnessInCompiledCode()) { in HandleGoto()
Dcode_generator_x86.cc1080 if (GetCompilerOptions().CountHotnessInCompiledCode()) { in GenerateFrameEntry()
1385 if (codegen_->GetCompilerOptions().CountHotnessInCompiledCode()) { in HandleGoto()
Dcode_generator_arm_vixl.cc2087 if (GetCompilerOptions().CountHotnessInCompiledCode()) { in GenerateFrameEntry()
2417 if (codegen_->GetCompilerOptions().CountHotnessInCompiledCode()) { in HandleGoto()
Dcode_generator_mips.cc1291 if (GetCompilerOptions().CountHotnessInCompiledCode()) { in GenerateFrameEntry()
4372 if (codegen_->GetCompilerOptions().CountHotnessInCompiledCode()) { in HandleGoto()