Home
last modified time | relevance | path

Searched refs:GenerateTestAndBranch (Results 1 – 10 of 10) 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_x86_64.h277 void GenerateTestAndBranch(HInstruction* instruction,
Dcode_generator_mips.h337 void GenerateTestAndBranch(HInstruction* instruction,
Dcode_generator_mips64.h293 void GenerateTestAndBranch(HInstruction* instruction,
Dcode_generator_x86.h287 void GenerateTestAndBranch(HInstruction* instruction,
Dcode_generator_arm64.h328 void GenerateTestAndBranch(HInstruction* instruction,
Dcode_generator_arm_vixl.h396 void GenerateTestAndBranch(HInstruction* instruction,
Dcode_generator_mips64.cc4395 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()
Dcode_generator_arm_vixl.cc2503 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()
Dcode_generator_mips.cc5861 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()