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 | 279 void GenerateTestAndBranch(HInstruction* instruction,
|
D | code_generator_x86.h | 289 void GenerateTestAndBranch(HInstruction* instruction,
|
D | code_generator_arm_vixl.h | 394 void GenerateTestAndBranch(HInstruction* instruction,
|
D | code_generator_arm64.h | 328 void GenerateTestAndBranch(HInstruction* instruction,
|
D | code_generator_x86_64.cc | 1755 void InstructionCodeGeneratorX86_64::GenerateTestAndBranch(HInstruction* instruction, in GenerateTestAndBranch() function in art::x86_64::InstructionCodeGeneratorX86_64 1852 GenerateTestAndBranch(if_instr, /* condition_input_index= */ 0, true_target, false_target); in VisitIf() 1869 GenerateTestAndBranch<Label>(deoptimize, in VisitDeoptimize() 1974 GenerateTestAndBranch<NearLabel>(select, in VisitSelect()
|
D | code_generator_x86.cc | 1687 void InstructionCodeGeneratorX86::GenerateTestAndBranch(HInstruction* instruction, in GenerateTestAndBranch() function in art::x86::InstructionCodeGeneratorX86 1785 GenerateTestAndBranch(if_instr, /* condition_input_index= */ 0, true_target, false_target); in VisitIf() 1802 GenerateTestAndBranch<Label>(deoptimize, in VisitDeoptimize() 1927 GenerateTestAndBranch<NearLabel>( in VisitSelect()
|
D | code_generator_arm64.cc | 3261 void InstructionCodeGeneratorARM64::GenerateTestAndBranch(HInstruction* instruction, in GenerateTestAndBranch() function in art::arm64::InstructionCodeGeneratorARM64 3385 GenerateTestAndBranch(if_instr, /* condition_input_index= */ 0, true_target, false_target); in VisitIf() 3403 GenerateTestAndBranch(deoptimize, in VisitDeoptimize()
|
D | code_generator_arm_vixl.cc | 2633 void InstructionCodeGeneratorARMVIXL::GenerateTestAndBranch(HInstruction* instruction, in GenerateTestAndBranch() function in art::arm::InstructionCodeGeneratorARMVIXL 2741 GenerateTestAndBranch(if_instr, /* condition_input_index= */ 0, true_target, false_target); in VisitIf() 2759 GenerateTestAndBranch(deoptimize, in VisitDeoptimize() 2928 GenerateTestAndBranch(select, 2, true_target, false_target, /* far_target= */ false); in VisitSelect()
|