Searched refs:HSuspendCheck (Results 1 – 17 of 17) sorted by relevance
/art/compiler/optimizing/ |
D | gvn_test.cc | 360 outer_loop_header->AddInstruction(new (&allocator) HSuspendCheck()); in TEST_F() 363 inner_loop_header->AddInstruction(new (&allocator) HSuspendCheck()); in TEST_F()
|
D | code_generator.cc | 630 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()
|
D | code_generator_mips64.h | 223 void GenerateSuspendCheck(HSuspendCheck* check, HBasicBlock* successor);
|
D | code_generator_mips.h | 223 void GenerateSuspendCheck(HSuspendCheck* check, HBasicBlock* successor);
|
D | code_generator_x86_64.h | 210 void GenerateSuspendCheck(HSuspendCheck* instruction, HBasicBlock* successor);
|
D | code_generator_x86.h | 209 void GenerateSuspendCheck(HSuspendCheck* check, HBasicBlock* successor);
|
D | code_generator_arm.h | 216 void GenerateSuspendCheck(HSuspendCheck* check, HBasicBlock* successor);
|
D | code_generator_arm64.h | 214 void GenerateSuspendCheck(HSuspendCheck* instruction, HBasicBlock* successor);
|
D | code_generator.h | 331 void ClearSpillSlotsFromLoopPhisInStackMap(HSuspendCheck* suspend_check) const;
|
D | nodes.h | 57 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);
|
D | instruction_builder.cc | 284 AppendInstruction(new (arena_) HSuspendCheck(0u)); in Build() 291 HSuspendCheck* suspend_check = new (arena_) HSuspendCheck(current_block_->GetDexPc()); in Build()
|
D | code_generator_mips64.cc | 292 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()
|
D | code_generator_arm64.cc | 392 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()
|
D | code_generator_mips.cc | 339 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()
|
D | code_generator_x86_64.cc | 145 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()
|
D | code_generator_arm.cc | 115 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()
|
D | code_generator_x86.cc | 167 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()
|