Searched refs:MaybeIncrementHotness (Results 1 – 10 of 10) sorted by relevance
/art/compiler/optimizing/ |
D | code_generator_x86_64.h | 713 void MaybeIncrementHotness(HSuspendCheck* suspend_check, bool is_frame_entry);
|
D | code_generator_x86.h | 744 void MaybeIncrementHotness(HSuspendCheck* suspend_check, bool is_frame_entry);
|
D | code_generator_riscv64.h | 641 void MaybeIncrementHotness(HSuspendCheck* suspend_check, bool is_frame_entry);
|
D | code_generator_arm_vixl.h | 905 void MaybeIncrementHotness(HSuspendCheck* suspend_check, bool is_frame_entry);
|
D | code_generator_arm64.h | 1040 void MaybeIncrementHotness(HSuspendCheck* suspend_check, bool is_frame_entry);
|
D | code_generator_arm64.cc | 1293 void CodeGeneratorARM64::MaybeIncrementHotness(HSuspendCheck* suspend_check, bool is_frame_entry) { in MaybeIncrementHotness() function in art::arm64::CodeGeneratorARM64 1448 MaybeIncrementHotness(/* suspend_check= */ nullptr, /* is_frame_entry= */ true); in GenerateFrameEntry() 3768 codegen_->MaybeIncrementHotness(info->GetSuspendCheck(), /* is_frame_entry= */ false); in HandleGoto()
|
D | code_generator_riscv64.cc | 2019 codegen_->MaybeIncrementHotness(info->GetSuspendCheck(), /*is_frame_entry=*/ false); in HandleGoto() 5882 void CodeGeneratorRISCV64::MaybeIncrementHotness(HSuspendCheck* suspend_check, in MaybeIncrementHotness() function in art::riscv64::CodeGeneratorRISCV64 6059 MaybeIncrementHotness(/* suspend_check= */ nullptr, /*is_frame_entry=*/ true); in GenerateFrameEntry()
|
D | code_generator_arm_vixl.cc | 2282 void CodeGeneratorARMVIXL::MaybeIncrementHotness(HSuspendCheck* suspend_check, in MaybeIncrementHotness() function in art::arm::CodeGeneratorARMVIXL 2392 MaybeIncrementHotness(/* suspend_check= */ nullptr, /* is_frame_entry= */ true); in GenerateFrameEntry() 2495 MaybeIncrementHotness(/* suspend_check= */ nullptr, /* is_frame_entry= */ true); in GenerateFrameEntry() 2840 codegen_->MaybeIncrementHotness(info->GetSuspendCheck(), /* is_frame_entry= */ false); in HandleGoto()
|
D | code_generator_x86_64.cc | 1785 void CodeGeneratorX86_64::MaybeIncrementHotness(HSuspendCheck* suspend_check, bool is_frame_entry) { in MaybeIncrementHotness() function in art::x86_64::CodeGeneratorX86_64 1920 MaybeIncrementHotness(/* suspend_check= */ nullptr, /* is_frame_entry= */ true); in GenerateFrameEntry() 2107 codegen_->MaybeIncrementHotness(info->GetSuspendCheck(), /* is_frame_entry= */ false); in HandleGoto()
|
D | code_generator_x86.cc | 1339 void CodeGeneratorX86::MaybeIncrementHotness(HSuspendCheck* suspend_check, bool is_frame_entry) { in MaybeIncrementHotness() function in art::x86::CodeGeneratorX86 1464 MaybeIncrementHotness(/* suspend_check= */ nullptr, /* is_frame_entry= */ true); in GenerateFrameEntry() 1913 codegen_->MaybeIncrementHotness(info->GetSuspendCheck(), /* is_frame_entry= */ false); in HandleGoto()
|