Home
last modified time | relevance | path

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

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