Home
last modified time | relevance | path

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

/art/compiler/optimizing/
Dcode_generator_x86_64.h303 void GenerateSuspendCheck(HSuspendCheck* instruction, HBasicBlock* successor);
Dcode_generator_x86.h308 void GenerateSuspendCheck(HSuspendCheck* check, HBasicBlock* successor);
Dcode_generator_riscv64.h308 void GenerateSuspendCheck(HSuspendCheck* check, HBasicBlock* successor);
Dcode_generator_arm_vixl.h431 void GenerateSuspendCheck(HSuspendCheck* instruction, HBasicBlock* successor);
Dcode_generator_arm64.h353 void GenerateSuspendCheck(HSuspendCheck* instruction, HBasicBlock* successor);
Dcode_generator_arm64.cc2140 void InstructionCodeGeneratorARM64::GenerateSuspendCheck(HSuspendCheck* instruction, in GenerateSuspendCheck() function in art::arm64::InstructionCodeGeneratorARM64
3769 GenerateSuspendCheck(info->GetSuspendCheck(), successor); in HandleGoto()
3773 GenerateSuspendCheck(previous->AsSuspendCheck(), nullptr); in HandleGoto()
6514 GenerateSuspendCheck(instruction, nullptr); in VisitSuspendCheck()
Dcode_generator_riscv64.cc1150 void InstructionCodeGeneratorRISCV64::GenerateSuspendCheck(HSuspendCheck* instruction, in GenerateSuspendCheck() function in art::riscv64::InstructionCodeGeneratorRISCV64
2020 GenerateSuspendCheck(info->GetSuspendCheck(), successor); in HandleGoto()
2024 GenerateSuspendCheck(previous->AsSuspendCheck(), nullptr); in HandleGoto()
5245 GenerateSuspendCheck(instruction, nullptr); in VisitSuspendCheck()
Dcode_generator_x86_64.cc2108 GenerateSuspendCheck(info->GetSuspendCheck(), successor); in HandleGoto()
2113 GenerateSuspendCheck(previous->AsSuspendCheck(), nullptr); in HandleGoto()
6326 GenerateSuspendCheck(instruction, nullptr); in VisitSuspendCheck()
6329 void InstructionCodeGeneratorX86_64::GenerateSuspendCheck(HSuspendCheck* instruction, in GenerateSuspendCheck() function in art::x86_64::InstructionCodeGeneratorX86_64
Dcode_generator_x86.cc1914 GenerateSuspendCheck(info->GetSuspendCheck(), successor); in HandleGoto()
1919 GenerateSuspendCheck(previous->AsSuspendCheck(), nullptr); in HandleGoto()
6955 GenerateSuspendCheck(instruction, nullptr); in VisitSuspendCheck()
6958 void InstructionCodeGeneratorX86::GenerateSuspendCheck(HSuspendCheck* instruction, in GenerateSuspendCheck() function in art::x86::InstructionCodeGeneratorX86
Dcode_generator_arm_vixl.cc2841 GenerateSuspendCheck(info->GetSuspendCheck(), successor); in HandleGoto()
2845 GenerateSuspendCheck(previous->AsSuspendCheck(), nullptr); in HandleGoto()
7366 GenerateSuspendCheck(instruction, nullptr); in VisitSuspendCheck()
7370 void InstructionCodeGeneratorARMVIXL::GenerateSuspendCheck(HSuspendCheck* instruction, in GenerateSuspendCheck() function in art::arm::InstructionCodeGeneratorARMVIXL