Home
last modified time | relevance | path

Searched refs:GenerateTestAndBranch (Results 1 – 11 of 11) sorted by relevance

/art/test/477-checker-bound-type/
Dinfo.txt2 It also tests a code generator regression for GenerateTestAndBranch which
/art/compiler/optimizing/
Dcode_generator_arm.h191 void GenerateTestAndBranch(HInstruction* instruction,
Dcode_generator_mips64.h194 void GenerateTestAndBranch(HInstruction* instruction,
Dcode_generator_x86.h184 void GenerateTestAndBranch(HInstruction* instruction,
Dcode_generator_x86_64.h185 void GenerateTestAndBranch(HInstruction* instruction,
Dcode_generator_arm64.h164 void GenerateTestAndBranch(HInstruction* instruction,
Dcode_generator_arm64.cc1737 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()
Dcode_generator_mips64.cc1950 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()
Dcode_generator_arm.cc936 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()
Dcode_generator_x86.cc836 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()
Dcode_generator_x86_64.cc799 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()