Searched refs:HSuspendCheck (Results 1 – 20 of 20) sorted by relevance
/art/compiler/optimizing/ |
D | gvn_test.cc | 356 outer_loop_header->AddInstruction(new (&allocator) HSuspendCheck()); in TEST_F() 359 inner_loop_header->AddInstruction(new (&allocator) HSuspendCheck()); in TEST_F()
|
D | scheduler_arm64.cc | 186 void SchedulingLatencyVisitorARM64::VisitSuspendCheck(HSuspendCheck* instruction) { in VisitSuspendCheck()
|
D | code_generator.cc | 697 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()
|
D | scheduler_arm.cc | 711 void SchedulingLatencyVisitorARM::VisitSuspendCheck(HSuspendCheck* instruction) { in VisitSuspendCheck()
|
D | code_generator_x86_64.h | 208 void GenerateSuspendCheck(HSuspendCheck* instruction, HBasicBlock* successor);
|
D | code_generator_mips64.h | 235 void GenerateSuspendCheck(HSuspendCheck* check, HBasicBlock* successor);
|
D | code_generator_x86.h | 212 void GenerateSuspendCheck(HSuspendCheck* check, HBasicBlock* successor);
|
D | code_generator_mips.h | 238 void GenerateSuspendCheck(HSuspendCheck* check, HBasicBlock* successor);
|
D | code_generator.h | 382 void ClearSpillSlotsFromLoopPhisInStackMap(HSuspendCheck* suspend_check) const;
|
D | code_generator_arm64.h | 267 void GenerateSuspendCheck(HSuspendCheck* instruction, HBasicBlock* successor);
|
D | code_generator_arm_vixl.h | 323 void GenerateSuspendCheck(HSuspendCheck* instruction, HBasicBlock* successor);
|
D | instruction_builder.cc | 294 AppendInstruction(new (arena_) HSuspendCheck(0u)); in Build() 301 HSuspendCheck* suspend_check = new (arena_) HSuspendCheck(current_block_->GetDexPc()); in Build()
|
D | nodes.h | 64 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);
|
D | nodes.cc | 2474 HSuspendCheck* suspend_check = new (arena_) HSuspendCheck(header->GetDexPc()); in TransformLoopForVectorization()
|
D | code_generator_arm64.cc | 490 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()
|
D | code_generator_mips64.cc | 382 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()
|
D | code_generator_x86_64.cc | 140 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()
|
D | code_generator_x86.cc | 183 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()
|
D | code_generator_arm_vixl.cc | 391 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()
|
D | code_generator_mips.cc | 433 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()
|