Home
last modified time | relevance | path

Searched refs:HSuspendCheck (Results 1 – 17 of 17) sorted by relevance

/art/compiler/optimizing/
Dgvn_test.cc360 outer_loop_header->AddInstruction(new (&allocator) HSuspendCheck()); in TEST_F()
363 inner_loop_header->AddInstruction(new (&allocator) HSuspendCheck()); in TEST_F()
Dcode_generator.cc630 const ArenaVector<HSuspendCheck*>& loop_headers, in CheckCovers()
652 ArenaVector<HSuspendCheck*> loop_headers(graph.GetArena()->Adapter(kArenaAllocMisc)); in CheckLoopEntriesCanBeUsedForOsr()
655 HSuspendCheck* suspend_check = it.Current()->GetLoopInformation()->GetSuspendCheck(); in CheckLoopEntriesCanBeUsedForOsr()
1120 void CodeGenerator::ClearSpillSlotsFromLoopPhisInStackMap(HSuspendCheck* suspend_check) const { in ClearSpillSlotsFromLoopPhisInStackMap()
Dcode_generator_mips64.h223 void GenerateSuspendCheck(HSuspendCheck* check, HBasicBlock* successor);
Dcode_generator_mips.h223 void GenerateSuspendCheck(HSuspendCheck* check, HBasicBlock* successor);
Dcode_generator_x86_64.h210 void GenerateSuspendCheck(HSuspendCheck* instruction, HBasicBlock* successor);
Dcode_generator_x86.h209 void GenerateSuspendCheck(HSuspendCheck* check, HBasicBlock* successor);
Dcode_generator_arm.h216 void GenerateSuspendCheck(HSuspendCheck* check, HBasicBlock* successor);
Dcode_generator_arm64.h214 void GenerateSuspendCheck(HSuspendCheck* instruction, HBasicBlock* successor);
Dcode_generator.h331 void ClearSpillSlotsFromLoopPhisInStackMap(HSuspendCheck* suspend_check) const;
Dnodes.h57 class HSuspendCheck; variable
673 HSuspendCheck* GetSuspendCheck() const { return suspend_check_; } in GetSuspendCheck()
674 void SetSuspendCheck(HSuspendCheck* check) { suspend_check_ = check; } in SetSuspendCheck()
744 HSuspendCheck* suspend_check_;
5293 class HSuspendCheck : public HTemplateInstruction<0> {
5295 explicit HSuspendCheck(uint32_t dex_pc = kNoDexPc)
5312 DISALLOW_COPY_AND_ASSIGN(HSuspendCheck);
Dinstruction_builder.cc284 AppendInstruction(new (arena_) HSuspendCheck(0u)); in Build()
291 HSuspendCheck* suspend_check = new (arena_) HSuspendCheck(current_block_->GetDexPc()); in Build()
Dcode_generator_mips64.cc292 SuspendCheckSlowPathMIPS64(HSuspendCheck* instruction, HBasicBlock* successor) in SuspendCheckSlowPathMIPS64()
992 void InstructionCodeGeneratorMIPS64::GenerateSuspendCheck(HSuspendCheck* instruction, in GenerateSuspendCheck()
3801 void LocationsBuilderMIPS64::VisitSuspendCheck(HSuspendCheck* instruction) { in VisitSuspendCheck()
3805 void InstructionCodeGeneratorMIPS64::VisitSuspendCheck(HSuspendCheck* instruction) { in VisitSuspendCheck()
Dcode_generator_arm64.cc392 SuspendCheckSlowPathARM64(HSuspendCheck* instruction, HBasicBlock* successor) in SuspendCheckSlowPathARM64()
1513 void InstructionCodeGeneratorARM64::GenerateSuspendCheck(HSuspendCheck* instruction, in GenerateSuspendCheck()
4612 void LocationsBuilderARM64::VisitSuspendCheck(HSuspendCheck* instruction) { in VisitSuspendCheck()
4616 void InstructionCodeGeneratorARM64::VisitSuspendCheck(HSuspendCheck* instruction) { in VisitSuspendCheck()
Dcode_generator_mips.cc339 SuspendCheckSlowPathMIPS(HSuspendCheck* instruction, HBasicBlock* successor) in SuspendCheckSlowPathMIPS()
1110 void InstructionCodeGeneratorMIPS::GenerateSuspendCheck(HSuspendCheck* instruction, in GenerateSuspendCheck()
4670 void LocationsBuilderMIPS::VisitSuspendCheck(HSuspendCheck* instruction) { in VisitSuspendCheck()
4674 void InstructionCodeGeneratorMIPS::VisitSuspendCheck(HSuspendCheck* instruction) { in VisitSuspendCheck()
Dcode_generator_x86_64.cc145 SuspendCheckSlowPathX86_64(HSuspendCheck* instruction, HBasicBlock* successor) in SuspendCheckSlowPathX86_64()
5055 void LocationsBuilderX86_64::VisitSuspendCheck(HSuspendCheck* instruction) { in VisitSuspendCheck()
5059 void InstructionCodeGeneratorX86_64::VisitSuspendCheck(HSuspendCheck* instruction) { in VisitSuspendCheck()
5073 void InstructionCodeGeneratorX86_64::GenerateSuspendCheck(HSuspendCheck* instruction, in GenerateSuspendCheck()
Dcode_generator_arm.cc115 SuspendCheckSlowPathARM(HSuspendCheck* instruction, HBasicBlock* successor) in SuspendCheckSlowPathARM()
4802 void LocationsBuilderARM::VisitSuspendCheck(HSuspendCheck* instruction) { in VisitSuspendCheck()
4806 void InstructionCodeGeneratorARM::VisitSuspendCheck(HSuspendCheck* instruction) { in VisitSuspendCheck()
4820 void InstructionCodeGeneratorARM::GenerateSuspendCheck(HSuspendCheck* instruction, in GenerateSuspendCheck()
Dcode_generator_x86.cc167 SuspendCheckSlowPathX86(HSuspendCheck* instruction, HBasicBlock* successor) in SuspendCheckSlowPathX86()
5560 void LocationsBuilderX86::VisitSuspendCheck(HSuspendCheck* instruction) { in VisitSuspendCheck()
5564 void InstructionCodeGeneratorX86::VisitSuspendCheck(HSuspendCheck* instruction) { in VisitSuspendCheck()
5578 void InstructionCodeGeneratorX86::GenerateSuspendCheck(HSuspendCheck* instruction, in GenerateSuspendCheck()