Searched refs:GenerateSuspendCheck (Results 1 - 14 of 14) sorted by relevance

/art/compiler/optimizing/
H A Dcode_generator_arm.h231 void GenerateSuspendCheck(HSuspendCheck* check, HBasicBlock* successor);
H A Dcode_generator_mips.h235 void GenerateSuspendCheck(HSuspendCheck* check, HBasicBlock* successor);
H A Dcode_generator_mips64.h232 void GenerateSuspendCheck(HSuspendCheck* check, HBasicBlock* successor);
H A Dcode_generator_x86.h212 void GenerateSuspendCheck(HSuspendCheck* check, HBasicBlock* successor);
H A Dcode_generator_x86_64.h208 void GenerateSuspendCheck(HSuspendCheck* instruction, HBasicBlock* successor);
H A Dcode_generator_arm64.h256 void GenerateSuspendCheck(HSuspendCheck* instruction, HBasicBlock* successor);
H A Dcode_generator_arm_vixl.h326 void GenerateSuspendCheck(HSuspendCheck* instruction, HBasicBlock* successor);
H A Dcode_generator_arm64.cc2180 void InstructionCodeGeneratorARM64::GenerateSuspendCheck(HSuspendCheck* instruction, function in class:art::arm64::InstructionCodeGeneratorARM64
3532 GenerateSuspendCheck(info->GetSuspendCheck(), successor);
3536 GenerateSuspendCheck(previous->AsSuspendCheck(), nullptr);
5644 GenerateSuspendCheck(instruction, nullptr);
H A Dcode_generator_mips64.cc1703 void InstructionCodeGeneratorMIPS64::GenerateSuspendCheck(HSuspendCheck* instruction,
3329 GenerateSuspendCheck(info->GetSuspendCheck(), successor);
3333 GenerateSuspendCheck(previous->AsSuspendCheck(), nullptr);
5823 GenerateSuspendCheck(instruction, nullptr);
H A Dcode_generator_arm.cc2398 GenerateSuspendCheck(info->GetSuspendCheck(), successor);
2403 GenerateSuspendCheck(previous->AsSuspendCheck(), nullptr);
6381 GenerateSuspendCheck(instruction, nullptr);
6384 void InstructionCodeGeneratorARM::GenerateSuspendCheck(HSuspendCheck* instruction, function in class:art::arm::InstructionCodeGeneratorARM
H A Dcode_generator_arm_vixl.cc2434 GenerateSuspendCheck(info->GetSuspendCheck(), successor);
2438 GenerateSuspendCheck(previous->AsSuspendCheck(), nullptr);
6419 GenerateSuspendCheck(instruction, nullptr);
6422 void InstructionCodeGeneratorARMVIXL::GenerateSuspendCheck(HSuspendCheck* instruction, function in class:art::arm::InstructionCodeGeneratorARMVIXL
H A Dcode_generator_mips.cc1893 void InstructionCodeGeneratorMIPS::GenerateSuspendCheck(HSuspendCheck* instruction,
3799 GenerateSuspendCheck(info->GetSuspendCheck(), successor);
3803 GenerateSuspendCheck(previous->AsSuspendCheck(), nullptr);
7943 GenerateSuspendCheck(instruction, nullptr);
H A Dcode_generator_x86.cc1359 GenerateSuspendCheck(info->GetSuspendCheck(), successor);
1364 GenerateSuspendCheck(previous->AsSuspendCheck(), nullptr);
5740 GenerateSuspendCheck(instruction, nullptr);
5743 void InstructionCodeGeneratorX86::GenerateSuspendCheck(HSuspendCheck* instruction, function in class:art::x86::InstructionCodeGeneratorX86
H A Dcode_generator_x86_64.cc1462 GenerateSuspendCheck(info->GetSuspendCheck(), successor);
1467 GenerateSuspendCheck(previous->AsSuspendCheck(), nullptr);
5193 GenerateSuspendCheck(instruction, nullptr);
5196 void InstructionCodeGeneratorX86_64::GenerateSuspendCheck(HSuspendCheck* instruction, function in class:art::x86_64::InstructionCodeGeneratorX86_64

Completed in 168 milliseconds