Home
last modified time | relevance | path

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

/art/compiler/optimizing/
Dgvn_test.cc356 outer_loop_header->AddInstruction(new (&allocator) HSuspendCheck()); in TEST_F()
359 inner_loop_header->AddInstruction(new (&allocator) HSuspendCheck()); in TEST_F()
Dscheduler_arm64.cc186 void SchedulingLatencyVisitorARM64::VisitSuspendCheck(HSuspendCheck* instruction) { in VisitSuspendCheck()
Dcode_generator.cc697 const ArenaVector<HSuspendCheck*>& loop_headers, in CheckCovers()
719 ArenaVector<HSuspendCheck*> loop_headers(graph.GetArena()->Adapter(kArenaAllocMisc)); in CheckLoopEntriesCanBeUsedForOsr()
722 HSuspendCheck* suspend_check = block->GetLoopInformation()->GetSuspendCheck(); in CheckLoopEntriesCanBeUsedForOsr()
1223 void CodeGenerator::ClearSpillSlotsFromLoopPhisInStackMap(HSuspendCheck* suspend_check) const { in ClearSpillSlotsFromLoopPhisInStackMap()
Dscheduler_arm.cc711 void SchedulingLatencyVisitorARM::VisitSuspendCheck(HSuspendCheck* instruction) { in VisitSuspendCheck()
Dcode_generator_x86_64.h208 void GenerateSuspendCheck(HSuspendCheck* instruction, HBasicBlock* successor);
Dcode_generator_mips64.h235 void GenerateSuspendCheck(HSuspendCheck* check, HBasicBlock* successor);
Dcode_generator_x86.h212 void GenerateSuspendCheck(HSuspendCheck* check, HBasicBlock* successor);
Dcode_generator_mips.h238 void GenerateSuspendCheck(HSuspendCheck* check, HBasicBlock* successor);
Dcode_generator.h382 void ClearSpillSlotsFromLoopPhisInStackMap(HSuspendCheck* suspend_check) const;
Dcode_generator_arm64.h267 void GenerateSuspendCheck(HSuspendCheck* instruction, HBasicBlock* successor);
Dcode_generator_arm_vixl.h323 void GenerateSuspendCheck(HSuspendCheck* instruction, HBasicBlock* successor);
Dinstruction_builder.cc294 AppendInstruction(new (arena_) HSuspendCheck(0u)); in Build()
301 HSuspendCheck* suspend_check = new (arena_) HSuspendCheck(current_block_->GetDexPc()); in Build()
Dnodes.h64 class HSuspendCheck; variable
772 HSuspendCheck* GetSuspendCheck() const { return suspend_check_; } in GetSuspendCheck()
773 void SetSuspendCheck(HSuspendCheck* check) { suspend_check_ = check; } in SetSuspendCheck()
845 HSuspendCheck* suspend_check_;
5616 class HSuspendCheck FINAL : public HTemplateInstruction<0> {
5618 explicit HSuspendCheck(uint32_t dex_pc = kNoDexPc)
5635 DISALLOW_COPY_AND_ASSIGN(HSuspendCheck);
Dnodes.cc2474 HSuspendCheck* suspend_check = new (arena_) HSuspendCheck(header->GetDexPc()); in TransformLoopForVectorization()
Dcode_generator_arm64.cc490 SuspendCheckSlowPathARM64(HSuspendCheck* instruction, HBasicBlock* successor) in SuspendCheckSlowPathARM64()
2200 void InstructionCodeGeneratorARM64::GenerateSuspendCheck(HSuspendCheck* instruction, in GenerateSuspendCheck()
5625 void LocationsBuilderARM64::VisitSuspendCheck(HSuspendCheck* instruction) { in VisitSuspendCheck()
5635 void InstructionCodeGeneratorARM64::VisitSuspendCheck(HSuspendCheck* instruction) { in VisitSuspendCheck()
Dcode_generator_mips64.cc382 SuspendCheckSlowPathMIPS64(HSuspendCheck* instruction, HBasicBlock* successor) in SuspendCheckSlowPathMIPS64()
1810 void InstructionCodeGeneratorMIPS64::GenerateSuspendCheck(HSuspendCheck* instruction, in GenerateSuspendCheck()
5944 void LocationsBuilderMIPS64::VisitSuspendCheck(HSuspendCheck* instruction) { in VisitSuspendCheck()
5954 void InstructionCodeGeneratorMIPS64::VisitSuspendCheck(HSuspendCheck* instruction) { in VisitSuspendCheck()
Dcode_generator_x86_64.cc140 SuspendCheckSlowPathX86_64(HSuspendCheck* instruction, HBasicBlock* successor) in SuspendCheckSlowPathX86_64()
5173 void LocationsBuilderX86_64::VisitSuspendCheck(HSuspendCheck* instruction) { in VisitSuspendCheck()
5183 void InstructionCodeGeneratorX86_64::VisitSuspendCheck(HSuspendCheck* instruction) { in VisitSuspendCheck()
5197 void InstructionCodeGeneratorX86_64::GenerateSuspendCheck(HSuspendCheck* instruction, in GenerateSuspendCheck()
Dcode_generator_x86.cc183 SuspendCheckSlowPathX86(HSuspendCheck* instruction, HBasicBlock* successor) in SuspendCheckSlowPathX86()
5707 void LocationsBuilderX86::VisitSuspendCheck(HSuspendCheck* instruction) { in VisitSuspendCheck()
5717 void InstructionCodeGeneratorX86::VisitSuspendCheck(HSuspendCheck* instruction) { in VisitSuspendCheck()
5731 void InstructionCodeGeneratorX86::GenerateSuspendCheck(HSuspendCheck* instruction, in GenerateSuspendCheck()
Dcode_generator_arm_vixl.cc391 SuspendCheckSlowPathARMVIXL(HSuspendCheck* instruction, HBasicBlock* successor) in SuspendCheckSlowPathARMVIXL()
6950 void LocationsBuilderARMVIXL::VisitSuspendCheck(HSuspendCheck* instruction) { in VisitSuspendCheck()
6956 void InstructionCodeGeneratorARMVIXL::VisitSuspendCheck(HSuspendCheck* instruction) { in VisitSuspendCheck()
6970 void InstructionCodeGeneratorARMVIXL::GenerateSuspendCheck(HSuspendCheck* instruction, in GenerateSuspendCheck()
Dcode_generator_mips.cc433 SuspendCheckSlowPathMIPS(HSuspendCheck* instruction, HBasicBlock* successor) in SuspendCheckSlowPathMIPS()
1978 void InstructionCodeGeneratorMIPS::GenerateSuspendCheck(HSuspendCheck* instruction, in GenerateSuspendCheck()
8250 void LocationsBuilderMIPS::VisitSuspendCheck(HSuspendCheck* instruction) { in VisitSuspendCheck()
8260 void InstructionCodeGeneratorMIPS::VisitSuspendCheck(HSuspendCheck* instruction) { in VisitSuspendCheck()