Searched defs:GenerateSuspendCheck (Results 1 - 6 of 6) sorted by relevance

/art/compiler/optimizing/
H A Dcode_generator_mips64.cc992 void InstructionCodeGeneratorMIPS64::GenerateSuspendCheck(HSuspendCheck* instruction, function in class:art::mips64::InstructionCodeGeneratorMIPS64
2211 GenerateSuspendCheck(info->GetSuspendCheck(), successor);
2215 GenerateSuspendCheck(previous->AsSuspendCheck(), nullptr);
3818 GenerateSuspendCheck(instruction, nullptr);
H A Dcode_generator_arm64.cc1513 void InstructionCodeGeneratorARM64::GenerateSuspendCheck(HSuspendCheck* instruction, function in class:art::arm64::InstructionCodeGeneratorARM64
2776 GenerateSuspendCheck(info->GetSuspendCheck(), successor);
2780 GenerateSuspendCheck(previous->AsSuspendCheck(), nullptr);
4629 GenerateSuspendCheck(instruction, nullptr);
H A Dcode_generator_mips.cc1110 void InstructionCodeGeneratorMIPS::GenerateSuspendCheck(HSuspendCheck* instruction, function in class:art::mips::InstructionCodeGeneratorMIPS
2592 GenerateSuspendCheck(info->GetSuspendCheck(), successor);
2596 GenerateSuspendCheck(previous->AsSuspendCheck(), nullptr);
4687 GenerateSuspendCheck(instruction, nullptr);
H A Dcode_generator_arm.cc1218 GenerateSuspendCheck(info->GetSuspendCheck(), successor);
1223 GenerateSuspendCheck(previous->AsSuspendCheck(), nullptr);
4819 GenerateSuspendCheck(instruction, nullptr);
4822 void InstructionCodeGeneratorARM::GenerateSuspendCheck(HSuspendCheck* instruction, function in class:art::arm::InstructionCodeGeneratorARM
H A Dcode_generator_x86.cc1133 GenerateSuspendCheck(info->GetSuspendCheck(), successor);
1138 GenerateSuspendCheck(previous->AsSuspendCheck(), nullptr);
5583 GenerateSuspendCheck(instruction, nullptr);
5586 void InstructionCodeGeneratorX86::GenerateSuspendCheck(HSuspendCheck* instruction, function in class:art::x86::InstructionCodeGeneratorX86
H A Dcode_generator_x86_64.cc1234 GenerateSuspendCheck(info->GetSuspendCheck(), successor);
1239 GenerateSuspendCheck(previous->AsSuspendCheck(), nullptr);
5078 GenerateSuspendCheck(instruction, nullptr);
5081 void InstructionCodeGeneratorX86_64::GenerateSuspendCheck(HSuspendCheck* instruction, function in class:art::x86_64::InstructionCodeGeneratorX86_64

Completed in 153 milliseconds