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

/art/compiler/optimizing/
H A Dcode_generator_arm.cc916 GenerateSuspendCheck(info->GetSuspendCheck(), successor);
921 GenerateSuspendCheck(previous->AsSuspendCheck(), nullptr);
3537 GenerateSuspendCheck(instruction, nullptr);
3540 void InstructionCodeGeneratorARM::GenerateSuspendCheck(HSuspendCheck* instruction, function in class:art::arm::InstructionCodeGeneratorARM
H A Dcode_generator_arm64.cc1037 void InstructionCodeGeneratorARM64::GenerateSuspendCheck(HSuspendCheck* instruction, function in class:art::arm64::InstructionCodeGeneratorARM64
1726 GenerateSuspendCheck(info->GetSuspendCheck(), successor);
1730 GenerateSuspendCheck(previous->AsSuspendCheck(), nullptr);
2617 GenerateSuspendCheck(instruction, nullptr);
H A Dcode_generator_mips64.cc983 void InstructionCodeGeneratorMIPS64::GenerateSuspendCheck(HSuspendCheck* instruction, function in class:art::mips64::InstructionCodeGeneratorMIPS64
1939 GenerateSuspendCheck(info->GetSuspendCheck(), successor);
1943 GenerateSuspendCheck(previous->AsSuspendCheck(), nullptr);
3019 GenerateSuspendCheck(instruction, nullptr);
H A Dcode_generator_x86.cc816 GenerateSuspendCheck(info->GetSuspendCheck(), successor);
821 GenerateSuspendCheck(previous->AsSuspendCheck(), nullptr);
3998 GenerateSuspendCheck(instruction, nullptr);
4001 void InstructionCodeGeneratorX86::GenerateSuspendCheck(HSuspendCheck* instruction, function in class:art::x86::InstructionCodeGeneratorX86
H A Dcode_generator_x86_64.cc779 GenerateSuspendCheck(info->GetSuspendCheck(), successor);
784 GenerateSuspendCheck(previous->AsSuspendCheck(), nullptr);
3865 GenerateSuspendCheck(instruction, nullptr);
3868 void InstructionCodeGeneratorX86_64::GenerateSuspendCheck(HSuspendCheck* instruction, function in class:art::x86_64::InstructionCodeGeneratorX86_64

Completed in 41 milliseconds