/art/test/477-checker-bound-type/ |
D | info.txt | 2 It also tests a code generator regression for GenerateTestAndBranch which
|
/art/compiler/optimizing/ |
D | code_generator_arm.h | 191 void GenerateTestAndBranch(HInstruction* instruction,
|
D | code_generator_mips64.h | 194 void GenerateTestAndBranch(HInstruction* instruction,
|
D | code_generator_x86.h | 184 void GenerateTestAndBranch(HInstruction* instruction,
|
D | code_generator_x86_64.h | 185 void GenerateTestAndBranch(HInstruction* instruction,
|
D | code_generator_arm64.h | 164 void GenerateTestAndBranch(HInstruction* instruction,
|
D | code_generator_arm64.cc | 1737 void InstructionCodeGeneratorARM64::GenerateTestAndBranch(HInstruction* instruction, in GenerateTestAndBranch() function in art::arm64::InstructionCodeGeneratorARM64 1816 GenerateTestAndBranch(if_instr, true_target, false_target, always_true_target); in VisitIf() 1834 GenerateTestAndBranch(deoptimize, slow_path_entry, nullptr, slow_path_entry); in VisitDeoptimize()
|
D | code_generator_mips64.cc | 1950 void InstructionCodeGeneratorMIPS64::GenerateTestAndBranch(HInstruction* instruction, in GenerateTestAndBranch() function in art::mips64::InstructionCodeGeneratorMIPS64 2079 GenerateTestAndBranch(if_instr, true_target, false_target, always_true_target); in VisitIf() 2097 GenerateTestAndBranch(deoptimize, slow_path_entry, nullptr, slow_path_entry); in VisitDeoptimize()
|
D | code_generator_arm.cc | 936 void InstructionCodeGeneratorARM::GenerateTestAndBranch(HInstruction* instruction, in GenerateTestAndBranch() function in art::arm::InstructionCodeGeneratorARM 1009 GenerateTestAndBranch(if_instr, true_target, false_target, always_true_target); in VisitIf() 1027 GenerateTestAndBranch(deoptimize, slow_path_entry, nullptr, slow_path_entry); in VisitDeoptimize()
|
D | code_generator_x86.cc | 836 void InstructionCodeGeneratorX86::GenerateTestAndBranch(HInstruction* instruction, in GenerateTestAndBranch() function in art::x86::InstructionCodeGeneratorX86 919 GenerateTestAndBranch(if_instr, true_target, false_target, always_true_target); in VisitIf() 937 GenerateTestAndBranch(deoptimize, slow_path_entry, nullptr, slow_path_entry); in VisitDeoptimize()
|
D | code_generator_x86_64.cc | 799 void InstructionCodeGeneratorX86_64::GenerateTestAndBranch(HInstruction* instruction, in GenerateTestAndBranch() function in art::x86_64::InstructionCodeGeneratorX86_64 882 GenerateTestAndBranch(if_instr, true_target, false_target, always_true_target); in VisitIf() 900 GenerateTestAndBranch(deoptimize, slow_path_entry, nullptr, slow_path_entry); in VisitDeoptimize()
|