Searched defs:GenerateSuspendCheck (Results 1 - 5 of 5) sorted by path

/art/compiler/optimizing/
H A Dcode_generator_arm64.cc2154 void InstructionCodeGeneratorARM64::GenerateSuspendCheck(HSuspendCheck* instruction, function in class:art::arm64::InstructionCodeGeneratorARM64
3529 GenerateSuspendCheck(info->GetSuspendCheck(), successor);
3533 GenerateSuspendCheck(previous->AsSuspendCheck(), nullptr);
5637 GenerateSuspendCheck(instruction, nullptr);
H A Dcode_generator_arm_vixl.cc2826 GenerateSuspendCheck(info->GetSuspendCheck(), successor);
2830 GenerateSuspendCheck(previous->AsSuspendCheck(), nullptr);
6743 GenerateSuspendCheck(instruction, nullptr);
6747 void InstructionCodeGeneratorARMVIXL::GenerateSuspendCheck(HSuspendCheck* instruction, function in class:art::arm::InstructionCodeGeneratorARMVIXL
H A Dcode_generator_mips.cc1943 void InstructionCodeGeneratorMIPS::GenerateSuspendCheck(HSuspendCheck* instruction, function in class:art::InstructionCodeGeneratorMIPS
4236 GenerateSuspendCheck(info->GetSuspendCheck(), successor);
4240 GenerateSuspendCheck(previous->AsSuspendCheck(), nullptr);
8961 GenerateSuspendCheck(instruction, nullptr);
H A Dcode_generator_x86.cc1375 GenerateSuspendCheck(info->GetSuspendCheck(), successor);
1380 GenerateSuspendCheck(previous->AsSuspendCheck(), nullptr);
5732 GenerateSuspendCheck(instruction, nullptr);
5735 void InstructionCodeGeneratorX86::GenerateSuspendCheck(HSuspendCheck* instruction, function in class:art::x86::InstructionCodeGeneratorX86
H A Dcode_generator_x86_64.cc1472 GenerateSuspendCheck(info->GetSuspendCheck(), successor);
1477 GenerateSuspendCheck(previous->AsSuspendCheck(), nullptr);
5179 GenerateSuspendCheck(instruction, nullptr);
5182 void InstructionCodeGeneratorX86_64::GenerateSuspendCheck(HSuspendCheck* instruction, function in class:art::x86_64::InstructionCodeGeneratorX86_64

Completed in 143 milliseconds