Home
last modified time | relevance | path

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

/art/compiler/optimizing/
Dgvn_test.cc345 outer_loop_header->AddInstruction(new (GetAllocator()) HSuspendCheck()); in TEST_F()
348 inner_loop_header->AddInstruction(new (GetAllocator()) HSuspendCheck()); in TEST_F()
Dsuperblock_cloner_test.cc69 HInstruction* suspend_check = new (GetAllocator()) HSuspendCheck(); in CreateBasicLoopDataFlow()
122 HSuspendCheck* old_suspend_check = header->GetLoopInformation()->GetSuspendCheck(); in TEST_F()
136 HSuspendCheck* new_suspend_check = header->GetLoopInformation()->GetSuspendCheck(); in TEST_F()
Dscheduler_arm64.cc188 void SchedulingLatencyVisitorARM64::VisitSuspendCheck(HSuspendCheck* instruction) { in VisitSuspendCheck()
Dloop_optimization_test.cc249 new (GetAllocator()) HSuspendCheck(), header->GetLastInstruction()); in TEST_F()
Dcode_generator.cc973 const ArenaVector<HSuspendCheck*>& loop_headers, in CheckCovers()
994 ArenaVector<HSuspendCheck*> loop_headers(graph.GetAllocator()->Adapter(kArenaAllocMisc)); in CheckLoopEntriesCanBeUsedForOsr()
997 HSuspendCheck* suspend_check = block->GetLoopInformation()->GetSuspendCheck(); in CheckLoopEntriesCanBeUsedForOsr()
1441 void CodeGenerator::ClearSpillSlotsFromLoopPhisInStackMap(HSuspendCheck* suspend_check, in ClearSpillSlotsFromLoopPhisInStackMap()
Dcode_generator_x86_64.h211 void GenerateSuspendCheck(HSuspendCheck* instruction, HBasicBlock* successor);
Dcode_generator_mips64.h237 void GenerateSuspendCheck(HSuspendCheck* check, HBasicBlock* successor);
Dcode_generator_mips.h239 void GenerateSuspendCheck(HSuspendCheck* check, HBasicBlock* successor);
Dcode_generator_x86.h214 void GenerateSuspendCheck(HSuspendCheck* check, HBasicBlock* successor);
Dscheduler_arm.cc1044 void SchedulingLatencyVisitorARM::VisitSuspendCheck(HSuspendCheck* instruction) { in VisitSuspendCheck()
Dcode_generator.h384 void ClearSpillSlotsFromLoopPhisInStackMap(HSuspendCheck* suspend_check,
Dinstruction_builder.cc337 AppendInstruction(new (allocator_) HSuspendCheck(0u)); in Build()
344 HSuspendCheck* suspend_check = new (allocator_) HSuspendCheck(current_block_->GetDexPc()); in Build()
Dcode_generator_arm64.h284 void GenerateSuspendCheck(HSuspendCheck* instruction, HBasicBlock* successor);
Dcode_generator_arm_vixl.h327 void GenerateSuspendCheck(HSuspendCheck* instruction, HBasicBlock* successor);
Dnodes.h69 class HSuspendCheck; variable
813 HSuspendCheck* GetSuspendCheck() const { return suspend_check_; } in GetSuspendCheck()
814 void SetSuspendCheck(HSuspendCheck* check) { suspend_check_ = check; } in SetSuspendCheck()
896 HSuspendCheck* suspend_check_;
6192 class HSuspendCheck final : public HExpression<0> {
6194 explicit HSuspendCheck(uint32_t dex_pc = kNoDexPc)
Dcode_generator_arm64.cc421 SuspendCheckSlowPathARM64(HSuspendCheck* instruction, HBasicBlock* successor) in SuspendCheckSlowPathARM64()
1771 void InstructionCodeGeneratorARM64::GenerateSuspendCheck(HSuspendCheck* instruction, in GenerateSuspendCheck()
5107 HSuspendCheck* suspend_check = instruction->GetNext()->AsSuspendCheck(); in VisitParallelMove()
5482 void LocationsBuilderARM64::VisitSuspendCheck(HSuspendCheck* instruction) { in VisitSuspendCheck()
5492 void InstructionCodeGeneratorARM64::VisitSuspendCheck(HSuspendCheck* instruction) { in VisitSuspendCheck()
Dnodes.cc2767 HSuspendCheck* suspend_check = new (allocator_) HSuspendCheck(header->GetDexPc()); in TransformLoopForVectorization()
Dcode_generator_mips64.cc311 SuspendCheckSlowPathMIPS64(HSuspendCheck* instruction, HBasicBlock* successor) in SuspendCheckSlowPathMIPS64()
1912 void InstructionCodeGeneratorMIPS64::GenerateSuspendCheck(HSuspendCheck* instruction, in GenerateSuspendCheck()
6736 HSuspendCheck* suspend_check = instruction->GetNext()->AsSuspendCheck(); in VisitParallelMove()
7219 void LocationsBuilderMIPS64::VisitSuspendCheck(HSuspendCheck* instruction) { in VisitSuspendCheck()
7229 void InstructionCodeGeneratorMIPS64::VisitSuspendCheck(HSuspendCheck* instruction) { in VisitSuspendCheck()
Dcode_generator_x86_64.cc151 SuspendCheckSlowPathX86_64(HSuspendCheck* instruction, HBasicBlock* successor) in SuspendCheckSlowPathX86_64()
5519 HSuspendCheck* suspend_check = instruction->GetNext()->AsSuspendCheck(); in VisitParallelMove()
5527 void LocationsBuilderX86_64::VisitSuspendCheck(HSuspendCheck* instruction) { in VisitSuspendCheck()
5537 void InstructionCodeGeneratorX86_64::VisitSuspendCheck(HSuspendCheck* instruction) { in VisitSuspendCheck()
5551 void InstructionCodeGeneratorX86_64::GenerateSuspendCheck(HSuspendCheck* instruction, in GenerateSuspendCheck()
Dcode_generator_x86.cc200 SuspendCheckSlowPathX86(HSuspendCheck* instruction, HBasicBlock* successor) in SuspendCheckSlowPathX86()
6138 HSuspendCheck* suspend_check = instruction->GetNext()->AsSuspendCheck(); in VisitParallelMove()
6146 void LocationsBuilderX86::VisitSuspendCheck(HSuspendCheck* instruction) { in VisitSuspendCheck()
6156 void InstructionCodeGeneratorX86::VisitSuspendCheck(HSuspendCheck* instruction) { in VisitSuspendCheck()
6170 void InstructionCodeGeneratorX86::GenerateSuspendCheck(HSuspendCheck* instruction, in GenerateSuspendCheck()
Dcode_generator_arm_vixl.cc430 SuspendCheckSlowPathARMVIXL(HSuspendCheck* instruction, HBasicBlock* successor) in SuspendCheckSlowPathARMVIXL()
6609 HSuspendCheck* suspend_check = instruction->GetNext()->AsSuspendCheck(); in VisitParallelMove()
6617 void LocationsBuilderARMVIXL::VisitSuspendCheck(HSuspendCheck* instruction) { in VisitSuspendCheck()
6623 void InstructionCodeGeneratorARMVIXL::VisitSuspendCheck(HSuspendCheck* instruction) { in VisitSuspendCheck()
6638 void InstructionCodeGeneratorARMVIXL::GenerateSuspendCheck(HSuspendCheck* instruction, in GenerateSuspendCheck()
Dcode_generator_mips.cc355 SuspendCheckSlowPathMIPS(HSuspendCheck* instruction, HBasicBlock* successor) in SuspendCheckSlowPathMIPS()
2066 void InstructionCodeGeneratorMIPS::GenerateSuspendCheck(HSuspendCheck* instruction, in GenerateSuspendCheck()
8813 HSuspendCheck* suspend_check = instruction->GetNext()->AsSuspendCheck(); in VisitParallelMove()
9604 void LocationsBuilderMIPS::VisitSuspendCheck(HSuspendCheck* instruction) { in VisitSuspendCheck()
9614 void InstructionCodeGeneratorMIPS::VisitSuspendCheck(HSuspendCheck* instruction) { in VisitSuspendCheck()