Searched refs:GenerateTestAndBranch (Results 1 – 10 of 10) sorted by relevance
/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_x86_64.h | 277 void GenerateTestAndBranch(HInstruction* instruction,
|
D | code_generator_mips.h | 337 void GenerateTestAndBranch(HInstruction* instruction,
|
D | code_generator_mips64.h | 293 void GenerateTestAndBranch(HInstruction* instruction,
|
D | code_generator_x86.h | 287 void GenerateTestAndBranch(HInstruction* instruction,
|
D | code_generator_arm64.h | 328 void GenerateTestAndBranch(HInstruction* instruction,
|
D | code_generator_arm_vixl.h | 396 void GenerateTestAndBranch(HInstruction* instruction,
|
D | code_generator_mips64.cc | 4395 void InstructionCodeGeneratorMIPS64::GenerateTestAndBranch(HInstruction* instruction, in GenerateTestAndBranch() function in art::mips64::InstructionCodeGeneratorMIPS64 4485 GenerateTestAndBranch(if_instr, /* condition_input_index= */ 0, true_target, false_target); in VisitIf() 4503 GenerateTestAndBranch(deoptimize, in VisitDeoptimize() 4834 GenerateTestAndBranch(select, in VisitSelect()
|
D | code_generator_arm_vixl.cc | 2503 void InstructionCodeGeneratorARMVIXL::GenerateTestAndBranch(HInstruction* instruction, in GenerateTestAndBranch() function in art::arm::InstructionCodeGeneratorARMVIXL 2611 GenerateTestAndBranch(if_instr, /* condition_input_index= */ 0, true_target, false_target); in VisitIf() 2629 GenerateTestAndBranch(deoptimize, in VisitDeoptimize() 2798 GenerateTestAndBranch(select, 2, true_target, false_target, /* far_target= */ false); in VisitSelect()
|
D | code_generator_mips.cc | 5861 void InstructionCodeGeneratorMIPS::GenerateTestAndBranch(HInstruction* instruction, in GenerateTestAndBranch() function in art::mips::InstructionCodeGeneratorMIPS 5951 GenerateTestAndBranch(if_instr, /* condition_input_index= */ 0, true_target, false_target); in VisitIf() 5969 GenerateTestAndBranch(deoptimize, in VisitDeoptimize() 6538 GenerateTestAndBranch(select, in VisitSelect()
|