Searched refs:GetSuspendCheck (Results 1 - 10 of 10) sorted by relevance

/art/compiler/optimizing/
H A Dcode_generator.cc655 HSuspendCheck* suspend_check = it.Current()->GetLoopInformation()->GetSuspendCheck();
778 DCHECK_EQ(info->GetSuspendCheck(), instruction);
1123 DCHECK(block->GetLoopInformation()->GetSuspendCheck() == suspend_check);
H A Dgraph_checker.cc569 if (loop_information->GetSuspendCheck() == nullptr) {
575 if (loop_information->GetSuspendCheck() != loop_header->GetFirstInstructionDisregardMoves()) {
H A Dcode_generator_mips64.cc2210 codegen_->ClearSpillSlotsFromLoopPhisInStackMap(info->GetSuspendCheck());
2211 GenerateSuspendCheck(info->GetSuspendCheck(), successor);
3810 DCHECK(block->GetLoopInformation()->GetSuspendCheck() == instruction);
H A Dbounds_check_elimination.cc1521 HInstruction* suspend = loop->GetSuspendCheck();
H A Dcode_generator_arm64.cc2775 codegen_->ClearSpillSlotsFromLoopPhisInStackMap(info->GetSuspendCheck());
2776 GenerateSuspendCheck(info->GetSuspendCheck(), successor);
4621 DCHECK(block->GetLoopInformation()->GetSuspendCheck() == instruction);
H A Dcode_generator_mips.cc2591 codegen_->ClearSpillSlotsFromLoopPhisInStackMap(info->GetSuspendCheck());
2592 GenerateSuspendCheck(info->GetSuspendCheck(), successor);
4679 DCHECK(block->GetLoopInformation()->GetSuspendCheck() == instruction);
H A Dcode_generator_arm.cc1217 codegen_->ClearSpillSlotsFromLoopPhisInStackMap(info->GetSuspendCheck());
1218 GenerateSuspendCheck(info->GetSuspendCheck(), successor);
4811 DCHECK(block->GetLoopInformation()->GetSuspendCheck() == instruction);
H A Dcode_generator_x86.cc1133 GenerateSuspendCheck(info->GetSuspendCheck(), successor);
5575 DCHECK(block->GetLoopInformation()->GetSuspendCheck() == instruction);
H A Dcode_generator_x86_64.cc1234 GenerateSuspendCheck(info->GetSuspendCheck(), successor);
5070 DCHECK(block->GetLoopInformation()->GetSuspendCheck() == instruction);
H A Dnodes.h673 HSuspendCheck* GetSuspendCheck() const { return suspend_check_; } function in class:art::HLoopInformation

Completed in 524 milliseconds