Home
last modified time | relevance | path

Searched refs:GenerateSuspendCheck (Results 1 – 8 of 8) sorted by relevance

/art/compiler/optimizing/
Dcode_generator_x86.h239 void GenerateSuspendCheck(HSuspendCheck* check, HBasicBlock* successor);
Dcode_generator_x86_64.h238 void GenerateSuspendCheck(HSuspendCheck* instruction, HBasicBlock* successor);
Dcode_generator_arm_vixl.h349 void GenerateSuspendCheck(HSuspendCheck* instruction, HBasicBlock* successor);
Dcode_generator_arm64.h320 void GenerateSuspendCheck(HSuspendCheck* instruction, HBasicBlock* successor);
Dcode_generator_arm64.cc1919 void InstructionCodeGeneratorARM64::GenerateSuspendCheck(HSuspendCheck* instruction, in GenerateSuspendCheck() function in art::arm64::InstructionCodeGeneratorARM64
3417 GenerateSuspendCheck(info->GetSuspendCheck(), successor); in HandleGoto()
3421 GenerateSuspendCheck(previous->AsSuspendCheck(), nullptr); in HandleGoto()
5979 GenerateSuspendCheck(instruction, nullptr); in VisitSuspendCheck()
Dcode_generator_x86_64.cc1650 GenerateSuspendCheck(info->GetSuspendCheck(), successor); in HandleGoto()
1655 GenerateSuspendCheck(previous->AsSuspendCheck(), nullptr); in HandleGoto()
5772 GenerateSuspendCheck(instruction, nullptr); in VisitSuspendCheck()
5775 void InstructionCodeGeneratorX86_64::GenerateSuspendCheck(HSuspendCheck* instruction, in GenerateSuspendCheck() function in art::x86_64::InstructionCodeGeneratorX86_64
Dcode_generator_x86.cc1481 GenerateSuspendCheck(info->GetSuspendCheck(), successor); in HandleGoto()
1486 GenerateSuspendCheck(previous->AsSuspendCheck(), nullptr); in HandleGoto()
6401 GenerateSuspendCheck(instruction, nullptr); in VisitSuspendCheck()
6404 void InstructionCodeGeneratorX86::GenerateSuspendCheck(HSuspendCheck* instruction, in GenerateSuspendCheck() function in art::x86::InstructionCodeGeneratorX86
Dcode_generator_arm_vixl.cc2611 GenerateSuspendCheck(info->GetSuspendCheck(), successor); in HandleGoto()
2615 GenerateSuspendCheck(previous->AsSuspendCheck(), nullptr); in HandleGoto()
7003 GenerateSuspendCheck(instruction, nullptr); in VisitSuspendCheck()
7007 void InstructionCodeGeneratorARMVIXL::GenerateSuspendCheck(HSuspendCheck* instruction, in GenerateSuspendCheck() function in art::arm::InstructionCodeGeneratorARMVIXL