Searched refs:HSuspendCheck (Results 1 - 17 of 17) sorted by last modified time

/art/compiler/optimizing/
H A Dcode_generator.cc630 const ArenaVector<HSuspendCheck*>& loop_headers,
652 ArenaVector<HSuspendCheck*> loop_headers(graph.GetArena()->Adapter(kArenaAllocMisc));
655 HSuspendCheck* suspend_check = it.Current()->GetLoopInformation()->GetSuspendCheck();
1120 void CodeGenerator::ClearSpillSlotsFromLoopPhisInStackMap(HSuspendCheck* suspend_check) const {
H A Dcode_generator.h331 void ClearSpillSlotsFromLoopPhisInStackMap(HSuspendCheck* suspend_check) const;
H A Dcode_generator_arm.cc115 SuspendCheckSlowPathARM(HSuspendCheck* instruction, HBasicBlock* successor)
4804 void LocationsBuilderARM::VisitSuspendCheck(HSuspendCheck* instruction) {
4808 void InstructionCodeGeneratorARM::VisitSuspendCheck(HSuspendCheck* instruction) {
4822 void InstructionCodeGeneratorARM::GenerateSuspendCheck(HSuspendCheck* instruction,
H A Dcode_generator_arm.h216 void GenerateSuspendCheck(HSuspendCheck* check, HBasicBlock* successor);
H A Dcode_generator_arm64.cc392 SuspendCheckSlowPathARM64(HSuspendCheck* instruction, HBasicBlock* successor)
1513 void InstructionCodeGeneratorARM64::GenerateSuspendCheck(HSuspendCheck* instruction,
4614 void LocationsBuilderARM64::VisitSuspendCheck(HSuspendCheck* instruction) {
4618 void InstructionCodeGeneratorARM64::VisitSuspendCheck(HSuspendCheck* instruction) {
H A Dcode_generator_arm64.h214 void GenerateSuspendCheck(HSuspendCheck* instruction, HBasicBlock* successor);
H A Dcode_generator_mips.cc339 SuspendCheckSlowPathMIPS(HSuspendCheck* instruction, HBasicBlock* successor)
1110 void InstructionCodeGeneratorMIPS::GenerateSuspendCheck(HSuspendCheck* instruction,
4672 void LocationsBuilderMIPS::VisitSuspendCheck(HSuspendCheck* instruction) {
4676 void InstructionCodeGeneratorMIPS::VisitSuspendCheck(HSuspendCheck* instruction) {
H A Dcode_generator_mips.h223 void GenerateSuspendCheck(HSuspendCheck* check, HBasicBlock* successor);
H A Dcode_generator_mips64.cc292 SuspendCheckSlowPathMIPS64(HSuspendCheck* instruction, HBasicBlock* successor)
992 void InstructionCodeGeneratorMIPS64::GenerateSuspendCheck(HSuspendCheck* instruction,
3803 void LocationsBuilderMIPS64::VisitSuspendCheck(HSuspendCheck* instruction) {
3807 void InstructionCodeGeneratorMIPS64::VisitSuspendCheck(HSuspendCheck* instruction) {
H A Dcode_generator_mips64.h223 void GenerateSuspendCheck(HSuspendCheck* check, HBasicBlock* successor);
H A Dcode_generator_x86.cc167 SuspendCheckSlowPathX86(HSuspendCheck* instruction, HBasicBlock* successor)
5568 void LocationsBuilderX86::VisitSuspendCheck(HSuspendCheck* instruction) {
5572 void InstructionCodeGeneratorX86::VisitSuspendCheck(HSuspendCheck* instruction) {
5586 void InstructionCodeGeneratorX86::GenerateSuspendCheck(HSuspendCheck* instruction,
H A Dcode_generator_x86.h209 void GenerateSuspendCheck(HSuspendCheck* check, HBasicBlock* successor);
H A Dcode_generator_x86_64.cc145 SuspendCheckSlowPathX86_64(HSuspendCheck* instruction, HBasicBlock* successor)
5063 void LocationsBuilderX86_64::VisitSuspendCheck(HSuspendCheck* instruction) {
5067 void InstructionCodeGeneratorX86_64::VisitSuspendCheck(HSuspendCheck* instruction) {
5081 void InstructionCodeGeneratorX86_64::GenerateSuspendCheck(HSuspendCheck* instruction,
H A Dcode_generator_x86_64.h210 void GenerateSuspendCheck(HSuspendCheck* instruction, HBasicBlock* successor);
H A Dgvn_test.cc360 outer_loop_header->AddInstruction(new (&allocator) HSuspendCheck());
363 inner_loop_header->AddInstruction(new (&allocator) HSuspendCheck());
H A Dinstruction_builder.cc284 AppendInstruction(new (arena_) HSuspendCheck(0u));
291 HSuspendCheck* suspend_check = new (arena_) HSuspendCheck(current_block_->GetDexPc());
H A Dnodes.h57 class HSuspendCheck;
673 HSuspendCheck* GetSuspendCheck() const { return suspend_check_; }
674 void SetSuspendCheck(HSuspendCheck* check) { suspend_check_ = check; }
744 HSuspendCheck* suspend_check_;
5293 class HSuspendCheck : public HTemplateInstruction<0> { class in class:art::HTryBoundary::HClassTableGet::ComparisonBias::HInvokeStaticOrDirect
5295 explicit HSuspendCheck(uint32_t dex_pc = kNoDexPc) function in class:art::HTryBoundary::HClassTableGet::ComparisonBias::HInvokeStaticOrDirect::HSuspendCheck
5312 DISALLOW_COPY_AND_ASSIGN(HSuspendCheck);

Completed in 107 milliseconds