Searched refs:GenerateTestAndBranch (Results 1 – 9 of 9) 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 | 304 void GenerateTestAndBranch(HInstruction* instruction,
|
D | code_generator_x86.h | 321 void GenerateTestAndBranch(HInstruction* instruction,
|
D | code_generator_arm_vixl.h | 420 void GenerateTestAndBranch(HInstruction* instruction,
|
D | code_generator_arm64.h | 366 void GenerateTestAndBranch(HInstruction* instruction,
|
D | code_generator_x86_64.cc | 1878 void InstructionCodeGeneratorX86_64::GenerateTestAndBranch(HInstruction* instruction, in GenerateTestAndBranch() function in art::x86_64::InstructionCodeGeneratorX86_64 1975 GenerateTestAndBranch(if_instr, /* condition_input_index= */ 0, true_target, false_target); in VisitIf() 1992 GenerateTestAndBranch<Label>(deoptimize, in VisitDeoptimize() 2097 GenerateTestAndBranch<NearLabel>(select, in VisitSelect()
|
D | code_generator_arm_vixl.cc | 2716 void InstructionCodeGeneratorARMVIXL::GenerateTestAndBranch(HInstruction* instruction, in GenerateTestAndBranch() function in art::arm::InstructionCodeGeneratorARMVIXL 2824 GenerateTestAndBranch(if_instr, /* condition_input_index= */ 0, true_target, false_target); in VisitIf() 2842 GenerateTestAndBranch(deoptimize, in VisitDeoptimize() 3011 GenerateTestAndBranch(select, 2, true_target, false_target, /* far_target= */ false); in VisitSelect()
|
D | code_generator_x86.cc | 1881 void InstructionCodeGeneratorX86::GenerateTestAndBranch(HInstruction* instruction, in GenerateTestAndBranch() function in art::x86::InstructionCodeGeneratorX86 1979 GenerateTestAndBranch(if_instr, /* condition_input_index= */ 0, true_target, false_target); in VisitIf() 1996 GenerateTestAndBranch<Label>(deoptimize, in VisitDeoptimize() 2121 GenerateTestAndBranch<NearLabel>( in VisitSelect()
|
D | code_generator_arm64.cc | 3529 void InstructionCodeGeneratorARM64::GenerateTestAndBranch(HInstruction* instruction, in GenerateTestAndBranch() function in art::arm64::InstructionCodeGeneratorARM64 3653 GenerateTestAndBranch(if_instr, /* condition_input_index= */ 0, true_target, false_target); in VisitIf() 3671 GenerateTestAndBranch(deoptimize, in VisitDeoptimize()
|